# WHATPORT(19350)

## NAME

port 19350 — Adobe Flash/Adobe Media Server core — The internal core-process port of Adobe Flash Media Server, unregistered but reliably fingerprinted.

Protocol: TCP  
IANA registry

## DESCRIPTION

Nmap's service-probe database matches a distinctive binary banner on 19350 as "Adobe Flash Media Server core" — the internal channel between the server's admin/edge processes and its core processes, separate from the RTMP port 1935 and the admin port 1111. IANA has no assignment for 19350. Adobe Media Server is end-of-life, so an open 19350 today usually indicates a long-lived legacy streaming host.

## EXPOSURE

**Do not expose.** An internal inter-process channel of a discontinued, unpatched media server. It should not be reachable off the host, let alone from the internet.

## CHECK

```sh
nmap -Pn -sV -p 19350 TARGET
```

## SEE ALSO

- source — [Nmap service fingerprint database (fms-core match on 19350)](https://github.com/nmap/nmap/blob/master/nmap-service-probes) (github.com)
- 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/19350/> · JSON: <https://whatport.net/19350.json> · full dataset: <https://whatport.net/ports.json>
