# WHATPORT(30)

## NAME

port 30 — Unassigned — Unassigned at IANA — no registered service and no established squatter.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA lists port 30 as Unassigned on TCP and UDP, with no assignee and no reference. No widely deployed daemon binds it by default. It shows up in scan results only as an unidentified listener, and there is no protocol convention to guess from. The useful step is to find the owning process on the host rather than to infer a service from the number.

## EXPOSURE

**Expose with care.** Unregistered and unidentified; do not open it without knowing exactly which process is behind it.

## CHECK

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

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)

---

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