Skip to main content

aria2 BitTorrent Tracker Hub

Accelerate BitTorrent downloads in aria2. BitTorrent download speeds depend on finding active peers. Copy our verified, high-speed public trackers directly into your aria2.conf or sync live via JSON-RPC.

16 Active Trackers
âš™ī¸ Open Config Generator →

Automatic Tracker Update Scripts

🐧 Linux / macOS Cron Auto-Update

Run a weekly cron job that fetches the latest trackers and appends them to your ~/.aria2/aria2.conf:

bash <(curl -fsSL https://raw.githubusercontent.com/XIU2/TrackersListCollection/master/aria2_trackers_update.sh)

đŸĒŸ Windows PowerShell Auto-Update

Update your Windows aria2.conf with fresh trackers using a single PowerShell command:

$t = (Invoke-RestMethod "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt") -join ","; (Get-Content "C:\aria2\aria2.conf") -replace "bt-tracker=.*", "bt-tracker=$t" | Set-Content "C:\aria2\aria2.conf"

đŸŗ Docker Compose with Auto-Trackers

Use pre-configured Docker image p3terx/aria2-pro with built-in daily auto-tracker sync:

image: p3terx/aria2-pro environment: - TRACKERS_AUTO_UPDATE=true - CUSTOM_TRACKER_URL=https://raw.githubusercontent.com/XIU2/TrackersListCollection/master/all.txt
View Complete Docker Guide →

🚀 Need Higher BitTorrent & Swarm Download Speeds?

Learn how to configure disk caching, unblock peer limits, and optimize file preallocation.

Speed Optimization Masterclass →