Page 1 of 1

Connect Deluge to my server

Posted: Mon Oct 30, 2017 9:30 pm
by Xemnas
Hi everyone,
I have deluge installed on my linux server. I want to use the normal deluge client on my pc, but I can't connect it to my server.
I enabled "allow remote connection" and the port is 58846, but if I try to connect the client to the server the button connect is always greyed out.

How can I resolve? :(

I tried to edit "auth" in ~/.config/deluge, but after that I did it I get this error:
[ERROR ] 22:42:51 rpcserver:268 Password does not match
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 262, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/core/authmanager.py", line 95, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match

I simply added a line, I didn't change anything! why I'm getting this error?

Image

Re: Connect Deluge to my server

Posted: Tue Oct 31, 2017 12:51 pm
by DjLegolas
did you filled the auth data in the client?

to connect remotely add another server and don't forget to enter the username and password from the auth file.
basically you should add another user to the auth file:
username:password:auth-level - for example: djlegolas:myawesomepassword:10
next, restart deluged on the server (to make sure the auth data is loaded).

Re: Connect Deluge to my server

Posted: Tue Oct 31, 2017 1:28 pm
by sinaptika
P.S. Also port number for the daemon is 58846, not 8112 (that's for the web interface)

Re: Connect Deluge to my server

Posted: Tue Oct 31, 2017 10:33 pm
by Xemnas
Thanks for the help :)
but why I'm getting the error
[ERROR ] 22:42:51 rpcserver:268 Password does not match
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 262, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/deluge/core/authmanager.py", line 95, in authorize
raise BadLoginError("Password does not match")
BadLoginError: Password does not match

After that I edited the auth file? :(
Right now I can't even start deluge :(

Re: Connect Deluge to my server

Posted: Wed Nov 01, 2017 12:19 am
by Cas
What version of deluge?

Re: Connect Deluge to my server

Posted: Wed Nov 01, 2017 12:38 pm
by Xemnas
the last one: 1.3.15-1
rc deluge 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK
ii deluge-common 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK (common files)
ii deluge-console 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK (console ui)
ii deluge-gtk 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK (GTK+ ui)
ii deluge-web 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK (web ui)
ii deluged 1.3.15-1~yakkety~ppa2 all bittorrent client written in Python/PyGTK (daemon)

Re: Connect Deluge to my server

Posted: Wed Nov 01, 2017 1:14 pm
by Cas
I would suggest you backup your config and try with a fresh one

Re: Connect Deluge to my server

Posted: Wed Nov 01, 2017 2:16 pm
by Xemnas
I'm on debian 8, so I wanted to install it with docker.
where it will located the auth file?

Re: Connect Deluge to my server

Posted: Thu Nov 16, 2017 10:21 pm
by Xemnas
I tried again.
I'm with OMV 3.0.91 and I've installed deluge using the plug-in.
Every time that I follow the guide I have to reset deluge settings because of that error :/