# WHATPORT(8385)

## NAME

port 8385 — Unassigned — No IANA assignment and no well-known software — an unidentified listener if you find it.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA has no entry for 8385 on TCP or UDP; the neighbouring 8384 is Reserved on TCP and assigned to marathontp on UDP, which tells you nothing about this port. Nmap carries it as "unknown" with an open rate near 0.015%, among the rarest it tracks. Anything answering here is a locally chosen port — a second instance of a web UI, a container mapping, or a homegrown service.

## EXPOSURE

**Expose with care.** Unregistered means unidentified. Name the process on the host, then decide; do not assume an unregistered port is harmless.

## CHECK

```sh
sudo lsof -nP -iTCP:8385 -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)
- source — [nmap-services — Nmap port frequency data](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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