MirrorNest
← All guides

Uptime Kuma

Self-hosted uptime and status monitoring with a clean dashboard, notifications, and a public status page.

Target: Any Docker hostMonitoringOfficial homepage ↗Official docs ↗
This guide is synthesized from Uptime Kuma's own official documentation, linked above — always cross-check exact package/version names there before running these commands on a production server, since distro and project versions move over time.
  1. 1Create a volume and run the container

    docker volume create uptime-kuma
    docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
  2. 2Open the dashboard

    http://your-server-ip:3001 — the first visit lets you create the admin account.