# Uptime Kuma installieren – Monitoring & Statuspage selbst hosten

Uptime Kuma auf VPS: Docker Setup, HTTP/TCP Monitore, Telegram/Discord Alerts, Statuspage – Alternative zu Pingdom/UptimeRobot.

**Kurzantwort:** **Uptime Kuma** ist Self-Hosted Uptime-Monitoring mit schöner UI, Alerts und Statuspage – in Minuten per Docker auf dem VPS.

**Wenn du hier landest:** Du willst wissen, wenn Website, API oder Gameserver offline sind – ohne SaaS-Limits.

## Docker

`services:
  uptime-kuma:
    image: louislam/uptime-kuma:1
    restart: unless-stopped
    volumes:
      - uptime-kuma:/app/data
    ports:
      - "3001:3001"
volumes:
  uptime-kuma:`
Produktion: Port nicht öffentlich, sondern hinter [Caddy](/de/root-v-server/caddy-reverse-proxy).

## Checkliste

- Container starten, Admin-Account anlegen
- Monitore für kritische URLs/Ports
- Telegram/Discord Notification
- Optional Statuspage aktivieren
- Backup des `/app/data` Volumes

## Weiterführend

- [Monitoring Hub](/de/monitoring-uptime-alerts)
- [Server Monitoring](/de/root-v-server/monitoring)
- [CrowdSec](/de/root-v-server/crowdsec-einrichten)
*Selbst hosten auf VPS: [VPS bestellen](https://nexorahost.com/Dedicated-server) · [panel.nexorahost.de](https://panel.nexorahost.de) · [nexorahost.com](https://nexorahost.com) (Frankfurt · DSGVO · NVMe)*
