Podman containers on Bazzite host do not appear in Beszel UI #2114
Replies: 1 comment
|
Your compose config looks right — Two things to try:
Also worth double-checking that the rootless Podman API socket is actually running on the Bazzite host: If |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
I’m trying to monitor Podman containers on a Bazzite/gaming machine in the Beszel web UI, alongside Docker containers on a separate server.
The Docker host works as expected, but the Podman host only shows system metrics. The agent connects successfully, but the Podman containers do not appear in the UI.
Environment
Beszel hub
Bazzite host
Expected behavior
I expected the Beszel agent on the Bazzite host to report:
Actual behavior
Agent configuration
Current compose file on the Bazzite host:
Logs
The agent logs don't seem to show anything useful
Additional notes
Question
What is the correct way to run the Beszel agent on a rootless Podman host so that Podman containers appear in the Beszel UI?
Is there a required socket path, environment variable, or compose configuration that I’m missing?
Goal
I want to run services on the Bazzite machine while still keeping visibility in Beszel.
For example, I want to run Odysseus on the gaming machine so that i can make use of the more powerful GPU and monitor it alongside my server-side Docker containers.
All reactions