External Publication
Visit Post

draft thing for beszel

Daniel Morrisey  November 28, 2025
Source

THIS IS DRAFT FOR A DRAFT

https://leaflet.pub/aa705bac-7354-47bc-b493-3b839268a4b8 External Link • leaflet.pub

What You Need

Step 1: Install Beszel

Create a folder and configuration file:

mkdir beszel
cd beszel
nano docker-compose.yml

Configure the docker-compose.yml file

services:
  beszel:
    image: henrygd/beszel:latest
    container_name: beszel
    restart: unless-stopped
    ports:
      - 8090:8090
    volumes:
      - ./beszel_data:/beszel_data

Start the container

docker compose up -d

Step 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.yml

Paste the agent config from Step 3

Start the agent:

docker compose up -d

Discussion in the ATmosphere

Loading comments...