WHATPORT(3333) whatport.net WHATPORT(3333)
3333

dec-notes (in practice: OpenOCD GDB, mining stratum, alt HTTP)

Registered to DEC Notes; today it is OpenOCD's GDB server, mining-pool endpoints, and any app that liked the repeating digits.

TCP IANA registry

Description

IANA registers 3333 as dec-notes, Digital's VAX Notes conferencing system, which nobody has run in decades. The repeating digits made the port a popular default elsewhere: OpenOCD serves its GDB remote-debug connection on 3333 by default (telnet on 4444, Tcl on 6666), cryptocurrency mining pools very commonly publish Stratum endpoints on 3333, and countless applications pick it as an alternate HTTP port. Nothing about 3333 tells you which of these you have hit, so the banner decides.

Exposed to the internet?

Expose with care

Depends entirely on what is listening: an OpenOCD GDB server is unauthenticated debug control of a device and must stay on localhost, while a pool endpoint is public by design.

Check it yourself

$ nc -v TARGET 3333

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.