MirrorNest
← Tutte le guide

Uptime Kuma

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

Sistema: Any Docker hostMonitoringSito ufficiale ↗Documentazione ufficiale ↗
Questa guida è redatta a partire dalla documentazione ufficiale di Uptime Kuma, linkata sopra — verifica sempre lì i nomi esatti di pacchetti/versioni prima di eseguire questi comandi su un server di produzione, poiché le versioni della distribuzione e del progetto cambiano nel tempo.
  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.