Custom Domains

Host your status page at your own subdomain for a professional look.

Plan requirement: Custom domains are available on the Scale and Enterprise plans.

By default, your status page is hosted at a URL based on your organization slug. With a custom domain, you can serve it from your own subdomain (e.g., status.yourcompany.com), making it feel like a natural part of your brand.

Setup

  1. 1

    Go to Organization Settings → Status Page → Custom Domain.

  2. 2

    Enter the subdomain you want to use (e.g., status.yourcompany.com) and click Save.

  3. 3

    In your DNS provider, add a CNAME record pointing your subdomain to pages.opskitty.com.

    status.yourcompany.com  CNAME  pages.opskitty.com
  4. 4

    Wait for DNS propagation (usually 5–60 minutes). OpsKitty automatically provisions an SSL certificate once the CNAME resolves.

Note: Do not use an apex/root domain (e.g., yourcompany.com) — use a subdomain like status.yourcompany.com. CNAME records cannot be set on apex domains in standard DNS.