Page 1 of 1

Unable to connect to deluge via webui

Posted: Thu Jan 03, 2013 11:07 pm
by SASDOE
After having create a user etc following these instructions : http://linuxhomeserverguide.com/mediaserver/deluge.php, i am unable to connect in the connection manager. Whatever i try i can't get it to work. i don't have an option to launch the daemon (i have allready launched it via cl) and can't click connect. I tried both the default port and the 8112 one.

Please help i am an impressive noob trying to find his way into the ubuntu system !

Thank you !

Re: Unable to connect to deluge via webui

Posted: Thu Jan 03, 2013 11:39 pm
by Cas
Did you start the service as specified:

Code: Select all

sudo /etc/init.d/deluge-daemon start
You can check that is running using pgrep deluge

Re: Unable to connect to deluge via webui

Posted: Fri Jan 04, 2013 12:53 pm
by SASDOE
Outputted 2444, so i guess it is running. Maybe one could give the tutorial a quick look, it might be easier to know where i got it wrong knowing exactly how i did it.