I’m moving all of my devices from Linux to FreeBSD.
This is my second box, which used to run Transmission for my torrent thing.
So I install FreeBSD on it, and make an jail to run Transmission.
It was simple
# pkg install transmission-daemon
# sysrc transmission_enable=YES
Edit config file to avoid 403 forbidden
error
# vim /usr/local/etc/transmission/home/settings.json
Change rpc-whitelist-enabled
to false
"rpc-whitelist-enabled": false,
Then start transmission
# service transmission start
Visit transmission website at http://transmission_ip:9091/transmission/web