Give your users a single, trustworthy place to check service health. Status pages display real-time monitor results, active incidents, and uptime history — publicly, without requiring a login.
A status page is a public-facing webpage that shows the current and historical health of your services. Each page is accessible at a unique URL:
You choose which monitors are surfaced on each page. Visitors see the current status of every listed service, any open incidents, and uptime history — all updated in real time. No authentication is required to view a status page.
| Plan | Pages | Extras |
|---|---|---|
| Free | 1 | Monitorion branding |
| Pro | 5 | Email subscriptions |
| Business | 20 | Custom logo & branding |
| Agency | 50 | Custom logo, branding, and custom domain |
Go to Status Pages in your dashboard
From the left navigation, select Status Pages, then click New Status Page.
Set a name, slug, title, and description
The name is internal-only (visible only to you in the dashboard). The slug becomes the URL path and must be unique. The title and description are shown to visitors at the top of the public page.
Select which monitors to display
Use the monitor picker to choose which of your monitors appear on this page. You can group them by service, give each a display name, and reorder them by dragging. Only monitors you add here are visible to the public.
Publish and share the URL
Click Publish. The page is immediately live and publicly accessible. Copy the URL and share it with your users or link to it from your product.
Upload your company logo (PNG or SVG, up to 2 MB). It replaces the Monitorion logo in the header of the status page. Recommended dimensions: 240 x 60 px.
Choose a primary accent color for buttons and status indicators. Enter any valid hex value in the branding settings of your status page.
Serve your status page from your own domain (e.g.,status.acmecorp.com). Point a CNAME record atcname.monitorion.comand enter the domain in your status page settings. SSL is provisioned automatically via Let's Encrypt.
Visitors can subscribe to receive email notifications when an incident opens or when a monitored service recovers. Subscriptions are available on Pro plans and above.
A Subscribe to Updates button appears at the top of every status page (on Pro+ plans). Visitors enter their email address and receive a confirmation link. Once confirmed they are added to the subscriber list for that page.
Every notification email includes a one-click Unsubscribe link in the footer. Clicking it immediately removes the subscriber from future notifications for that status page. No login required.
Privacy note: Subscriber email addresses are stored separately per status page and are never shared between pages or with third parties. You can view and delete subscribers from the status page settings in your dashboard.
Add a compact status badge or an inline iframe to any webpage to show live service health without redirecting users to a separate URL.
A small SVG badge that shows "All Systems Operational" or "Partial Outage" in real time. Paste the snippet into any HTML page:
<a href="https://app.monitorion.com/status/your-slug">
<img
src="https://app.monitorion.com/status/your-slug/badge.svg"
alt="Service Status"
/>
</a>Embed the full status page in a panel on your site or help center:
<iframe src="https://app.monitorion.com/status/your-slug?embed=1" width="100%" height="600" frameborder="0" ></iframe>
Free accounts get one status page at no extra cost. No credit card required.