# WHATPORT(8093)

## NAME

port 8093 — Unassigned — Unassigned at IANA, with no widely used default service.

Protocol: TCP  
IANA: Unassigned

## DESCRIPTION

IANA lists 8092 through 8096 as one Unassigned block, so 8093 belongs to nobody. There is no common product default here; when it appears it is a locally chosen port, typically another HTTP or application listener picked because it was free. Identify it from the service itself rather than assuming anything from the number.

## EXPOSURE

**Expose with care.** An unregistered listener is an unknown one until you fingerprint it — treat it as an unaudited service, not as benign because it is obscure.

## CHECK

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

## SEE ALSO

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

---

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