Page 1 of 1

Unable to connect to headless server

Posted: Fri Jul 26, 2013 12:48 pm
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.

Re: Unable to connect to headless server

Posted: Sat Jul 27, 2013 7:35 pm
by kliklipse
No answer ?

Up :)

Re: Unable to connect to headless server

Posted: Sat Jul 27, 2013 8:39 pm
by Cas
did you modify the correct config for the init user

Re: Unable to connect to headless server

Posted: Sun Jul 28, 2013 9:57 am
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 ?