Prowlarr

The Ultimate Indexer Manager

Download

Installation

Please see our Servarr Wiki for installation instructions.

Download the Windows Installer with the following link and execute it.

Download Windows x64 Installer Download Windows x86 Installer
Manual Install

It is possible to install Prowlarr manually using the x64 .zip download. However in that case you must manually deal with dependencies, installation and permissions.

Introduction

The Arch Linux User Repository offers a prowlarr package that can be installed manually or using your favorite AUR helper.

1 Install Prowlarr

An aur helper can install prowlarr and its dependencies easily, or follow the AUR Installing Packages wiki for manual installation.

For example, to use yay to install the prowlarr package:

yay -S prowlarr

2 Start Prowlarr
sudo systemctl daemon-reload
sudo systemctl enable --now prowlarr
3 View Prowlarr

Browse to http://localhost:9696 to start using Prowlarr.

(Replace 'localhost' with your server IP if you're connecting remotely)
Manual Install

It is possible to install Prowlarr manually from upstream using the .tar.gz download. However in that case you must manually deal with dependencies, installation and permissions.

Docker container

You can follow the Docker guide to install Prowlarr as a Docker container instead.

Installation

Please see our Servarr Wiki for installation instructions. Link

Please contact us if you wish to port Prowlarr for any other distribution that the ones already listed.

Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.

Introduction

The easiest way to install Prowlarr on macOS is to use the App archive with the steps described below.

1 Download App package
Download macOS App
2 Install App

Open the archive and drag the Prowlarr icon to your Application folder.

Prowlarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.
3 Self-sign Prowlarr

Self-sign Prowlarr `codesign --force --deep -s - Prowlarr.app`

4 Start Prowlarr

Open Prowlarr.app in your Application folder.

5 View Prowlarr

Browse to http://localhost:9696 to start using Prowlarr.

Manual Install

It is possible to install Prowlarr manually using the .tar.gz download. However in that case you must manually deal with dependencies, installation and permissions.

Docker container

You can follow the Docker guide to install Prowlarr as a Docker container instead.

A NAS package and installation instructions are provided by SynoCommunity at: https://synocommunity.com/package/prowlarr. Please note that the SynoCommunity typically has signifcant lag in providing updated packages, thus you may want to check out Docker.
A NAS packages that requires a paid dependency is created by the QNAP community
https://www.qnapclub.eu/en/qpkg/1007. Please note that the QNAP Community typically has signifcant lag in providing updated packages, thus you may want to check out Docker. Additionally, the QNAP Community requires a paid dependency which the Prowlarr Team does not condone.
Please contact us if you wish to port Prowlarr for any other nas that the ones already listed.

A generic download is available for linux, but dependencies, installation, and permissions will need to be done manually.

Download Linux .tar.gz
Introduction

The Prowlarr team does not offer an official Docker image. However, a number of third parties have created and maintain their own.
These instructions provide generic guidance that should apply to any Prowlarr Docker image.

1 Avoid common pitfalls
Ownership and Permissions

Permissions and ownership of files is one of the most common problems for Prowlarr users, both inside and outside Docker. Most images have environment variables that can be used to override the default user, group and umask, you should decide this before setting up all of your containers. The recommendation is to use a common group for all related containers so that each container can use the shared group permissions to read and write files on the mounted volumes.
Keep in mind that Prowlarr will need read and write to the download folders as well as the final folders.

For a more detailed explanation of these issues, see The Best Docker Setup and Docker Guide wiki article.

2 Install Prowlarr

To install and use these Docker images, you'll need to keep the above in mind while following their documentation. There are many ways to manage Docker images and containers too, so installation and maintenance of them will depend on the route you choose.

  • hotio/prowlarr:release

    hotio doesn't specify any default volumes, besides /config. Images are automatically updated multiple times in an hour if upstream changes are found. Hotio also builds our Pull Requests which may be useful for testing. Read the instructions on how to install the image.

  • lscr.io/linuxserver/prowlarr:latest

    linuxserver.io is one of the most prolific and popular Docker image maintainers. They also maintain images for most of the popular download clients as well. LinuxServer specifies a couple of optional default volumes such as /movies and /downloads. The default volumes are not optimal nor recommended. Our recommendation is to use a single volume for the data, as mentioned above.

Installation

The Prowlarr team provides builds for BSD and the BSD Community creates the Port.
Please see our Servarr Wiki for installation instructions. Link

Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.

Support