# WHATPORT(5877)

## NAME

port 5877 — Unassigned — No IANA registration and no notable service — an open 5877 is a local choice, not a protocol.

Protocol: TCP  
IANA registry

## DESCRIPTION

5877 is unassigned in the IANA registry and is not the documented default of any widely used server. The surrounding numbers are thinly allocated, which is exactly why gaps here get taken by internal tooling and vendor agents. The port number carries no information about the protocol, so read it off the process or the service banner.

## EXPOSURE

**Expose with care.** Unidentified listener. Establish the owning process and its authentication before deciding it can be reachable.

## CHECK

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

## SEE ALSO

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

---

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