Skip to main content
Torrent indexers are the sources that provide torrent search results. Plank uses Prowlarr to search across multiple indexers simultaneously.

What are torrent indexers?

Torrent indexers are websites that catalog torrent files and magnet links. When you search for content in Plank, Prowlarr queries your configured indexers and returns the best matching torrents based on quality, seeders, and trusted release groups.

Indexer packages

Choose an indexer package based on your content preferences. You can configure multiple indexers from different packages.

General Entertainment Package

Recommended for most users seeking movies, TV shows, and general content:
1

YTS

Best for: Movies only, high quality, small file sizesYTS specializes in compressed movie releases with excellent quality-to-size ratios. Ideal for users with limited storage or bandwidth.
2

1337x

Best for: Well-established tracker with mixed content typesLarge variety of content including movies, TV shows, games, and software. Note that availability can be unstable at times.
3

The Pirate Bay

Best for: Largest library of contentThe most comprehensive torrent index available. Requires careful verification of torrents due to the large volume of uploads.

Anime Fan Package

Recommended for anime enthusiasts:
1

Nyaa.si

Best for: Largest anime torrent repositoryThe primary source for anime torrents with the most comprehensive catalog and active community.
2

AnimeTosho

Best for: Automated mirroring service with high reliabilityProvides automated mirrors of anime releases with excellent uptime and organization.
3

AniDex

Best for: Alternative anime source with good organizationCommunity-driven anime tracker with well-organized releases and active seeders.

TV Show Specialists

Recommended for TV series focus:
1

EZTV

Best for: TV series specialization with recent episodesFocuses exclusively on TV shows with fast uploads of new episodes after airing.
2

TorrentGalaxy

Best for: Good TV/movie mix with active communityWell-maintained tracker with a balance of TV shows and movies, plus active community moderation.
3

TorLock

Best for: Verified torrents with fewer fake filesEmphasizes torrent verification to reduce fake or malicious files.

Adding indexers to Prowlarr

1

Access Prowlarr

Open Prowlarr in your browser:
http://localhost:9696
If accessing remotely, replace localhost with your server’s IP address.
2

Navigate to Indexers

Click on Indexers in the left sidebar, then click Add Indexer in the top right.
3

Search for your indexer

Use the search box to find the indexer you want to add (e.g., “YTS”, “Nyaa”, “EZTV”).
4

Configure the indexer

Click on the indexer from the search results. Most public indexers require minimal configuration:
  • Name: Automatically filled (you can customize)
  • Enable: Check this box
  • Redirect: Leave unchecked
  • Priority: Default is 25 (lower numbers = higher priority)
  • Tags: Optional organizational tags
Some indexers may require FlareSolverr for captcha solving. This is automatically configured if you’re using the Docker setup.
5

Test and save

Click Test to verify the indexer is accessible, then click Save.If the test fails:
  • Check your internet connection
  • Verify FlareSolverr is running: http://localhost:8191
  • Try a different indexer URL (some domains may be blocked)
6

Verify in Plank

Go to Plank’s settings page (http://localhost:3300/settings) and ensure the Prowlarr API key is configured. Search for content to test your indexers.

Configuring quality filters

Plank automatically filters torrents to ensure high-quality releases:

Automatic filtering

The following low-quality releases are automatically excluded:
  • CAM / HDCAM - Camera recordings in theaters
  • TS / HDTS - Telesync recordings
  • SCR / SCREENER - Screening copies
  • TC / TELECINE - Telecine recordings
  • R5 - Region 5 DVD releases

Quality scoring

Torrents are automatically scored and ranked by:
  1. Resolution: 2160p > 1080p > UHD > 720p > 4K
  2. Seeders: More seeders = better availability (logarithmic scoring)
  3. Trusted release groups: Configured in Plank settings

Trusted release groups

Plank prioritizes torrents from trusted release groups. The default trusted groups are:
  • YTS / YIFY - High-quality movie encodes with small file sizes
  • .BONE. - Reliable movie and TV releases
  • x1337 - Quality releases from 1337x
  • TVTEAM - Trusted TV show releases
You can customize this list in Plank’s settings page (/settings).

Advanced configuration

FlareSolverr automatically handles captchas for indexers that require them. It’s pre-configured in the Docker setup.To verify FlareSolverr is working:
curl -X POST http://localhost:8191/v1 \
  -H "Content-Type: application/json" \
  -d '{"cmd":"request.get","url":"https://httpbin.org/ip","maxTimeout":60000}'
You should receive a JSON response with "status":"ok".
In Plank’s settings page (/settings), you can configure the minimum number of seeders required for a torrent to be considered:
  • Default: 5 seeders
  • Low bandwidth: Increase to 10-20 for better download speeds
  • Rare content: Decrease to 1-3 to find hard-to-find content
To use multiple Prowlarr instances:
  1. Configure each Prowlarr instance on different ports
  2. Update PROWLARR_URL in Plank’s settings to point to your primary instance
  3. Use Prowlarr’s sync apps feature to synchronize indexers across instances
To add private torrent trackers:
  1. Obtain an account and API key from the private tracker
  2. In Prowlarr, search for the tracker by name
  3. Enter your username and API key/passkey when prompted
  4. Private trackers often have stricter ratio requirements - ensure you seed adequately
Private trackers have strict rules. Failing to maintain proper ratios can result in account suspension.

Indexer troubleshooting

Solutions:
  • Ensure at least one indexer is configured in Prowlarr
  • Verify TMDB API key is configured in Plank settings (search depends on TMDB)
  • Check if indexers are enabled in Prowlarr
  • Try different search terms
  • Test indexers individually in Prowlarr’s search page
Solutions:
  • Check your internet connection
  • Verify the indexer’s website is accessible in your region
  • Try a different indexer URL (use mirror sites if available)
  • Ensure FlareSolverr is running for indexers that require it
  • Check Prowlarr logs: docker compose logs prowlarr
Solutions:
  • Verify FlareSolverr container is running: docker ps
  • Check FlareSolverr logs: docker compose logs flaresolverr
  • Restart FlareSolverr: docker compose restart flaresolverr
  • Ensure FlareSolverr URL is correct in Prowlarr indexer proxy settings
Solutions:
  • Reduce the number of enabled indexers
  • Increase indexer priority for faster sources
  • Check if specific indexers are timing out (disable slow ones)
  • Ensure adequate server resources (CPU, memory)
You are solely responsible for ensuring compliance with your local copyright laws. This software does not host, upload, or distribute any copyrighted material.

Your responsibilities

  • Copyright laws: Check your country’s copyright laws before using torrents
  • File safety: Verify torrent content before downloading - the developers have no control over torrent safety or legality
  • Privacy protection: Strongly consider using a torrent-ready VPN
  • Verification: Never download suspicious or unverified torrents

Security recommendations

  • Use a reputable VPN or tunnel service for all torrent activities
  • Scan downloaded files with antivirus software
  • Verify file contents and sizes match expectations
  • Never run executable files (.exe, .bat, .scr) from torrents unless explicitly intended (e.g., video games)

Next steps

First-time setup

Complete Plank setup and configuration

API reference

Integrate Plank with other applications

Build docs developers (and LLMs) love