Connect Deluge to my server

General support for problems installing or using Deluge
Post Reply
Xemnas
New User
New User
Posts: 7
Joined: Mon Oct 30, 2017 8:35 pm

Connect Deluge to my server

Post 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
DjLegolas
Member
Member
Posts: 35
Joined: Thu Oct 12, 2017 3:31 pm

Re: Connect Deluge to my server

Post 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).
sinaptika
Member
Member
Posts: 41
Joined: Thu Apr 27, 2017 6:23 pm

Re: Connect Deluge to my server

Post by sinaptika »

P.S. Also port number for the daemon is 58846, not 8112 (that's for the web interface)
Xemnas
New User
New User
Posts: 7
Joined: Mon Oct 30, 2017 8:35 pm

Re: Connect Deluge to my server

Post 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 :(
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Connect Deluge to my server

Post by Cas »

What version of deluge?
Xemnas
New User
New User
Posts: 7
Joined: Mon Oct 30, 2017 8:35 pm

Re: Connect Deluge to my server

Post 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)
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Connect Deluge to my server

Post by Cas »

I would suggest you backup your config and try with a fresh one
Xemnas
New User
New User
Posts: 7
Joined: Mon Oct 30, 2017 8:35 pm

Re: Connect Deluge to my server

Post by Xemnas »

I'm on debian 8, so I wanted to install it with docker.
where it will located the auth file?
Xemnas
New User
New User
Posts: 7
Joined: Mon Oct 30, 2017 8:35 pm

Re: Connect Deluge to my server

Post 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 :/
Post Reply