# WHATPORT(81)

## NAME

port 81 — Unassigned (alternate HTTP in practice) — Unassigned at IANA since 2007, and in practice the most common overflow port for a second web server.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA de-registered port 81 in 2007 and lists it as Unassigned. What fills it is HTTP: a second web server or virtual host on a box where 80 is already taken, a management interface behind a reverse proxy, and above all the embedded web UIs of IP cameras, DVRs and consumer routers, which frequently expose their admin page here. Because those devices are numerous and often unpatched, port 81 sees heavy untargeted scanning. Anything found on it should be treated as an HTTP service and fingerprinted with a normal HTTP request.

## EXPOSURE

**Expose with care.** Usually plain HTTP with no TLS, and very often a device admin interface; put it behind TLS and authentication or do not expose it at all.

## CHECK

```sh
curl -sSI --max-time 5 http://TARGET:81/
```

## 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/81/> · JSON: <https://whatport.net/81.json> · full dataset: <https://whatport.net/ports.json>
