Skip to content

Uptime Kuma

Overview

Property Value
URL https://status.kedevo.com
Server VPS3 (Docker container)
Port 3001 (proxied via nginx)

Monitored Services (41+ monitors)

Category What's Monitored
Ping All 3 VPS IPs
SSH Port 22 on all servers
HTTP/HTTPS All web endpoints
TCP Ports MariaDB, mail ports, SOCKS proxy, WireGuard
DNS All domain resolution
SSL Certificates Expiry monitoring

Docker Management

# View status
sudo docker ps

# View logs
sudo docker logs uptime-kuma --tail 50

# Restart
sudo docker restart uptime-kuma

# Update
sudo docker pull louislam/uptime-kuma
sudo docker stop uptime-kuma
sudo docker rm uptime-kuma
# Re-run docker create command