×
Logo
  • News
  • Pricing
  • Contact
  • Client Area
Control Panel

Search

Applications

Client Area

Community

Connection Details

Control Panel

Getting Started

Misc Guides

Rclone

Torrent Clients

Unofficial Application Installers

Unofficial Language Installers

Unofficial SSH Utilities

Share your knowledge, submit a guide!

Ultra.cc Documentation
Ultra.cc Documentation
📘

Radarr

Radarr

In this section, we'll be setting up Radarr. This guide assumes that this is your first time installing Radarr, and you'll be storing your media locally, saving it to ~/media. We'll be doing the following:

  1. Enabling Automatic Organization
  2. Adding your root media folder
  3. Connecting your download clients

For more information on this app, you may visit this link.

Enable Automatic Organization

  • Access and log in to your Radarr instance using the credentials you set during installation
  • Go to Settings
  • Make sure that advanced settings are set to Shown and click Media Management
  • Under Movie Naming section, check Rename Movies
    • You can leave the rest of the options as-is. The defaults work well with Plex's naming scheme.
  • Under Importing section, make sure that Use hardlinks instead of copy is checked
    • Hardlinks effectively creates a file that points directly to your source file in the disk. You can do anything to this file without affecting your source file and vice versa.

Add your media Root Folder

  • To add your Root Folders, select Add Root Folder also under Settings -> Media Management
  • This will bring up the File Browser window.
  • From here, navigate to /home/your_username/media/ folder and select the correct folder
  • Once that's done, click OK. You'll see the absolute path of the Root folder.
  • Click Save changes to save your changes

Add Download Clients

Be sure to enable the Show Advanced setting using the Cog Icon in the top left-hand side to show URL Base field.
Example of how it should look is given in the screenshot below.

image
  • Now, click the Download Clients on the left-hand side menu.
  • To add your preferred client, click the big + button, then select your preferred client.

Deluge

rTorrent

Host: {username}.{servername}.usbx.me
Port: 443
URL Path: /RPC2   (If the URL Path is not visible, you've missed a step. Scroll up and see the big red arrow!)
Username: {username}
Password: As configured in UCP under ruTorrent
Category: radarr
Add Stopped: NO
Use SSL: YES

Transmission

Host: {username}.{servername}.usbx.me
Port: 443
Username: {username}
Password: As configured in UCP under Transmission
Category: radarr
Add Stopped: NO
Use SSL: YES

qBittorrent

Host: {username}.{servername}.usbx.me
Port: 443
URL Base: /qbittorrent  (If the URL Base is not visible, you've missed a step. Scroll up and see the big red arrow!)
Password: As configured in UCP under qBittorrent
Category: radarr
Add Paused: NO
Use SSL: YES

SABnzbd

Host: {username}.{servername}.usbx.me
Port: 443
URL Base: /sabnzbd    (If the URL Base is not visible, you've missed a step. Scroll up and see the big red arrow!)
API Key: As obtained from SABnzbd
Username: {username}
Password: Configured during SABnzbd setup
Category: radarr
Use SSL: YES

NZBGet

Host: {username}.{servername}.usbx.me
Port: 443
URL Base: /nzbget    (If the URL Base is not visible, you've missed a step. Scroll up and see the big red arrow!)
Username: {nzbget username}
Password: {nzbget password}
Category: radarr (You may need to update this in NZBGET Settings if connection fails)
Add Paused: NO
Use SSL: YES

Connect Radarr to Media Servers

Plex Media Server

  • In Radarr, navigate to Settings > Connect and click on the + button.
  • Choose Plex Media Server
  • Set it up with the details given below:
Name : Anything as per your preference.
Notification Triggers: Check 'On Grab', 'On File Upgrade', 'On Rename'.
Host: 172.17.0.1
Port: 16825 (The port of your Plex Media Server, visible in the Control Panel)
Use SSL: Unchecked
Update Library: Checked
  • Click on Authenticate with Plex.tv
  • A browser pop-up window will open. Login using your Plex account.
  • After authenticating with Plex.tv, the Auth Token field will be filled automatically.
  • Click on Test and then Save.

Emby

  • Login to your Emby instance.
  • Go to Manage Emby Server > Advanced > API Keys.
  • Click on + New API Key and add the App name as Radarr. Then click OK.
  • In Radarr, go to Settings > Connect and click on the + button.
  • Choose Emby.
  • Set it up with the details given below:
Name : Anything as per your preference.
Notification Triggers: Check 'On Grab', 'On File Upgrade', 'On Rename'.
Host: servername-direct.usbx.me (example: flux-direct.usbx.me)
Port: Emby's port as given in the UCP.
Use SSL: Unchecked
API Key: Paste the one which was created earlier.
Update Library: Checked
  • Click on Test and then Save.

Jellyfin

  • Login to your Jellyfin instance.
  • Go to Administration > Dashboard > Advanced > API Keys.
  • Click on + New API Key and add the App name as Radarr. Then click OK.
  • In Radarr, go to Settings > Connect and click on the + button.
  • Choose Jellyfin.
  • Set it up with the details given below:
Name : Anything as per your preference.
Notification Triggers: Check 'On Grab', 'On File Upgrade', 'On Rename'.
Host: servername-direct.usbx.me (example: flux-direct.usbx.me)
Port: Jellyfin's port as given in the UCP.
Use SSL: Unchecked
API Key: Paste the one which was created earlier.
Update Library: Checked
  • Click on Test and then Save.

Troubleshooting Information

“Why is Radarr down with application error 502? It won't come back!”

If Radarr is reporting 502 and you have followed all the instructions on the error page (restarting, then upgrading if that fails), then something else is going on. All troubleshooting from here requires you to access your SSH terminal.

  • If you use mergerfs in conjunction with Radarr, first ensure your mono instance is not defunct with ps aux | grep defunct. If it's defunct, killing your mounts will release the process, and you will be able to restart Sonarr/Radarr. Rclone cloud mounts should not be used directly with any application. MergerFS should be used.
  • Have you been into the system settings of Radarr recently and use a password manager? Your password manager may have auto-filled the Port. The ports should not be modified as they are just the internal docker ports, and SSL is handled via nginx. Please check the ports in the applications config.xml with the following command:
cat .apps/radarr/config.xml | grep Port

Radarr port should output the following.

support@server:~$ cat .apps/radarr/config.xml | grep Port
  <Port>7878</Port>
  <SslPort>9898</SslPort>

If they report other values, then use a text editor on config.xml and change to the Port displayed above.

If you require further assistance, you can open a support ticket here!

Feedback and suggestions regarding this article are welcome on our Discord server

  • Radarr
  • Enable Automatic Organization
  • Add your media Root Folder
  • Add Download Clients
  • Deluge
  • rTorrent
  • Transmission
  • qBittorrent
  • SABnzbd
  • NZBGet
  • Connect Radarr to Media Servers
  • Plex Media Server
  • Emby
  • Jellyfin
  • Troubleshooting Information
Logo

© 2025 SlashN Services Pte. Ltd. All rights reserved.

Discord
Host: {username}.{servername}.usbx.me
Port: 443
URL Base: /deluge   (If the URL Base is not visible, you've missed a step. Scroll up and see the big red arrow!)
Password: As configured in UCP under Deluge
Category: radarr
Add Paused: NO
Use SSL: YES

Note:
The Label plugin in Deluge must be active for the connection to succeed.
Login to Deluge and navigate to 'Preferences > Plugins'.
Check Label, then click on Apply and OK.