Here’s how to do it – if you have the desktop version, most of the hard work has been done for you, but here’s how to open the web interface up to the world/your LAN anyway.
I’ve made a new directory in the root of the drive for files, called transmission.
- sudo apt-get install transmission-cli transmission-daemon
- cd /
- sudo mkdir transmission
- sudo chgrp -R debian-transmission /transmission
- sudo chmod -R 775 /transmission
- sudo service transmission-daemon restart
- sudo nano /etc/transmission-daemon/settings.json
- make edits to file:
- “download-dir”: “/transmission”,
- “rpc-password”: “your-password”,
- “rpc-port”: abcd
- “rpc-whitelist”: “127.0.0.1,192.168.*.*”,
the password will be hashed on the next restart.
- sudo service transmission-daemon reload
- sudo service transmission-daemon restart
- enjoy vie web interface. 😀
- remember to push a port through your firewall….
If you want to do this from the server distro, you’ll need to install ‘transmission-common’ also.