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 :)
3 Answers
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.
- 22,656
- 11
- 94
- 140
@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/
- 41
- 2
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