Ubuntu Install Deluge

Kevin FOO
Sep 22, 2020

Commands below to install deluge in your Ubuntu.

sudo apt update
sudo apt install deluged deluge-web -y

Once installation completed. Set it up to run at startup.

sudo crontab -e

Add the 2 lines below into the crontab.

@reboot su -c 'deluged' - ubuntu
@reboot su -c 'deluge-web &' - ubuntu

Assuming your IP is 192.168.1.2, then go to http://192.168.1.2:8112 . The default password is “deluge”.

< Back to all the stories I had written

--

--

Kevin FOO

A software engineer, a rock climbing, inline skating enthusiast, a husband, a father.