Unable to connect to headless server

General support for problems installing or using Deluge
Post Reply
kliklipse
New User
New User
Posts: 3
Joined: Fri Jul 26, 2013 11:42 am

Unable to connect to headless server

Post by kliklipse »

Hi everyone,

i try to use a deluge client on my Windows 8 desktop comp. I have already a server running on a dedicated server.

I can access to my web deluge with : http://xx.xx.xx.xx:9092/

the password has been changed.

I cant access remotely to my deluge server

I created a user in auth file :

~/.config/deluge/auth

Code: Select all

kliklipse:mypasswordinclear:10
i stopped , the deluge process

Code: Select all

pkill deluged
Then i restarted it

Code: Select all

/etc/init.d/deluge-daemon start
i can acces to my web ui.
But in my local client , the status of the daemon i try to connect to is still disabled..

i used ufw firewall on my server

added rule 58846 allow

Thanks in advance :)

Precision : in core.conf i switched allow_remote to true.
kliklipse
New User
New User
Posts: 3
Joined: Fri Jul 26, 2013 11:42 am

Re: Unable to connect to headless server

Post by kliklipse »

No answer ?

Up :)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to connect to headless server

Post by Cas »

did you modify the correct config for the init user
kliklipse
New User
New User
Posts: 3
Joined: Fri Jul 26, 2013 11:42 am

Re: Unable to connect to headless server

Post by kliklipse »

I just resolved my problem.

I dont know why , but i have something wrong :

I have :

Code: Select all

~/.config/deluge/
here i first modified the AUTH file ( and i cant connect to the daemon )

Now after search in forums i saw someone talking about a daemon in

Code: Select all

/.config/deluge
and

Code: Select all

/var/lib/deluge
I modify the auth file in

Code: Select all

/var/lib/deluge/.config/deluge/
and

Code: Select all

 /var/lib/deluge/
and i can connect to the daemon from my thin client. 8-)

I guess i have a wrong install ... maybe 2 installations , how can i clean the useless daemon/installation ?
Post Reply