Setting Up Radarr
Setting Up Radarr on Nébulaura
Radarr is an independent fork of Sonarr, tailored for automatically downloading movies via Usenet and BitTorrent.
Initial Setup
First, connect to your slot via SSH. If you need help connecting to the server, refer to the relevant help article.
To install Radarr, use the following command:
box install radarr
This command will configure Radarr for your user.
How to Access
On the initial launch, use the same login credentials and set authentication to "Forms based" logins when prompted. Once installed, Radarr is accessible at:
https://<hostname.io>/radarr
Service Management
As with all Nébulaura-configured applications, Radarr can be managed via SSH using the following commands:
- Status: Check the current status of Radarr.
- Start: Start the Radarr service.
- Stop: Stop the Radarr service.
- Restart: Restart the Radarr service.
- Enable: Configure Radarr to start automatically at boot.
- Disable: Prevent Radarr from starting at boot.
Example:
box start radarr
Configuration
Adding a New Movie and Root Directory
- Navigate to Movies and click + Add Movie.
- Search for the movie you want to add.
- Under Path, select Add a new path and enter the folder path for your movies:
Click the green checkmark to confirm./home/<username>/media/Movies
- Customize other settings as needed and click Add Movie.
Connecting Download Clients
To add a download client, go to Settings > Download Client, enable Advanced Settings, and click Add Client. Use the configurations below:
rTorrent
- Name: rTorrent
- Host:
127.0.0.1
- Port: 443
- URL Path:
/rutorrent/plugins/httprpc/action.php
- SSL: ON
- Username:
<your username>
- Password:
<your password>
- Label: TV (or any desired label)
- Downloaded Files Location:
<custom directory>
Deluge
- Name: Deluge
- Host:
127.0.0.1
- Port:
<Deluge Web Port>
(usecat ~/.config/deluge/web.conf | grep port
) - Password:
<your password>
- Label: TV (or any desired label) Note: The label plugin must be enabled.
- SSL: OFF
qBittorrent
- Name: qBittorrent
- Host:
<subnet IP>
(usecat ~/.install/subnet.lock
) - Port:
<qBittorrent Web Port>
- Username:
<your username>
- Password:
<your password>
- Category: TV (or any desired label)
- SSL: OFF
NZBGet
- Name: NZBGet
- Host:
127.0.0.1
- Port: 443
- URL Base:
nzbget
- SSL: ON
- Username:
<your username>
- Password:
<your password>
- Label: Series (or any desired label) Note: The label must exist under "Categories" in NZBGet.
SABnzbd
- Name: SABnzbd
- Host:
127.0.0.1
- Port: 443
- SSL: ON
- URL Base:
/<yourusername>/sabnzbd
- API Key:
<your API key>
- Label: Series (or any desired label) Note: The label must exist under "Categories" in SABnzbd.
Adding Indexers with Jackett
Radarr supports limited trackers by default but can be expanded using Jackett:
- Copy the Torznab Feed link from Jackett and modify it:
https://<hostname>/jackett/api/v2.0/indexers/<tracker>/results/torznab/
Replacehttps
withhttp
and add your Jackett port number (e.g.,12345
).http://<hostname>:12345/jackett/api/v2.0/indexers/<tracker>/results/torznab/
- Navigate to Settings > Indexers in Radarr and click +.
- Select Torznab under Torrent.
- Configure:
- Name:
<tracker name>
- URL:
<modified Torznab URL>
- API Key:
<API key from Jackett>
- Name:
- Click Test. If successful, click Save.
Fixing Radarr Issues After Updates
If Radarr doesn’t start correctly after an update:
- Log in via SSH and navigate to the Radarr config directory:
cd ~/.config/Radarr/ cp radarr.db ~/
- Reinstall Radarr:
box remove radarr box install radarr
- Turn off Radarr in the web UI, wait 20 seconds, then:
rm radarr.db radarr.db-shm radarr.db-wal radarr.pid cp ~/radarr.db ~/.config/Radarr/
- Turn Radarr back on from the web UI.
Additional Configuration
For further customization, set up quality profiles and post-processing to automate transferring completed downloads to your Radarr library. Refer to the Radarr Wiki for more details.
Automate Your Movie Library
With Radarr on Nébulaura, managing and expanding your movie collection is effortless. Set it up today for seamless automation and control!