Manual installation of Raspberry Pi 4 OMV5 Torrent transmission

Опубликовано: 04 Июль 2026
на канале: maduinos
1,769
17

In the last video, I learned about installing the NAS server OMV5.
OMV5 can be used as a Torrent server
Transmission is not included in the package.
So I've summarized how to install transmission manually.


commands list

sudo apt-get install transmission-daemon
sudo vi /etc/transmission-daemon/settings.json

"download-dir": "/torrent_done",
"incomplete-dir": "/torrent_tmp",
"rpc-password": "1234",
"rpc-username": "maduino",
"rpc-whitelist": "*.*.*.*",

sudo service transmission-daemon reload
sudo service transmission-daemon stop

mkdir /torrent_done
mkdir /torrent_tmp
sudo chown -R pi:pi /torrent_done
sudo chown -R pi:pi /torrent_tmp
sudo usermod -a -G pi debian-transmission
sudo chmod -R 775 /torrent_done
sudo chmod -R 775 /torrent_tmp

sudo service transmission-daemon start


-If you are interested in electronic parts, Arduino, Raspberry Pi, etc. Please subscribe and like ~
Thank you for watching.

#omv5 #transmission #torrent