Beszel agent on Firewalla
This was fairly simple install.
mkdir /home/pi/.firewalla/run/docker/beszel
vi docker-compose.yaml
Copy and paste the following:
beszel-agent:
image: henrygd/beszel-agent
container_name: beszel-agent
restart: unless-stopped
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
# monitor other disks / partitions by mounting a folder in /extra-filesystems
# - /mnt/disk1/.beszel:/extra-filesystems/disk1:ro
environment:
PORT: 45876
KEY: 'public-key'
Save the file, then:
cd /home/pi/.firewalla/config/post_main.d
vi start_beszel.sh
Copy and paste the following:
sudo systemctl start docker
sudo systemctl start docker-compose@beszel
Save the file then run it.
chmod +x start_beszel.sh
sudo ./start_beszel.sh
Add your firewalla device into your main Beszel hub and you can now monitor it.

Please sign in to leave a comment.
Comments
2 comments