Page Contents

Category Not Available or Missing

Can I add any (generic) Torrent RSS Feed?

Can I add any (generic) Torznab or Newznab indexer?

Can I use flaresolverr indexers?

How can I add an indexer that is down or not functional?

Prowlarr will not sync to Sonarr

Prowlarr will not sync X Indexer to App

What *Arr Indexer Settings are Compared for App Full Sync

How do I update Prowlarr?

Can I switch from nightly back to develop?

Can I switch between branches?

Help, my Mac says Prowlarr cannot be opened because the developer cannot be verified

Help, my Mac says Prowlarr.app is damaged and can’t be opened

How do I request a feature for Prowlarr?

I am getting an error: Database disk image is malformed

I use Prowlarr on a Mac and it suddenly stopped working. What happened?

How do I change from the Windows Service to a Tray App?

How do I Backup/Restore Prowlarr?

WebUI only Loads at localhost on Windows

I got a pop-up that said config.xml was corrupt, what now?

Invalid Certificate and other HTTPS or SSL issues

Help I have locked myself out

VPNs, Jackett, and the *ARRs

How do I stop the browser from launching on startup?

Can I easily add all indexers at once?

Table of Contents

If Prowlarr is exposed so that the UI can be accessed from outside your local network then you should have some form of authentication method enabled in order to access the UI. This is also increasingly required by Trackers and Indexers.

As of Prowlarr v1, Authentication is Mandatory.

  1. History => Options
  2. Set History Cleanup to 1. This will keep only through yesterday's History and Stats
  3. Navigate to System => Tasks
  4. Run the Clean Up History Task
  5. Run the Housekeeping Task
  6. Return to History => Options
  7. Set History Cleanup to your desired retention period for History and Stats

Yes. Use "TorrentRSS".

The following attributes are mandatory:

The following attributes are optional, but recommended:

  1. Configure your flaresolverr instance by adding it as a proxy in Settings => Indexers
  2. Add a tag to the created flaresovlerr proxy
  3. Add the same tag to your Indexer

The tags must match & Cloudflare must be detected for Flaresolverr to be used. A Flaresolverr proxy is disabled if no tags are used.

See TRaSH's Guides on "How to setup Flaresolverr" for more details

With Full Sync enabled, if any of the above change between the *Arr App and Prowlarr then the Indexer will be Synced and Updated in *Arr.

  1. Under the Updates section change the branch name to master, develop, or nightly
  2. Save

This will not install the bits from that branch immediately, it will happen during the next update.

On GitHub, this is a snapshot of the develop branch at a specific point in time and is tagged as pre-release.

Warning: You may not be able to go back to develop after switching to this branch. On GitHub, this is the develop branch.

master (stable) Current Master/Stable develop (beta) Current Develop/Beta nightly (unstable) Current Nightly/Alpha
hotio latest testing nightly
LinuxServer.io latest develop nightly
  1. Go to System and then the Updates tab
  2. Newer versions that are not yet installed will have an update button next to them, clicking that button will install the update.
  1. Repull your tag and update your container

faq_1_mac.png

Help, my Mac says Prowlarr.app is damaged and can’t be opened

That is either due to a corrupt download (so try again), or security issues answered just above this.

To request a feature for Prowlarr, first search on GitHub to ensure no similar request exists, then click here to add your request.

I use Prowlarr on a Mac and it suddenly stopped working. What happened?

Restoring to an OS that uses different paths will not work (Windows to Linux, Linux to Windows, Windows to OS X or OS X to Windows), moving between OS X and Linux may work, since both use paths containing / instead of \ that Windows uses, but is not supported. You'll need to manually edit all paths in the database.

CAUTION: Restoring on a Synology requires knowledge of Linux and Root SSH access to the Synology Device.

On some installations, the user is different than the below commands: chown -R sc-Prowlarr:Prowlarr *

If you can only reach your web interface at http://localhost:9696/ or http://127.0.0.1:9696, you need to run Prowlarr as Administrator at least once, maybe even always.

Some sites cannot be logged into automatically and require you to login manually then give the cookies to Prowlarr to work. Please see this article for details.

Prowlarr was unable to read your config file on start-up as it became corrupted somehow. In order to get Prowlarr back online, you will need to delete .xml in your AppData Folder, once deleted start Prowlarr and it will start on the default port (9696), you should now re-configure any settings you configured on the General Settings page.

Invalid Certificate and other HTTPS or SSL issues

Your download client stopped working and you're getting an error like Localhost is an invalid certificate?

Prowlarr validates SSL certificates. If there is no SSL certificate set in the download client, or you're using a self-signed https certificate without the CA certificate added to your local certificate store, then Prowlarr will refuse to connect. Free properly signed certificates are available from let's encrypt.

If your download client and Prowlarr are on the same machine there is no reason to use HTTPS, so the easiest solution is to disable SSL for the connection. Most would agree it's not required on a local network either. It is possible to disable certificate validation in advanced settings if you want to keep an insecure SSL setup.

  1. Close Prowlarr
  2. Open config.xml in a text editor
  3. Find the authentication method line will be
    <AuthenticationMethod>Basic</AuthenticationMethod> or <AuthenticationMethod>Forms</AuthenticationMethod>
    (Be sure that you do not have two AuthenticationMethod entries in your file)
  4. Change the AuthenticationMethod line to <AuthenticationMethod>External</AuthenticationMethod>
  5. Restart Prowlarr
  6. Prowlarr will now be accessible without a password, you should go the Settings => General in the UI, change the Authentication Method to Basic or Forms and set your new username and password

VPNs, Jackett, and the *ARRs

To be clear it is not a matter if VPNs will cause issues with the *Arrs, but when: image providers will block you and cloudflare is in front of most of *Arr servers (updates, metadata, etc.) and liable to block you too

Depending on your OS, there are multiple possible ways.

No. This would not be a good thing to do, and this functionality will not be added. It is much better to choose your indexers wisely, pay attention to the stats to remove indexers that are too slow or not producing grabs. Proper pruning and maintenance of your indexers will result in much better results overall, and quicker results on searches from your apps.