Web UI
Re: Web UI
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...
Alan...
Re: Web UI
On linux is easy :
Start deluge daemon & web ui :
and go to http://your.ip:8112
default password is deluge
Start deluge daemon & web ui :
Code: Select all
deluged
deluge -u web &
default password is deluge
Re: Web UI
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...
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
not 5112frenchy wrote:and go to http://your.ip:8112
Re: Web UI
Sorry, i don't know why you are unable to connect to the web ui at http://localhost:8112/
Re: Web UI
Do I need to run the deluge & deluged commands as SUDO?
Alan...
Alan...
Re: Web UI
no, you shouldn't ever run deluge as root.Phaeton wrote:Do I need to run the deluge & deluged commands as SUDO?
Alan...
Re: Web UI
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...
Alan...