Skip to content

Status Pages

A status page is the public face of your monitoring: it shows the live status and 90-day uptime history of the services you choose, plus current and planned incidents. Visitors can subscribe to updates. You can run several status pages per Project — say, a public one for customers and a restricted one for internal systems — each with its own services, branding, and access rules.

Manage pages under Monitoring → Status Pages.

Every status page is reachable under up to three URLs:

URLFormatAvailability
Short URLhttps://status.trustcomponent.com/s/<public-id>/<page-slug>Always
Organization URLhttps://status.trustcomponent.com/<org-slug>/<page-slug>After you set an organization slug
Custom domainhttps://status.your-company.com/Plan feature, after DNS verification

The organization slug (e.g. my-company) is set once for your whole monitoring, in Organization Settings on the Status Pages screen. Choose it carefully — it cannot be changed later, because it becomes part of every page URL.

Slugs (organization and page) may contain lowercase letters, numbers, and hyphens (max. 50 characters). Changing a page slug is possible as a plan feature; the old slug then permanently redirects to the new one.

Create Status Page:

FieldRequiredConstraints
NameYes3–50 characters (internal name)
Short descriptionNoMax. 256 characters
Page slugYesUnique within your organization
ServicesYesWhich services the page shows

Design, access, and domain are configured afterwards on the page’s detail page. Open Status Page always opens the best available URL (custom domain → organization URL → short URL). Deleting a page also deletes the subscribers tied to it.

The Manage Status Page screen with services, reachability URLs, subscriber settings, identity, and access restrictions

The Services section lists the services shown, in drag-to-reorder order. Per service you control:

  • Show monitor summary — the aggregated uptime/health summary.
  • Show detail panel (plan feature) — a per-service detail view with individually toggleable panels: uptime/response-time stats, locations, monitor type, check interval, description, recent incidents, and planned incidents.

Removing a service from a page never deletes the service itself.

By default a status page is public. Two mechanisms restrict access (combinable):

  • Password protection — a page-wide password (4–128 characters). Once saved it can’t be displayed again, only replaced or removed.
  • IP allow list (plan feature) — comma- or whitespace-separated IP addresses or CIDR ranges; empty means all visitors allowed.

The resulting access mode (Public, Password, IP filter, IP filter & password) is shown as a badge in the pages list.

In Subscriber Settings you decide how visitors may follow the page:

  • Email, SMS, and Slack subscriptions (each toggleable; availability depends on your plan’s subscriber types)
  • RSS and Atom feeds
  • Bot protection for the subscribe forms via TrustCaptcha: Off, Lax (minimal friction), Balanced (recommended), Strict (maximum protection)

Legal notice and privacy-policy URLs (see below) must be set before subscriptions can be enabled — subscriber emails must carry them.

See Subscribers for the confirmation flow and per-subscriber notification preferences.

SettingNotes
Header titleMax. 50 characters, shown next to the logo; empty renders the logo alone
Logo / dark-mode logoPNG, JPEG, WebP, or SVG, max. 1 MB each
FaviconICO, max. 1 MB
Primary colorHex color (plan feature, default #2563eb)
ThemeMatch visitor system preference / always light / always dark
LanguageEnglish, Deutsch, Français, Español, Italiano, Português, Nederlands, Polski, Svenska, Dansk
Hide TrustComponent brandingWhite-label, plan feature
Show recent / planned incidentsToggle the incident sections of the page

Additional sections (plan features):

  • Legal settings — imprint and privacy-policy URLs, shown in the page footer and subscriber emails.
  • Mail settings — sender name and reply-to address for subscriber emails.
  • SEO — hide from search engines, custom meta title (falls back to page name) and description (also used for OpenGraph).
  • Social links — footer icons for 21 platforms (GitHub, X, LinkedIn, Mastodon, Bluesky, Discord, WhatsApp, …), drag to reorder.
  • Footer links — free-form label + URL entries, drag to reorder.

Serve the page from your own domain (plan feature):

  1. Enter the domain (e.g. status.my-company.com) on the page’s detail page.
  2. Create the displayed CNAME record at your DNS provider — it points your domain to a unique default hostname we assign to the page.
  3. Click Verify Domain. Verification checks the CNAME chain and that your domain’s CAA policy (if any) allows Let’s Encrypt — the TLS certificate is then issued automatically.

Verification states: PendingVerified (or Failed — fix the DNS record and verify again).

  • Number of status pages is a plan limit (badge on the pages page, e.g. 1 / 3 status pages).
  • One page slug maps to at most one page per organization — including old, redirecting slugs.
  • Managing pages requires the member or admin role.