Uptime Kuma: Self-Hosted Server and Website Monitoring

Cloud & DevOps · 19.04.2026
Uptime Kuma: Self-Hosted Server and Website Monitoring

Uptime Kuma: Server and Website Monitoring

Uptime Kuma is a self-hosted UptimeRobot alternative with a beautiful UI and Telegram notifications.

Docker Install

docker run -d   --name uptime-kuma   -p 3001:3001   -v uptime-kuma:/app/data   --restart unless-stopped   louislam/uptime-kuma:latest

Nginx Reverse Proxy

location / {
    proxy_pass http://127.0.0.1:3001;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
}
Integrations: Telegram, Slack, Discord, PagerDuty, and 90+ notification channels.
← Back to Knowledge Base Ask Support