The FOSS Place

Uptime Kuma logo

Uptime Kuma โ€” Uptime Monitor ๐Ÿณ Official Image

v1.23 ยท MIT

A self-hosted uptime monitoring tool. Monitor your services, get notified when they go down, and show off a public status page.


Features

Docker Setup

services:
  uptime-kuma:
    image: louislam/uptime-kuma:latest
    container_name: uptime-kuma
    ports:
      - 3001:3001
    volumes:
      - uptime-kuma_data:/app/data
    restart: unless-stopped

volumes:
  uptime-kuma_data:

Open http://localhost:3001 to create your admin account. To monitor other Docker containers on the same host, mount the Docker socket: -v /var/run/docker.sock:/var/run/docker.sock:ro

Privacy & Notes

No telemetry, no cloud required. One of the easiest Docker apps to get running โ€” great first container for homelab beginners. The public status page is optional.

Changelog

1.23 โ€” New monitor types, improved notification system, UI improvements, and bug fixes.