Skip to main content
TrackersList can be integrated with torrent clients through automated scripts, plugins, or manual updates. Choose the integration method that works best for your setup.

Supported Clients

The following torrent clients have community-maintained integration tools:

qBittorrent

Bash script for automated tracker updates

Transmission

Multiple scripts: Python and Bash implementations

Deluge

Plugin for automatic tracker management

aria2

Go and Bash scripts for configuration updates

Integration Methods

Automated Scripts

Most clients support automated tracker updates through scripts that:
  • Fetch the latest tracker list from TrackersList
  • Update the client configuration or active torrents
  • Can be scheduled to run periodically via cron or systemd timers
Automated scripts are the recommended approach for keeping tracker lists up-to-date without manual intervention.

Plugins

Some clients like Deluge support plugins that integrate directly with the client’s interface:
  • Native integration with client UI
  • Automatic updates on schedule
  • No external dependencies required

Manual Updates

For clients without automated tools, you can:
  1. Download a tracker list from TrackersList
  2. Manually add trackers through the client interface
  3. Update periodically to maintain optimal performance

Torrent File Integration

If you need to add trackers directly to .torrent files before adding them to your client, see the Torrent Files guide.

Choosing a Tracker List

TrackersList provides several curated lists for different needs:
The top-performing trackers sorted by popularity and latency. Recommended for most users.
  • URL: https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt
Complete list of all working trackers. Use when you want maximum peer discovery.
  • URL: https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt
Lists filtered by protocol type:
  • trackers_all_udp.txt - UDP trackers only (51 trackers)
  • trackers_all_http.txt - HTTP trackers only (47 trackers)
  • trackers_all_https.txt - HTTPS trackers only (14 trackers)
  • trackers_all_ws.txt - WebSocket trackers (2 trackers)
Lists with IP addresses instead of domains, useful for DNS issues:
  • trackers_best_ip.txt - Top trackers with IPs (20 trackers)
  • trackers_all_ip.txt - All trackers with IPs (61 trackers)
All tracker lists are automatically updated daily and sorted by popularity and latency from best to worst.

Next Steps

Select your torrent client to view detailed integration instructions:

Build docs developers (and LLMs) love