# Install Uptime Kuma - A fancy self-hosted monitoring tool

Uptime Kuma is a great way to monitor your self hosted apps and services.

[![](https://snip.lol/JipE3/qoKIdOjA71/raw.png)](https://snip.lol/JipE3/qoKIdOjA71/raw.png)

- Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record.
- Fancy, Reactive, Fast UI/UX.
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and [70+ notification services, click here for the full list](https://github.com/louislam/uptime-kuma/issues/284).
- 20 seconds interval.

#### Installation

Paste this docker compose stack into Portainer

```
version: '3.3'

services:
  uptime-kuma:
    image: louislam/uptime-kuma
    container_name: uptime-kuma
    volumes:
      - /docker/uptimekuma:/app/data
    ports:
      - 3001:3001
```

Did you find this helpful? [Subscribe to me on Youtube](https://www.youtube.com/c/GeekedTV) for more content!