# WHATPORT(1138)

## NAME

port 1138 — encrypted-admin — Registered in 2007 for "encrypted admin requests" — a vendor administration channel, not a public protocol.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA carries two names for 1138: the original encrypted_admin and encrypted-admin, which IANA assigned later as the well-formed replacement, both described as "encrypted admin requests". There is no published protocol, so the registration tells you only that the vendor intended an administrative channel with transport encryption. Nmap sees it open on a negligible fraction of hosts.

## EXPOSURE

**Do not expose.** Administration planes do not belong on the internet even when they are encrypted; put it behind a VPN and identify the application while you are there.

## CHECK

```sh
sudo lsof -nP -iTCP:1138 -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/1138/> · JSON: <https://whatport.net/1138.json> · full dataset: <https://whatport.net/ports.json>
