Password protection is available as a Communicate Team add-on. View pricing
Enabling password protection
- Open your status page from the Status Pages overview.
- In the status page settings, enable the Private toggle.
- A password is automatically generated. Copy it and store it somewhere safe — it is only displayed once.
- Save your status page.
How visitors access a private status page
When someone visits a password-protected status page, they see a login form. After entering the correct password, they are authenticated for 30 days before needing to enter it again.If your status page uses both a subdomain (
your-page.checkly-status-page.com) and a custom domain, visitors need to log in separately on each domain. Authentication does not carry over between domains.Rotating the password
You can regenerate the password at any time from the status page settings. When you do:- A new password is generated and displayed once — store it somewhere safe.
- All existing sessions are invalidated. Every viewer will need to re-authenticate with the new password.
Disabling password protection
To make your status page public again, turn off the Private toggle in your status page settings and save. The password is deleted and anyone can view the page without authentication.Good to know
- Search engines: Private status pages are excluded from search engine indexing. They use
noindex, nofollowdirectives, so your operational data won’t appear in search results. - Rate limiting: Password entry is rate-limited to 5 attempts per minute per IP address to protect against brute-force attacks.