What is Radarr?Radarr is a movie collection manager for Usenet and BitTorrent users. It automatically monitors multiple RSS feeds and indexers for new and upgraded releases of your wanted movies, grabs them through your download client, then renames and organizes them into your library. Think of it as the movie-focused sibling of Sonarr — part of the broader *arr stack alongside Prowlarr, Sonarr, and Bazarr.
Radarr handles quality profiles, custom formats, automatic upgrades (e.g. replacing a 720p copy when a 1080p release appears), and list-based imports from sources like Trakt, IMDb, and TMDb.
Radarr pairs best with Prowlarr (indexer management) and a download client such as qBittorrent or SABnzbd. Set those up first for the smoothest experience.
Docker
TrueNASservices:
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
volumes:
- /mnt/tank/configs/radarr:/config
- /mnt/tank/media:/media
ports:
- "7878:7878"
restart: unless-stopped
radarrAmerica/New_York568 / PGID 568/mnt/tank/configs/radarr/mnt/tank/media mounted to /media7878Before anything else, lock down access:
Forms (Login Page).Enabled.Rather than adding indexers manually, let Prowlarr manage them:
http://radarr:7878) and API key (found in Radarr under Settings → General → Security)./data/media/movies.
3 · Video Guide