New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Transmission-daemon on b3 quick and dirty how to.

Got problems with your B2 or B3? Share and get helped!
Post Reply
NisseJ
Posts: 40
Joined: 09 Jan 2011, 07:55
Location: Sweden
Contact:

Transmission-daemon on b3 quick and dirty how to.

Post by NisseJ »

Hello,

As an little easter egg i found my short guide i wrote to a colleague at work about how i set up Transmission-daemon on my b3 and also the program for remote control it.

Here it is:

Install transmission-remote-gui on your desktop

http://code.google.com/p/transmisson-remote-gui/



On the B3 as root:

Code: Select all

change_distribution elvin -u -c

apt-get update

apt-get install transmission-daemon

transmission-daemon -f -t -u your_username -v your_password -w /path/to/downloaded/torrents 

CTRL + C to quit the program

Code: Select all

/etc/init.d/transmission-daemon stop 
nano .config/transmission-daemon/settings.json


change "rpc-whitelist": "127.0.0.1" to "*" (or the ip you want to access it from)

save the file.

Then start transmission-daemon as an ordinary user

Code: Select all

transmission-daemon


open port 9091 TCP from internet if you want to remote control the daemon outside your own network


Voila!

I followed this guide: http://www.webupd8.org/2009/12/setting- ... ui-in.html
Post Reply