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: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.
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.
Anime Fan Package
Recommended for anime enthusiasts:Nyaa.si
Best for: Largest anime torrent repositoryThe primary source for anime torrents with the most comprehensive catalog and active community.
AnimeTosho
Best for: Automated mirroring service with high reliabilityProvides automated mirrors of anime releases with excellent uptime and organization.
TV Show Specialists
Recommended for TV series focus:EZTV
Best for: TV series specialization with recent episodesFocuses exclusively on TV shows with fast uploads of new episodes after airing.
TorrentGalaxy
Best for: Good TV/movie mix with active communityWell-maintained tracker with a balance of TV shows and movies, plus active community moderation.
Adding indexers to Prowlarr
Access Prowlarr
Open Prowlarr in your browser:If accessing remotely, replace
localhost with your server’s IP address.Navigate to Indexers
Click on Indexers in the left sidebar, then click Add Indexer in the top right.
Search for your indexer
Use the search box to find the indexer you want to add (e.g., “YTS”, “Nyaa”, “EZTV”).
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.
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)
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:- Resolution: 2160p > 1080p > UHD > 720p > 4K
- Seeders: More seeders = better availability (logarithmic scoring)
- 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
/settings).
Advanced configuration
Configuring FlareSolverr
Configuring FlareSolverr
FlareSolverr automatically handles captchas for indexers that require them. It’s pre-configured in the Docker setup.To verify FlareSolverr is working:You should receive a JSON response with
"status":"ok".Setting minimum seeders
Setting minimum seeders
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
Multiple Prowlarr instances
Multiple Prowlarr instances
To use multiple Prowlarr instances:
- Configure each Prowlarr instance on different ports
- Update
PROWLARR_URLin Plank’s settings to point to your primary instance - Use Prowlarr’s sync apps feature to synchronize indexers across instances
Private indexers
Private indexers
To add private torrent trackers:
- Obtain an account and API key from the private tracker
- In Prowlarr, search for the tracker by name
- Enter your username and API key/passkey when prompted
- Private trackers often have stricter ratio requirements - ensure you seed adequately
Indexer troubleshooting
No search results
No search results
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
Indexer configuration fails
Indexer configuration fails
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
FlareSolverr not working
FlareSolverr not working
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
Slow search results
Slow search results
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)
Legal and safety warnings
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