WHATPORT(6969) whatport.net WHATPORT(6969)
6969

BitTorrent tracker (IANA: acmsoda)

The customary BitTorrent tracker port — announce and scrape traffic from torrent clients.

TCP UDP IANA registry

Description

IANA has 6969 registered as "acmsoda" on both TCP and UDP, a registration with no public protocol behind it. What actually runs there is BitTorrent tracker software: opentracker binds 0.0.0.0:6969 and [::1]:6969 with no configuration options given, and countless http://tracker.example:6969/announce and udp://tracker.example:6969/announce URLs in torrent files follow that convention. A tracker only brokers peer lists — it does not carry file content — so an open 6969 means someone is coordinating swarms, not serving data.

Exposed to the internet?

Fine to expose

Public trackers are public by design; the exposure question is policy and bandwidth (open trackers attract heavy unsolicited announce traffic), not confidentiality.

Check it yourself

$ curl -sI http://TARGET:6969/announce

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.