# WHATPORT(5850)

## NAME

port 5850 — Unassigned — No IANA registration and no established service; a round number that ad hoc software likes.

Protocol: TCP  
IANA registry

## DESCRIPTION

5850 has no entry in the IANA service registry and no widely deployed default. Round numbers like this get chosen by hand for internal services, staging deployments, and one-off proxies, which is the usual explanation for finding one open. Nothing about the port number itself tells you the protocol, so probe the service or check the process.

## EXPOSURE

**Expose with care.** An unidentified listener, most likely something internal that was never designed to face the internet. Confirm before exposing.

## CHECK

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

## SEE ALSO

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

---

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