Install deluge daemon through apt-get only?
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
. 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
.
If you want it started at boot time you need to folllow this.