Raspberry Pi

Setting up deluge with webui (Deluge-web) on a Raspberry Pi


Deluge webui setup and client access:

For now onwards we shall only use the id “pi” to login to raspberry. All configuration and the service shall run as the user “pi”

To Start the configuration use the following command:

deluge-web&

running deluge-web shall run a http server with the deluge-web client on the port 8112 on your Raspberry Pi’s IP address. By default deluge-web runs on the foreground, we have address “&” sign at the end of the command to put it on background. Can use “ctrl-c” to break out of the script, incase you have decided to run it on the ground. Please also note that we have not lunched the deluged daemon yet.

After we run the deluge-web. Open up a web browser and access the deluge web by entering the ip address of the raspberry pi followed by the port address 8112. In this case the ip address of raspberry Pi is 192.168.1.201 so the url is http://192.168.1.201:8112

Deluge-web

You shall be promoted for a password, the default password is “deluge”. As soon as you login you shall be prompted to change the password.Once you are done with that

Troubleshooting:

If you have some other application using the same port you may want to change the port. To see if some other application is using that port 8112 use the following command

sudo netstat -ntlp

To change the default port edit this file. This file will be automatically created only after deluge-web was initiated.

sudo pkill deluge-web
nano ~/.config/deluge/web.conf

Edit the port to a different value, something above 1000. Save the file and start deluge-web again

deluge-web&

Try accessing the client from the browser again with the right IP and port

Once logged in you  shall see the following

Deluge-web-connection-manager-offline

Select the host 172.0.0.1 (if the deluged is not already running) and Start daemon shall appear on the bottom. Click on Start Daemon and wait for a few seconds.

Deluge-web-connection-manager-online

Once the status of the Host 172.0.0.1 shows on line keep the host name selected and click on connect.

Deluge-web-connection-manager-connected

Congratulations, you are now connected to Deluge torrent server using the deluge-web client.

Advertisement

2 thoughts on “Setting up deluge with webui (Deluge-web) on a Raspberry Pi

  1. hi,i have a problem.after i logged in :8112.the Host 172.0.0.1 would never online no no mater how maney times i clicked the start daemon button.what’s wrong ?

  2. hi,i have a problem.after i logged in :8112.the Host 172.0.0.1 would never online no no mater how maney times i clicked the start daemon button.what’s wrong ?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s