Setting up a status page
Create and publish a public status page in minutes.
A StatusOwl status page gives your users a live view of your service health.
Every page is served from a fast edge network — *.statusowl.app — and stays
up even when your origin is down.
Creating a status page
- In the dashboard, go to Status Pages → New Page.
- Enter a page name and pick a subdomain (e.g.
acme→acme.statusowl.app). - Optional: upload a logo and choose theme settings — see Theming & branding.
- Click Create. The page is immediately live at its
*.statusowl.appURL.
Wire up components
A component is a service or subsystem your users see on the page — "API", "Web", "Auth gateway". Each component is a monitor (or a group of monitors) attached to the page; the public status of the component is rolled up automatically from the underlying monitor state. See Components for the full lifecycle: attach / reorder / hide / detach.
Post incidents and schedule maintenance
When something breaks, post an incident with status updates so users see the same picture you do. Schedule maintenance windows ahead of planned downtime so the page renders the work as expected, not as an outage. Both flows are documented in Incidents & maintenance.
StatusOwl can also auto-open an incident after 3 consecutive down
results on a monitor that's attached to the page — opt in per page in the
status page's Settings tab.
Custom domain
On Starter and above, you can serve the page at your own domain (e.g.
status.example.com). Add the TXT and CNAME records the dashboard prints,
wait for verification, and the page swaps over with a Let's Encrypt
certificate. Full setup, troubleshooting, and apex-domain notes are in
Custom domains.
The free *.statusowl.app URL keeps working alongside any custom domain — both
URLs serve the same content.
What's next
- Components & rollups — how to attach monitors, control display order, and hide things from the public.
- Incidents & maintenance — incident lifecycle, status updates, and scheduled-maintenance windows.
- Theming & branding — logo upload, theme mode, custom CSS / header / footer.
- Custom domains — DNS records, TLS, and apex-domain support.