Okay so here is where I'm at, I have already run this:
sudo apt-get install deluged deluge-webui
and when I typed in deluged
it starting running the dameon
I guess my question is where do I go from here? How do I get the web-ui running and how can I make sure they all start when the entire server is restarted?
You also need to start
deluge-web
. Ordeluge-web --fork
if you want the process to be started in the background. Then open a browser.Go to
Password should be
deluge
.If you want it started at boot time you need to folllow this.
Check this easy to follow guide for Deluge installation:
http://linuxblog.avserver.info/install-deluge-with-webui-on-ubuntu-1204-precise-pangolin-server/
Worked for me on Ubuntu Server 12.04 Precise.