WHATPORT(5922) whatport.net WHATPORT(5922)
5922

Unassigned / VNC display :22

Unassigned by IANA; in the wild it is VNC display :22.

TCP IANA registry

Description

5922 falls inside IANA's Unassigned 5915-5962 block, so nothing has a claim on it. The realistic listener is an RFB server on display :22, since VNC maps display :N onto 5900+N. The number is memorable enough that people also pick it by hand for a VNC session, the way 2222 gets picked for SSH.

Exposed to the internet?

Do not expose

Do not expose a VNC display directly. Tunnel it (ssh -L 5922:localhost:5922 TARGET) so authentication and confidentiality come from SSH rather than from RFB.

Check it yourself

$ nc -w 3 TARGET 5922 | head -c 12; echo

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.