Running Transmission-daemon on Ubuntu 20.04

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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *