Create your own torrent seedbox with Ubuntu and Transmission (2020 edition)

Опубликовано: 04 Сентябрь 2026
на канале: Server Ninja
13,433
188

Do you need a VPN and would also like to help out with this channel? Then check out PureVPN using this link: https://billing.purevpn.com/aff.php?a...
...
Try out DigitalOcean for free with this link: https://m.do.co/c/3ba5f136c3ed
...
If you don't have a server check out this video on setting one up with digital ocean:    • Creating a Ubuntu server with digital ocea...  

Run the initial server setup following this video:    • Intial Ubuntu server set up - create a use...  

Some commands used in the video:
add-apt-repository ppa:transmissionbt/ppa
apt install transmission-cli transmission-common transmission-daemon
sudo service transmission-daemon start
sudo usermod -aG debian-transmission user
sudo ln -s /etc/nginx/sites-available/yoursite.com /etc/nginx/sites-enabled/