Post Last Edited by FishX at 2014-7-23 22:32
1)remove transmission gui and install transmission daemon
- sudo apt-get remove transmission
- sudo apt-get install transmission-daemon
- sudo service transmission-daemon stop
Copy the Code
2)modify the settings: - sudo nano /etc/transmission-daemon/settings.json
Copy the Code
a)add all ip to the whitelist - "rpc-whitelist": "*.*.*.*",
Copy the Code
b)change the username and password - "rpc-username": "bnnpi",
- "rpc-password": "bnnpi",
Copy the Code
Press Ctrl+x &y to save and exit c)restart transmission daemon - sudo service transmission-daemon start
Copy the Code
Finally,you can open in a browser to visit transmission - http://you bnnpi's ip:9091
Copy the Codeyou can change other settings from the second icon on the bottomleft
|