# WHATPORT(8082)

## NAME

port 8082 — HTTP alternate (IANA: us-cli) — The third HTTP port in the 8080 series, with a registration nobody uses.

Protocol: TCP  
IANA: us-cli

## DESCRIPTION

IANA assigns 8082 to Utilistor (Client) as us-cli, and Nmap's older name for it, `blackice-alerts`, refers to an IDS product retired long ago. In current practice 8082 is simply what a host binds after 8080 and 8081 are spoken for — a second web app, an admin interface split off from the main port, or a container publishing another service. Nothing about the number identifies the software.

## EXPOSURE

**Expose with care.** High HTTP ports collect the things that were never meant to be public: management UIs, metrics endpoints and services that assumed a reverse proxy would authenticate for them.

## CHECK

```sh
curl -sI http://TARGET:8082/
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry — 8082 (us-cli)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=8082) (iana.org)
- source — [nmap/nmap — nmap-services (8082/tcp)](https://github.com/nmap/nmap/blob/master/nmap-services) (github.com)

---

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