draft thing for beszel
Daniel Morrisey
November 28, 2025
THIS IS DRAFT FOR A DRAFT
https://leaflet.pub/aa705bac-7354-47bc-b493-3b839268a4b8 External Link • leaflet.pubWhat You Need
Step 1: Install Beszel
Create a folder and configuration file:
mkdir beszel
cd beszel
nano docker-compose.ymlConfigure the docker-compose.yml file
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_dataStart the container
docker compose up -dStep 2: Create Your Account
Step 3: Add Your Server
Step 4: Install the Agent
On the same server (or any server you want to monitor), run:
mkdir beszel-agent
cd beszel-agent
nano docker-compose.ymlPaste the agent config from Step 3
Start the agent:
docker compose up -d
Discussion in the ATmosphere