Editor
Custom Domain
Map a branded domain (e.g., status.example.com) to your status page with TLS.
Serve your status page under a branded URL.
Steps
- Enter desired domain (e.g. 
status.example.com). - System provides DNS target (CNAME or A record details).
 - Add DNS record at your provider.
 - Wait for validation & TLS certificate provisioning.
 - Page automatically switches to custom domain once ready.
 
Tips
- Use a subdomain dedicated to status (avoid root domain collisions).
 - Keep a TXT record with a contact email for transparency.
 - Avoid frequent domain changes (can confuse subscribers).
 
Troubleshooting
| Symptom | Likely Cause | Fix | 
|---|---|---|
| Domain pending | DNS not propagated | Wait up to TTL or verify record correctness | 
| Certificate error | Wrong target record | Re-check CNAME/A value | 
| Mixed content warnings | Hardcoded http assets in custom HTML/CSS | Use https links |