10

how do i install deluge client w/ web ui in Rpi (not the headless server type since it's all i can see when i google) my os is the raspbian wheezy, still a noob here :)

Jivings
  • 22,656
  • 11
  • 94
  • 140
psyko666
  • 181
  • 1
  • 3
  • 11

3 Answers3

10

You can simply install deluge from the terminal using the package manager;

sudo apt-get install deluge

You then need to start the daemon;

sudo service deluged start

Then to interact with the daemon using the web ui you must start that;

sudo service deluge-web start

Then browse to https://localhost:8112. The password should be deluge.

Jivings
  • 22,656
  • 11
  • 94
  • 140
4

@psyko666 if you are still looking for an answer, the following guide shows how to connect to a deluge-daemon running on your RPI from a Deluge client on another machine.

http://www.howtogeek.com/142044/how-to-turn-a-raspberry-pi-into-an-always-on-bittorrent-box/

geofas
  • 41
  • 2
0

short answer: if you have deluge client runiing on your pc .. turn off classic mode , if deluge is running properly on your pi , you will see it as an option , u=you can then conect it up that way .. you might have to turn on the option for allow remote conetion for the deaom though the web up first