贝泽尔枢纽

一款轻量级的服务器监控平台,提供 Docker 统计数据、历史记录和警报功能。

访问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

服务管理

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

重要文件与目录

If installed using binary:

  • 数据目录: /opt/beszel/beszel_data
  • Service file: /etc/systemd/system/beszel-hub.service

If installed using Docker:

  • 部署目录: /root/beszel
  • 持久化数据: /root/beszel/beszel_data
  • Docker Compose 文件: /root/beszel/docker-compose.yml

申请详情