Open dvnhan91 opened 3 months ago
A timeout does seem like a firewall or misconfiguration issue.
Someone else had it working on Synology in #58, but they had a separate problem because Synology's docker version is out of date currently.
Are you able to run the hub okay but can't connect to the port?
Can you test using telnet from a remote machine?
telnet <agent-ip> <port>
both are running ok
i try the same installation on my dietpi (orangepi3b) and it work right away. im sure nothing block the port 45876 on my synology.
"Can you test using telnet from a remote machine?
telnet
can you explain further how to do this
Hi @dvnhan91,
Limited by what i can see in the screenshot but its interesting that the agent doesn't have an IP address. I've set mine up in bridge mode which seems to be working fine.
Excuse the bright screenshot (HDR fun):
Granted my host dashboard isn't on Synology, but try putting the agent into bridge mode so its assigned an IP. Also make sure you set the port.
Additional screenshot of mine just in the container manager on my Synology:
Hello everyone am facing the same issue
But telnet is working
you can test it by your own by using this repo for a proof of concept : https://github.com/AuxXxilium/arc
@delta-whiplash Do your error logs in PocketBase say it timed out?
How are you trying to connect? Are you using Docker? If so, what does your docker compose look like?
Are you using the lan address for the agent, or localhost, or something like host.docker.internal?
OMG am soo dumb, I forgot my ssh public key nevermind all working :)
version: "3.9" services: beszel: container_name: beszel image: henrygd/beszel:latest volumes:
8095:8090 restart: on-failure:5
beszel-agent: image: henrygd/beszel-agent container_name: beszel-agent network_mode: host volumes: