# Radarr • [Radarr](https://radarr.video/) is a free and open-source media management tool that can automatically download, organize and manage your movie collection. Organize your existing collection, add new movies from the [TMDb](https://www.themoviedb.org/) or import lists to keep up-to-date. Always be sure that your media has the correct metadata for your [Plex](https://hub.subspace.services/books/plex "Plex") or [Jellyfin](https://hub.subspace.services/books/jellyfin "Jellyfin") media server. # Overview [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-20-53.png) [Radarr](https://radarr.video/) is a free and open-source media management tool that can automatically download, organize and manage your movie collection. Organize your existing collection, add new movies from the [TMDb](https://www.themoviedb.org/) or import lists to keep up-to-date. Always be sure that your media has the correct metadata for your [Plex](https://hub.subspace.services/books/plex "Plex") or [Jellyfin](https://hub.subspace.services/books/jellyfin "Jellyfin") media server. - Connects to [Prowlarr](https://hub.subspace.services/books/prowlarr "Prowlarr") to aggregate Usenet and Torrent queries to multiple sources into one unified search result. - View all of your upcoming movies on a calendar and export it for your calendar app. - Perform automatic searches to find media within your specifications, or manually search through the results. - Blacklist any failed downloads and Radarr will search for a different download. - Add a single movie to your library, or make sure you have every one from that collection or movie series. # Media ## Screenshots
Radarr v5.19.3.9730
[](https://hub.subspace.services/uploads/images/gallery/2025-02/1000006357.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-21-00.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-21-14.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-21-31.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-22-06.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-22-26.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-26-18.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-36-19.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-06-at-22-36-29.png) |
[](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-12-38.png) |
Ensure your user has permissions to access the folder.
Ensure your user has permissions to access the folder.
Ensure your user has permissions to access the folder.
*For example:* America/Vancouver
Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").
## Docker Compose Use the following code to install the service: ```yaml --- services: radarr: image: lscr.io/linuxserver/radarr:latest container_name: radarr network_mode: bridge environment: - PUID=1000 - PGID=1000 - TZ=America/Vancouver volumes: # Persistent Data - /srv/radarr:/config # Media Folders - /mnt/movies:/mmt/movies # Downloads Folder - /mnt/downloads:/mnt/downloads ports: - 7878:7878 restart: unless-stopped ``` # UpdatingRe-Deploy the Stack
This service has been optimized for running in Docker thanks to [LinuxServer.io](https://linuxserver.io). This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # DevelopmentThis software is released under the [GPL-3.0 license](https://opensource.org/license/gpl-3-0).
The software was developed as a fork of [Sonarr](https://hub.subspace.services/books/sonarr "Sonarr"). Radarr is made available for Docker through the efforts of [LinuxServer.io](https://docs.linuxserver.io/images/docker-radarr/) and their commitment to simplifying self-hosting. You can learn more about how to contribute to Radarr through their [documentation](https://wiki.servarr.com/radarr/contributing). The Radarr development team also accepts [donations](https://radarr.video/donate). # Resources ## Official - [Official Wiki](https://wiki.servarr.com/radarr) - [Official Discord](https://radarr.video/discord) - [Official GitHub Repository](https://github.com/Radarr/Radarr) - [Official Website](https://radarr.video/) - [Installation Guide](https://wiki.servarr.com/radarr/installation) - [Quick Start Guide](https://wiki.servarr.com/radarr/quick-start-guide) - [Frequently Asked Questions](https://wiki.servarr.com/radarr/faq) - [General Troubleshooting](https://wiki.servarr.com/radarr/troubleshooting) ## LinuxServer.io - [Docker Image](https://docs.linuxserver.io/images/docker-radarr/) -