Trackers

Trackers are the servers that introduce BitTorrent peers to each other. The more healthy trackers a torrent announces to, the faster you find peers — which matters most for magnet links and poorly seeded torrents.

Motrix maintains a curated tracker list for you: it downloads well-known community lists on a schedule, probes each tracker’s health, drops the dead ones, and appends the survivors to your BitTorrent tasks. The Trackers page in the sidebar is where you watch and tune this machinery.

The Effective tab

The Effective tab lists every tracker currently being injected, with its Health, Response (ms), Last probed time, and Source. The master switch — “Inject curated trackers” — turns the whole feature on or off. Sync Now forces a refresh; the filter box narrows the list by URL.

Tracker sources

The source selector controls which community lists Motrix downloads. Each built-in list in the Effective tab has a Direct address on GitHub and a CDN mirror:

ListDirect enabled by defaultCDN enabled by default
ngosang/trackerslist — bestYesNo
XIU2/TrackersListCollection — bestYesNo
DeSireFire/animeTrackerList — bestNoNo

Direct and CDN describe how the list is fetched, not how BitTorrent peers connect. Choose the address that works on your network; if GitHub is unavailable, you can enable its CDN alternative. Each selection is independent. The anime list is optional in both forms.

You can also Add a plain-text list by URL (https://example.com/list.txt). Deselect a source to stop using it; custom sources can also be removed. Upgrades add newly available built-ins while preserving the enabled choices and URLs of existing sources.

The Blacklist tab

Some trackers are misconfigured or outright suspicious. With “Apply blacklist filter” on, Motrix blocks connections to trackers flagged as Suspicious or Error; the tab shows how many URLs are currently in effect.

The built-in blacklist sources are XIU2/TrackersListCollection — blacklist and DeSireFire/animeTrackerList — bad, both fetched through CDN and enabled by default. Their selections are independent of the lists in the Effective tab. You can deselect either source or turn off the blacklist filter.

Sync and probing settings

The knobs live in Settings → BitTorrent → Trackers:

SettingDefaultMeaning
Auto SynconRefresh the tracker lists on a schedule
Sync Interval12 hHow often to sync (1–168 hours)
Enable ProbeonTest each tracker’s health before using it
Probe TimeoutMax wait for a probe response (1000–30000 ms)
Healthy ThresholdMax response time still counted healthy (500–10000 ms)
Min Success RateDrop trackers that fail more often than this (0–1)
Max Tracker Count50How many trackers to inject per torrent (5–200)

The defaults are sensible; the setting most worth knowing is Max Tracker Count — a bigger number is not automatically better, since every tracker costs announce traffic.

Per-task trackers

Each torrent also has its own tracker list — open the task’s detail panel and switch to the Trackers tab:

  • Edit lets you paste tracker URLs, one per line (http(s), udp, and ws(s) only). Saving replaces the task’s effective tracker list; the announce list embedded in the .torrent itself is never touched.
  • Sync re-applies the current global curated list to this task.
  • A drift indicator like “3 not in global” tells you the task’s list has diverged from the curated one.

Important

Private torrents are left alone. For torrents flagged private, Motrix never merges the global tracker list and disables per-task sync — the banner “Private torrent — global trackers will not be merged” says exactly that. This protects your membership on private communities, which typically forbid adding outside trackers.