Install Transmission 2.03
This will allow you to install and use a headless version of Transmission 2.03 on a ubuntu or centos OS and provide a remote RPC access to control the transmission daemon.
Download
Transfer the source file of Transmission 2.03 to the server:
Download from github: transmission-2.03.tar.bz2
Install build prerequisite
For ubuntu:
1 2 3 | |
For Centos 7:
1 2 | |
Build transmission
Now lets extract and compile transmission from source, enable daemon and disable gui:
1 2 3 4 5 | |
Configure
Add the configuration file and downloads folder for transmission:
1 2 3 | |
And add to the settings file:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | |
The above line "rpc-whitelist": "127.0.0.1,...", allows everyone on the internet to connect to your transmission, and it is over an unencrypted network so ensure it is either behind a firewall or it is changed to "rpc-whitelist": "127.0.0.1,YOUR.IP.ADDRESS.HERE", for security reasons.
Finally, provide it with the settings for it to run:
Run transmission
1 | |