

Now in your Web browser address bar, type :8112 Once the deluge-web service is running, it listens on TCP port 8112. Then start and enable deluge-web, check its status sudo systemctl start deluge-web ĭescription=Deluge Bittorrent Client Web Interface To be able to access the deluge WebUI, we also need to create a systemd service file for deluge web sudo vi /etc/systemd/system/rviceĬopy and paste the following text into the file. If it’s exited or isn’t running, you may need to restart it with sudo systemctl restart deluged Deluge BitTorrent WebUI Setup You can see that deluged is running and autostart is enabled. sudo systemctl enable delugedĬheck Deluge status sudo systemctl status deluged You may also want to enable auto-start when Ubuntu 20.04 is booting up. Now start deluge deamon with the following command sudo systemctl start deluged

# Configures the time to wait before service is stopped forcefully. Once that’s done, create a systemd service file for deluge with your favourite text editor like vim or nano sudo vi /etc/systemd/system/rviceĬopy and paste the following lines into the file ĭescription=Deluge Bittorrent Client Daemon sudo adduser mobeen deluge Create Deluge BitTorrent Service Files are downloaded to /home/deluge/Downloads by default. You may want to add your user account to the deluge group with the following command so that the user account has access to the files downloaded by Deluge BitTorrent. A home directory /home/deluge/ will be created for this user.
NEW DELUGE CLIENT PASSWORD
A system user doesn’t have password and can’t login, which is what you would want for Deluge. The –system flag means we are creating a system user instead of normal user. Create Deluge BitTorrent UserĬreate the deluge user and group so that deluge can run as an unprivileged user, which will increase your server’s security sudo adduser -system -group deluge In the Command field, enter /usr/bin/python /usr/bin/deluge-gtk. In the Name field, you can enter something like “Deluge GTK”. Then click Add button to add a new startup program. To enable autostart at boot time, open the Startup Applications from your applications menu. Enable Deluge BitTorrent on Ubuntu Startup Once installed, you can start it from the application menu.
NEW DELUGE CLIENT INSTALL
Sudo apt install deluge deluged deluge-web Install Latest Version of Deluge on Ubuntu 20.04 Desktop from PPAĭeluge – Windows, Linux Desktop Bittorrent Clientĭeluge-web – Bittorrent Web Client sudo add-apt-repository ppa:deluge-team/stable Install Deluge BitTorrent Server and Client on Ubuntu For example, you can install the streaming plugin so you can stream video or audio directly from Deluge while downloading. It has a rich collection of plugins that you can install to extend its functionality. This tutorial will guide you the procedure to install Deluge BitTorrent Server on Ubuntu 20.04 desktop and server.ĭeluge is a free, open-source (GP元) and lightweight BitTorrent client, available for Linux, FreeBSD, macOS and Windows.
