Prowlarr Guide

1. Install

Install via Docker

2. Setup

2.1. Configure Indexers

Add the Rarbg Indexer

  1. In the lefthand menu, select Indexers

  2. In the main window, click the Add Indexer button.

  3. In the Protocol dropdown, select torrent.

  4. In the Language dropdown, select en-US.

  5. In the Privacy dropdown, select Public.

  6. From the list, select the kickasstorrents.to indexer.

  7. On the next window leave all defaults and click the Test button and confirm the green check mark.

  8. Click the Save button.

  9. Go back to step 6 to select additional indexers as desired.

  10. When done adding indexers, click the Close button.

2.2. Configure Apps

2.2.1. Configure Sonarr

  • First get the Sonarr API key

    1. Open the Sonar page: http://192.168.1.41:8989/settings/general

      Should be the local server’s IP address
    2. Under the Security section you’ll see an API key. Copy this value which will be used in a later step.

  • Now Add the Sonarr App

    1. In the lefthand menu, select Settings  Apps.

    2. Under Applications, click the + button.

    3. Click the Sonarr button.

    4. In the Prowlarr Server field input: http://192.168.1.41:9696

      Should be the local server’s IP address
    5. In the Sonarr Server field input: http://192.168.1.41:8989

      Should be the local server’s IP address
    6. In the ApiKey field: paste in the API key retrieved earlier.

    7. Click the Test button and confirm the green check mark.

    8. Click the Save button.

2.2.2. Configure Radarr