Jackett
What is it?¶
Jackett (based on the original work of Matthew Little aka zone117x) is a web-based app that acts like a proxy server, directing search queries from download clients (e.g. Sonarr) to torrent tracker sites and sending the results back. Download clients can also use Jackett to fetch RSS feeds from tracker sites. Finally, it can be used as a meta search tool to find torrents, right from within the app.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
Note: If you don't use torrents, you may just skip this page.
1. URL¶
- To access Jackett, visit http://jackett.yourdomain.com
2. Settings¶
Disabling Auto Update¶
Under "Jackett Configuration":
-
Check "Disable auto update".
-
Check "External access".
-
Click "Apply server settings".
-
The page will now reload.
3. Adding Indexers to Sonarr/Radarr¶
Under "Configured Indexers":
-
Click "Add Indexer" to add your favorite indexers (i.e. torrent trackers).
-
When adding indexers into Sonarr/Radarr, you will need:
-
Indexer's Torznab Feed
-
Copy this by clicking on "Copy Torznab Feed" button next to the Indexer.
-
You will need to replace...
-
https
withhttp
-
jackett.yourdomain.com
withjackett:9117
-
-
Jacket API Key
-
4. Next¶
Are you setting Saltbox up for the first time? Continue to Plex Media Server.