Quick Start
Komari can be deployed with the management script or with Docker. Both options create the server panel first; after that, add agents from the admin dashboard.
Option 1: Management Script
Use this on systemd-based Linux distributions such as Ubuntu and Debian.
bash
curl -fsSL https://raw.githubusercontent.com/komari-monitor/komari/main/install-komari.sh -o install-komari.sh
chmod +x install-komari.sh
sudo ./install-komari.shFollow the prompts in the terminal. The script installs Komari and sets it up as a system service.
Option 2: Docker
bash
mkdir -p ./data
docker run -d \
-p 25774:25774 \
-v $(pwd)/data:/app/data \
--name komari \
--restart unless-stopped \
ghcr.io/komari-monitor/komari:latest
docker logs komariOpen http://<your-server-ip>:25774 in your browser. On first start, Komari prints the default admin account in the logs.