Page 1 of 2

Web UI

Posted: Sun Nov 01, 2009 9:04 pm
by noobieocer
okay i need help with setting up web UI. i just installed Ubuntu 9.10 and then installed deluge from ubuntu software center and now trying to figure out how to set up web UI. some one help with some sort of guide with step by step intructions please?

Re: Web UI

Posted: Tue Dec 15, 2009 8:17 pm
by Phaeton
Any help on this, I'm in the same situation, really need an idiots guide, read all the FAQ's several times & it's not getting me anywhere. Using Deluge on a single Ubuntu 9.10 PC is easy but I want to access the same PC from within the lan & remotely from work.

Alan...

Re: Web UI

Posted: Tue Dec 15, 2009 9:44 pm
by frenchy
On linux is easy :
Start deluge daemon & web ui :

Code: Select all

deluged
deluge -u web &
and go to http://your.ip:8112
default password is deluge

Re: Web UI

Posted: Tue Dec 15, 2009 11:11 pm
by Phaeton
Thanks for that but I get:-

alan@box:~$ deluged
alan@box:~$ deluge -u web &
[1] 10429
alan@box:~$ /usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
from sets import Set
/usr/lib/pymodules/python2.6/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5

And unable to connect on http://localhost:5112

Alan...

Re: Web UI

Posted: Tue Dec 15, 2009 11:15 pm
by frenchy
frenchy wrote:and go to http://your.ip:8112
not 5112

Re: Web UI

Posted: Wed Dec 16, 2009 6:40 am
by Phaeton
Sorry that was a typo I am actually trying http://localhost:8112/

Alan...

Re: Web UI

Posted: Wed Dec 16, 2009 12:24 pm
by frenchy
Sorry, i don't know why you are unable to connect to the web ui at http://localhost:8112/

Re: Web UI

Posted: Wed Dec 16, 2009 1:00 pm
by Phaeton
Do I need to run the deluge & deluged commands as SUDO?

Alan...

Re: Web UI

Posted: Wed Dec 16, 2009 1:48 pm
by johnnyg
Phaeton wrote:Do I need to run the deluge & deluged commands as SUDO?

Alan...
no, you shouldn't ever run deluge as root.

Re: Web UI

Posted: Wed Dec 16, 2009 5:48 pm
by Phaeton
Once again thanks for the replies, unfortunately before reading this I ran the commands with SUDO & I now have access & able to get to it from another machine on the network. I'm still not convinced it's correct & I still have something wrong, but I am getting there.

Alan...