# WHATPORT(5903)

## NAME

port 5903 — ff-ice (ICAO) / VNC display :3 in practice — Registered to ICAO for flight-information exchange, but on a live host it is VNC display :3.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns 5903 to ff-ice, "Flight & Flow Info for Collaborative Env", one of a block of ports the International Civil Aviation Organisation registered for aeronautical data services over TCP, UDP, and SCTP. Those systems run on private aviation networks, not on the internet, so you will not meet them on an ordinary scan. What you will meet is VNC: 5900 plus display 3, a third simultaneous remote desktop or hypervisor console on the host.

## EXPOSURE

**Do not expose.** If it is VNC, it inherits the unencrypted, weakly authenticated RFB session and should stay on the loopback. If it genuinely is an ICAO service, it belongs on a private aeronautical network by definition.

## CHECK

```sh
nc -w 3 TARGET 5903 | head -c 12; echo
```

## SEE ALSO

- iana — [IANA port registry — 5903 (ff-ice)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5903) (iana.org)
- spec — [RFC 6143 — The Remote Framebuffer Protocol](https://datatracker.ietf.org/doc/html/rfc6143) (datatracker.ietf.org)

---

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