Setting Up Prowlarr
Setting Up Prowlarr on Nébulaura
Prowlarr is an indexer manager and proxy built on the popular *arr stack. It supports managing Torrent Trackers and Usenet Indexers and integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr for complete indexer management.
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 Prowlarr, use the following command:
box install prowlarr
This command will configure Prowlarr for your user.
How to Access
On initial launch, use the same login credentials and set authentication to "Forms based" logins when prompted. Once installed, Prowlarr is accessible at:
https://<hostname.io>/prowlarr
Service Management
As with all Nébulaura-configured applications, Prowlarr can be managed via SSH using the following commands:
- Status: Check the current status of Prowlarr.
- Start: Start the Prowlarr service.
- Stop: Stop the Prowlarr service.
- Restart: Restart the Prowlarr service.
- Enable: Configure Prowlarr to start automatically at boot.
- Disable: Prevent Prowlarr from starting at boot.
Example:
box start prowlarr
Configuration
Adding a New Indexer
- At the top, click Add Indexer.
- Type the name of the indexer you want to add.
- Enter the appropriate details.
Connecting Download Clients
Navigate to Settings > Download Clients and click Add Client. Use the configurations below for your preferred client:
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 *Arr Apps
Prowlarr integrates with Lidarr, Mylar3, Radarr, Readarr, and Sonarr. To configure:
- Navigate to Settings > Apps in Prowlarr.
- Click Show Advanced in the top-left.
- Click the + button under Applications.
- Select the application to sync indexers with.
- Enter the app's details:
- Host:
http://<subnet>:<port>/<appname>/
- For Prowlarr:
http://<subnet>:<port>/prowlarr/
- Host:
- Repeat for each app as needed.
To find your subnet, use:
cat ~/.install/subnet.lock
Seamless Indexer Management
With Prowlarr on Nébulaura, managing Torrent Trackers and Usenet Indexers is effortless. Set it up today for seamless integration with your favorite *arr applications.