OpenStatus is an open source alternative to your current monitoring service with a beautiful status page.

The open-source status page and uptime monitoring platform.
Learn more »
Documentation
·
Website
·
Discord
openstatus is an open-source platform that combines status pages and uptime monitoring in a single tool. Keep your users informed and your services reliable. Available as a managed service or self-hosted.
Beautiful, customizable status pages with custom domains, password protection, maintenance windows, and subscriber notifications via email and RSS. Build trust and keep your users informed during incidents.
Monitor your servers, websites and APIs from 28 regions across multiple cloud providers globally. Get notified via Slack, Discord, PagerDuty, email, and more when your services are down or slow.
Everything the dashboard does is reachable from your terminal, your infrastructure code, and your AI assistant — all sharing a single API key.
--json for agents, YAML monitoring as codeThe fastest way to get started for both development and self-hosting:
1# 1. Copy environment file2cp .env.docker.example .env.docker34# 2. Start all services5docker compose up -d67# 3. Access the application8open http://localhost:3002 # Dashboard9open http://localhost:3003 # Status Pages
Full guide: DOCKER.md
We provide pre-built Docker images for easy deployment:
1ghcr.io/openstatushq/openstatus-server:latest2ghcr.io/openstatushq/openstatus-dashboard:latest3ghcr.io/openstatushq/openstatus-workflows:latest4ghcr.io/openstatushq/openstatus-private-location:latest5ghcr.io/openstatushq/openstatus-status-page:latest6ghcr.io/openstatushq/openstatus-checker:latest
Complete Coolify Deployment Guide
Deploy the full stack (dashboard, status pages, API, workflows, probes, libSQL, and Tinybird Local) to one Railway project with one click:
The template source and the setup instructions are in ephraimduncan/openstatus-railway.
See apps/dashboard/README.md for full steps (env, db, login, troubleshooting).
pnpm install
pnpm -w dev:status-page.
pnpm install
pnpm -w dev:web.
If you want to help us build the best status page and monitoring platform, check our contributing guidelines.
Interested in our enterprise plan or need special features? Email us at ping@openstatus.dev or book a call.
Distributed under the AGPL-3.0 License.