7

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?

nkcmr
  • 203

2 Answers2

9

You also need to start deluge-web. Or deluge-web --fork if you want the process to be started in the background. Then open a browser.

Go to

http://localhost:8112

Password should be deluge.

enter image description here

If you want it started at boot time you need to folllow this.

Rinzwind
  • 309,379
-1

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.

MordSith
  • 117
  • 4