🚀 Quick Start #
▶️ Try it #
Spin up a local demo of Uptimer in two simple commands:
# Pull the latest image
docker pull myuptime/uptimer
# Run the container in demo mode (all-in-one)
docker run -p 2517:2517 myuptime/uptimer
Then open http://127.0.0.1:2517 in your browser:
- Add a website check (URL + interval)
- Set up a Slack webhook for notifications
🧪 Demo limitations #
- Single built-in worker — no multi-region support
- No authentication — all users are treated as “Admin”
- No persistence — all data is lost when the container stops
⚠️ WARNING:
The demo version is for local testing only. Do not expose it to the internet. It has no authentication or security features.
➡️ What’s next? #
After trying the demo, follow these steps for a production setup:
- Check software requirements
- Configuration basics
- Persistent storage options
- Data files
- SQLite3 for simple deployments
- PostgreSQL for production use
- Authentication methods
- Basic HTTP Auth
- OAuth (with Auth0 example)
- Remote workers for distributed monitoring
- Production configuration
- Component architecture explanation
- Docker Swarm deployment examples
For a complete guide on setting up a production environment, visit our Configuration section.