A simple and beautiful website monitoring tool
2 min readAug 28, 2022
If you have ever lost sales due to website downtime, then you need to try Uptime Kuma. This free alternative to Uptime Robot will alert you when your website is not accessible.
Uptime Kuma (git): https://github.com/louislam/uptime-kuma
This tool have lot of features for free.
- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server / Docker Containers.
- Fancy, Reactive, Fast UI/UX.
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services, click here for the full list.
- 20 second intervals.
- Multi Languages
- Multiple Status Pages
- Map Status Page to Domain
- Ping Chart
- Certificate Info
- Proxy Support
- 2FA available
Setting up this tool is easier then you think.
you just need a VM and have docker installed in it.
docker run -d — restart=always -p 3001:3001 -v uptime-kuma:/app/data — name uptime-kuma louislam/uptime-kuma:latest
Browse to http://localhost:3001 after starting.