Own Your Status Page URL
By default, your Monitoro status page lives at app.monitoro.online/status/your-slug. But you can give it a more professional feel with your own subdomain — like status.yourcompany.com.
Step 1: Set Your Slug
First, set a URL slug for your monitor using the bot:
/setslug
Select your monitor, then type your desired slug (e.g. myapp). Your page becomes available at:
https://app.monitoro.online/status/myapp
Step 2: Configure Your DNS
In your DNS provider, add a CNAME record:
| Type | Name | Value |
|---|---|---|
| CNAME | status | app.monitoro.online |
For example, if your domain is mycompany.com, add:
- Name:
status(createsstatus.mycompany.com) - Value:
app.monitoro.online
Step 3: Register Your Custom Domain
Tell Monitoro about your custom domain:
/setdomain
Select your monitor and enter status.mycompany.com. Within minutes, Monitoro will route requests for your custom domain to your status page.
What Your Visitors See
Your custom domain status page includes:
- Your monitor’s name and logo
- The 90-point uptime heatmap
- Recent check history
- Custom footer text (set with
/setfooter)
DNS Propagation
DNS changes can take up to 48 hours to propagate globally, but usually complete within a few minutes for most users.
That’s all there is to it! A professional status page at your own domain in under 5 minutes.