웹 인터페이스에 접속하기
- Accessing the Web Interface:
http://SERVER_IP:8090
First-Time Setup
- Open the web interface
- Create the admin account
- Click Add System
- Install and start the Beszel agent on the target machine
- 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