-
I have a three machine Dozzle scenario. Dozzle Agent is installed on my VPS and a local NAS. Dozzle successfully runs and connects to the VPS agent but not my NAS agent. I can't figure out what I may be missing. Main server compose:
And Agent:
I tried both bridge and host and neither worked. |
Beta Was this translation helpful? Give feedback.
Answered by
amir20
Aug 26, 2025
Replies: 1 comment 1 reply
-
You shouldn't set If that doesn't work then something is not right with your network. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eddively
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shouldn't set
DOZZLE_REMOTE_AGENT
multiple times. Comma separateDOZZLE_REMOTE_AGENT=100.64.54.61:7007,100.82.123.57:7007
.If that doesn't work then something is not right with your network.