Web UI

General support for problems installing or using Deluge
noobieocer

Web UI

Post 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?
Phaeton
New User
New User
Posts: 6
Joined: Tue Dec 15, 2009 7:39 pm

Re: Web UI

Post 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...
frenchy
New User
New User
Posts: 5
Joined: Tue Dec 15, 2009 7:28 pm

Re: Web UI

Post 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
Phaeton
New User
New User
Posts: 6
Joined: Tue Dec 15, 2009 7:39 pm

Re: Web UI

Post 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...
frenchy
New User
New User
Posts: 5
Joined: Tue Dec 15, 2009 7:28 pm

Re: Web UI

Post by frenchy »

frenchy wrote:and go to http://your.ip:8112
not 5112
Phaeton
New User
New User
Posts: 6
Joined: Tue Dec 15, 2009 7:39 pm

Re: Web UI

Post by Phaeton »

Sorry that was a typo I am actually trying http://localhost:8112/

Alan...
frenchy
New User
New User
Posts: 5
Joined: Tue Dec 15, 2009 7:28 pm

Re: Web UI

Post by frenchy »

Sorry, i don't know why you are unable to connect to the web ui at http://localhost:8112/
Phaeton
New User
New User
Posts: 6
Joined: Tue Dec 15, 2009 7:39 pm

Re: Web UI

Post by Phaeton »

Do I need to run the deluge & deluged commands as SUDO?

Alan...
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Web UI

Post 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.
Phaeton
New User
New User
Posts: 6
Joined: Tue Dec 15, 2009 7:39 pm

Re: Web UI

Post 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...
Post Reply