

Iocage fstab -add lidarr /mnt/vault0/media/music /mnt/music nullfs rw 0 0 iocage exec lidarr mkdir /mnt/torrents Iocage fstab -add lidarr /mnt/vault0/apps/lidarr /mnt/config nullfs rw 0 0 # Mount media datasets iocage exec lidarr mkdir /mnt/music # Create jail iocage create -name lidarr -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset iocage exec lidarr mkdir /mnt/config and change the Default Save Path to /mnt/torrents:

Navigate to in your browser and login with the default credentials. # Start the service iocage exec qbittorrent service qbittorrent start # Configure config directory iocage exec qbittorrent sysrc qbittorrent_conf_dir =/mnt/config # Enable qBittorrent service iocage exec qbittorrent sysrc qbittorrent_enable =YES
SONARR UTORRENT SETUP INSTALL
Iocage fstab -add qbittorrent /mnt/vault0/media/torrents /mnt/torrents nullfs rw 0 0 # Update packages iocage exec qbittorrent "pkg update & pkg upgrade" # Install qBittorrent without GUI iocage exec qbittorrent pkg install qbittorrent-nox Iocage fstab -add qbittorrent /mnt/vault0/apps/qbittorrent /mnt/config nullfs rw 0 0 # Mount media dataset iocage exec qbittorrent mkdir /mnt/torrents

# Create jail iocage create -name qbittorrent -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset iocage exec qbittorrent mkdir /mnt/config Jail Config Datasets #Ĭonnect to TrueNAS via SSH or similar. We’ll use default 755 permissions for all datasets. Navigate to Storage → Pools and add the datasets and permissions. Navigate to Accounts → Users and add the following users. Navigate to Accounts → Groups and add the following groups.
SONARR UTORRENT SETUP TORRENT
E.g., Radarr can only read ( ro) from the torrent dataset but write ( rw) to the movies dataset.
SONARR UTORRENT SETUP DOWNLOAD
Disclaimer #įrom Wikipedia on BitTorrent Legislation:Īlthough the protocol itself is legal, problems stem from using the protocol to traffic copyright infringing works, since BitTorrent is often used to download otherwise paid content, such as movies and video games. The FN11.3 iocage jails - Plex, Tautulli, Sonarr, Radarr, Lidarr, Jackett, Transmission, Organizr guide inspired me to write this guide. This post documents the steps required to install qBittorrent, Jackett, Lidarr, Radarr, Sonarr, and Plex in TrueNAS jails version 12.0-U6.
