Error Message and Logs
When deploying Beszel on Coolify, the container fails to start or cannot connect to the hub.
This occurs because the default Coolify template does not include the required environment variables specified in the Beszel documentation.
Root cause
Beszel requires explicit environment variables to connect to Beszel hub:
environment:
- HUB_URL=https://beszel.website.com
- TOKEN=${TOKEN}
Steps to Reproduce
- Deploy Beszel stack on Coolify.
- Start Beszel service.
- Logs show authentication/connection failure to the hub.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.420.6
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.3 LTS
Additional Information
No response