Umami

Modern, privacy-first analytics platform and open-source alternative to Google Analytics.

Access the Web Interface

Open your browser and visit: https://<server-ip>

Default credentials:

  • Username: admin
  • Password: umami

If nothing happens after entering your credentials, please reload the page.

Change the default password in Settings after first login.

Reverse Proxy

Nginx serves as the secure reverse proxy for Umami:

  • Config file: /etc/nginx/sites-available/umami.conf
  • SSL certs: /etc/nginx/ssl/ (auto-generated, valid for 1 year)

Managing the Stack

cd /root/umami
docker compose ps               # List containers
docker compose logs -f          # View real-time logs
docker compose restart          # Restart all services
systemctl restart nginx         # Restart Nginx

Important Files and Directories

  • /root/umami/ → Main application directory
  • /root/umami/.env → Environment variables
  • /root/umami/docker-compose.yaml → Container configuration
  • /etc/nginx/sites-available/umami.conf → Reverse proxy config
  • /etc/nginx/ssl/ → SSL certificates
  • /var/lib/docker/volumes/umami_umami-db-data/ → Persistent PostgreSQL data

Application Details