Skip to content

Custom domains

By default, your status page is hosted at status.batida.io/your-slug. You can connect your own domain for a fully branded experience -- for example, status.acme.com.

Setting up a custom domain

  1. Navigate to Status Pages and open your status page settings.
  2. Go to the Domain tab.
  3. Enter your custom domain (e.g., status.acme.com).
  4. Click Add Domain.
  5. Batida displays the DNS records you need to configure.

DNS configuration

Add the following CNAME record to your domain's DNS settings:

TypeNameValue
CNAMEstatuscname.batida.io

If your DNS provider does not support CNAME at the root, use an A record:

TypeNameValue
Astatus76.76.21.21

INFO

DNS changes can take up to 48 hours to propagate, though most providers update within a few minutes.

SSL/TLS certificates

Batida automatically provisions a free SSL/TLS certificate for your custom domain via Let's Encrypt. The certificate is renewed automatically -- no manual action required.

To trigger certificate provisioning:

  1. After configuring your DNS records, return to the Domain tab.
  2. Click Verify Domain.
  3. Batida checks the DNS configuration and provisions the certificate.

The verification process usually completes within a few minutes.

Domain verification

Batida verifies that you control the domain before activating it. Verification methods:

MethodDescription
DNS CNAMEAdd a CNAME record pointing to Batida
DNS TXTAdd a TXT record with a verification token
HTTP file uploadUpload a verification file to your web root

DNS-based verification is recommended because it works regardless of whether you have an existing website on the domain.

Troubleshooting

IssueSolution
Domain not verifyingWait for DNS propagation (up to 48h)
Certificate not issuingEnsure the CNAME or A record is correctly configured
Mixed content warningsBatida handles redirects automatically; check for hardcoded HTTP links
Subdomain not workingVerify the subdomain record, not the root domain

Switching back to the default domain

If you need to remove your custom domain, open the Domain tab and click Remove Domain. Your status page reverts to status.batida.io/your-slug and all existing links continue to work.

Built by the Batida team