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 !
Unable to connect to deluge via webui
Re: Unable to connect to deluge via webui
Did you start the service as specified:
You can check that is running using pgrep deluge
Code: Select all
sudo /etc/init.d/deluge-daemon start
Re: Unable to connect to deluge via webui
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.