Deluge windows client cannot connect on deluge server

This is how I install deluge

echo installing deluge
docker run -d \
 --restart=always \
 --name deluge \
 -h deluge \
 -e PUID=1001 -e PGID=1001 \
 -e TZ=Europe/Nicosia \
 -p 8112:8112 -p 58846:58846 \
 -v deluge:/config \
 -v /mnt/media/downloads:/downloads \
 linuxserver/deluge

I can connect on the web interface, so that’s working ok.

But when I install the deluge client on my windows machine and I try to connect on the server, it just doesn’t connect.

I enabled Preferences->Daemon->Allow Remote Connections and this is how I configured my deluge client on windows. The password is deluge.

2019-07-28%2000_18_03-Connection%20Manager

But it just stays like this

2

What I’m I doing wrong here?

Thanks

Nothing, the windows client cannot connect to the newest Deluge Daemon. Use the web interface or a thin client like trireme on android.

You can try an older version of the container.

Hi,
this is probably a firewall problem, first you are missing --net=host if you look at https://hub.docker.com/r/linuxserver/deluge, then check your firewall with iptables -S if you have and rules that blocks you access to deluge daemon.