Help with running Baszel
I've installed Baszel today along with the agent.
Post setup, during adding a new system in the app, I tried setting the host name to
- 0.0.0.0
- IP address of my machine
- localhost
- baszel-agent (thought the network would be the same, hence docker should resolve)
I'm probably understanding something wrong. I understand the app is added just a while back and there are docs missing. I could help with post install documentation once I can figure it out.
How do I connect baszel with its agent?
1 Reply
So 0.0.0.0, localhost and beszel-agent will not work
Due to the agent not being in the same network because it uses host networking
Try to do
ip a
and see what ip your interface has
Then use that in beszel
Also make sure you copied the ssh key correctly