Install
apt install transmission-daemon
Configure
systemctl stop transmission-daemon
Then, edit some lines in /etc/transmission-daemon/settings.json:
"download-dir"
"rpc-password"
"rpc-port"
"rpc-username"
Code language: JSON / JSON with Comments (json)
Start the daemon.
systemctl start transmission-daemon
Leave a Reply