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.
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
đ Need Higher BitTorrent & Swarm Download Speeds?
Learn how to configure disk caching, unblock peer limits, and optimize file preallocation.