Beszel Hub

A lightweight server monitoring platform with Docker stats, history, and alerts.

Accesso all'interfaccia web

  • Accessing the Web Interface: http://SERVER_IP:8090

First-Time Setup

  1. Open the web interface
  2. Create the admin account
  3. Click Add System
  4. Install and start the Beszel agent on the target machine
  5. Confirm the agent connects successfully

Gestione dei servizi

If installed using binary:

systemctl status beszel-hub.service
systemctl restart beszel-hub.service

If installed using Docker:

cd /root/beszel
docker ps
docker compos logs

File e directory importanti

If installed using binary:

  • Directory dei dati: /opt/beszel/beszel_data
  • Service file: /etc/systemd/system/beszel-hub.service

If installed using Docker:

  • Directory di distribuzione: /root/beszel
  • Dati persistenti: /root/beszel/beszel_data
  • File Docker Compose: /root/beszel/docker-compose.yml

Dettagli dell'applicazione