# WHATPORT(10180)

## NAME

port 10180 — Unassigned — Unregistered with IANA and unclaimed by any widely deployed software.

Protocol: TCP  
IANA registry

## DESCRIPTION

There is no IANA assignment for 10180, and Nmap's service database lists it as unknown, open on roughly 0.02% of scanned hosts. No mainstream project defaults to it. That makes the port itself uninformative: a listener here has to be identified from its banner or from the process that owns the socket.

## EXPOSURE

**Expose with care.** Unknown service, unknown authentication. Work out what it is locally before deciding whether it should face a network at all.

## CHECK

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

## SEE ALSO

- iana — [IANA port registry — 10180 (no assignment)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=10180) (iana.org)
- source — [nmap-services — Nmap's port frequency database](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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