Skip to content

Radarr in Container Manager on a Synology NAS


This guide is now archived and not receiving updates
Use the new all in one Arr's Project

UpdateDate
New guide update for DSM7.2 and Container Manager29/04/2023
Historic updates now at the end of the guide.


What is Radarr?

Radarr is used to search, download and organise your Movies in conjunction with your preferred Usenet or Torrent downloaders and indexers.

Let’s Begin

In this guide I will take you through the steps to get Radarr up and running in Docker.

In order for you to successfully use this guide please complete the three preceding guides

Downloading the Radarr Image

Open up Container Manager within DSM and navigate to the ‘Registry’ tab and search for ‘Radarr’. In the list of available containers select the one made by Linuxserver as shown below then click ‘Download’.

The pop-up box will ask which version you want to download, make sure you choose ‘Latest’ from the list of available versions.

You will automatically be taken to the ‘Image’ tab once the download has completed select the image and click ‘Run’.

General Settings

Next you will be greeted with the General Settings screen, this is where you can start specifying some of your preferences.

You can change the name of the container to anything you like, and you may want to enable Auto Restart as this will ensure Radarr starts automatically if you reboot your NAS.

We won’t need to change any other settings on this screen. We are now going to work through the remain settings. Click on Next.

Port Settings

We won’t be changing any of the ports the container uses. You can repeat the one shown on the right side of the settings page which is the internal Container Port onto the left side which is the Local Port which is the one you will access in your browser. Now move to the next section.

Volume Settings

We will now be specifying the directories where Radarr will store its configuration files and where to find our media and downloads.

Click on ‘Add Folder’ select the ‘docker’ folder and create a new sub-folder called ‘radarr’ select this folder and click ‘select’

Repeat this process to add the /data folder.

You will notice the section next to each folder is blank, we need to add a ‘Mount Path’ which maps the folders to a folder within the container. Use the ones shown below.

File/FolderMount path
/docker/radarr/config
/data/data

We can now move to the next section.

Environment (PGID, PUID and Timezone)

Next we are going to set up a couple of environment variables that docker will use to allow the container access to our files and folders and also to tell it where we live in the world.

Click the Add button, and fill in the following details as per the table/screenshot.

VariableValue
PUIDThe UID you obtained in the user setup guide
PGIDThe GID you obtained in the user setup guide
TZYour timezone wikipedia.org/wiki/List_of_tz_database_time_zones

Capabilities

Nothing to change here leave at the default selection.

Network

In the Network section choose the ‘synobridge’ from the drop-down menu that we created earlier.

Execution Command / Links

Leave both of these section with their default settings.

Press ‘Next’ to go to the Final Summary screen.

Summary

You have now completed the setup of the container.

You will be shown an overall summary of the settings we have specified, this is a good time to double-check everything is correct. Finally, click on Done and the container should start to boot.

You should now be able to access Radarr via the IP of your NAS followed by the port 7878

e.g., 192.168.0.40:7878

Key Settings and FAQ

Now you have set up Radarr there are some key settings you will need to set as these often catch new users out. I will add more as they come up.

Media Management / Root Folders (Settings>Media Management)

Radarr refers to the place(s) you keep your movies as Root Folders. These are where Radarr will ultimately move your movies to once they finish downloading.

AppRoot Folder
Radarr/data/media/movies

Download Clients (Settings > Download Clients>Remote Path Mappings)

While most of the settings on this page are self-explanatory something that has caught people out if the Remote Path Mappings setting. If you are hosting all your services on the same NAS do not add any settings here.

I can’t get Radarr to Connect to my Download Client!

When setting up your preferred download client or Prowlarr etc. Usually you will use the IP of your NAS, however if for whatever reason this is not working you can use http://172.20.0.1 which is the IP of the ‘synobridge’ gateway.

Docker Compose

You can use the below code saved as radarr.yml in the ‘/docker’ share, this will do the entire process above in one quick command via SSH. Ensure you change the variables to your own.

YAML
services:
  linuxserver-radarr:
    image: linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=YOURUID
      - PGID=YOURGID
      - TZ=Your/Timezone
    volumes:
      - /volume1/data:/data
      - /volume1/docker/radarr:/config
    ports:
      - 7878:7878
    network_mode: synobridge
    restart: unless-stopped

Bash
sudo docker-compose -f /volume1/docker/radarr.yml up -d
Historic UpdatesDate
Historic Updates

Buy Me a Coffee or a Beer

If you have found my site useful please consider pinging me a tip as it helps cover the cost of running things or just lets me get the odd beverage. Plus 10% goes to the devs of the apps I do guides for every year.

Published inArchived

15 Comments

  1. Chris Chris

    I am trying to add a Root Folder to Radarr and it is not showing and/or I am unable to add. Do I need to redo the file structure setup?

    • Dr_Frankenstein Dr_Frankenstein

      Hey Chris, jump back to the User/Group setup there are a couple of commands you can run to fix folder permissions.

  2. DaxterNL DaxterNL

    Hi,

    I am still on DSM 6.2 and running Plex, NZBGet, Sonarr and Radarr.

    Do i update my SYNOLOGY nas to dsm 7.2 before or after following this tutorial?

    Thx in advance

    • Dr_Frankenstein Dr_Frankenstein

      Yes best to update especially if you have any of your services exposed to the Internet.

      Or you should be able to kind of follow along with the 7.1 guides in the archive on the left menu as the ui is similar to 6.2.

  3. Jaffer Jaffer

    I did not quite understand the bash portion of this guide, where is that executed? I cannot seem to access the GUI via 7878.

    • Dr_Frankenstein Dr_Frankenstein

      Hey you can ignore that final section you don’t need to do that bit (I am changing the formatting shortly of that section)

      If you cannot access via 7878 check your settings for the container and make sure the ‘local port’ is not left blank/set to Auto

  4. armoured armoured

    Anyone else stuck at the download phase of this, i.e. get to the registry, select the right one, hit download and then eventually get a ‘timed out’ error ? (Full error is ‘unable to perform this operation, possibly because the network connection is unstable or the system is busy. Please try again later.’)
    I see different hints as to what to do but really hoping to stick to the easiest version of this. System seems to be operating fine, was able to install sonarr so seems its the docker downloading GUI that’s choking. Same issue with Bazarr as with Radarr.

    • Dr_Frankenstein Dr_Frankenstein

      Hey – Check your DNS settings for DSM in Control Panel > Network > Manual DNS Servers and set them to a quality provider such as 9.9.9.9 and 1.1.1.1

      Also, I have seen this happen when accessing DSM via the DDNS address or Quickconnect – try via your NAS IP

      • armoured armoured

        Thank you, changing the DNS setting worked. Never had an issue using defaults through my router before but what works, works.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

drfrankenstein.co.uk – writing Synology Docker Guides since 2016 – Join My Discord!