# WHATPORT(5810)

## NAME

port 5810 — Unassigned (VNC HTTP display :10 by convention) — Unassigned at IANA; by VNC's 5800+display arithmetic it would be the web viewer for display :10.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA has no registration for 5810 and no widely deployed product claims it. The only systematic reason it appears is VNC's convention of putting the HTTP viewer at 5800 plus the display number, which makes 5810 display :10 with RFB on 5910. Display numbers that high are uncommon, so an open 5810 is at least as likely to be an unrelated in-house or vendor application. Identify it by process or by what it answers, not by the number.

## EXPOSURE

**Expose with care.** Unregistered and unidentified. If it turns out to be a VNC HTTP listener, treat it as never-expose; otherwise find the owning process before allowing it through a firewall.

## CHECK

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

## SEE ALSO

- iana — [IANA port registry — 5810 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5810) (iana.org)

---

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