# WHATPORT(5960)

## NAME

port 5960 — Unassigned / VNC display :60 — Unassigned; VNC display :60 by convention, nothing else standard.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA leaves 5960 unassigned as part of the 5915-5962 block. RFB display numbering makes it :60, which is deep into the range and only reached by hosts running many simultaneous VNC sessions. Beyond that there is no registered service and no well-documented squatter.

## EXPOSURE

**Do not expose.** Unregistered plus in the VNC block means you cannot infer safety from the number — keep it internal and check the owning process.

## CHECK

```sh
sudo lsof -nP -iTCP:5960 -sTCP:LISTEN
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)
- spec — [RFC 6143 — The Remote Framebuffer Protocol](https://datatracker.ietf.org/doc/html/rfc6143) (datatracker.ietf.org)

---

HTML: <https://whatport.net/5960/> · JSON: <https://whatport.net/5960.json> · full dataset: <https://whatport.net/ports.json>
