# WHATPORT(4343)

## NAME

port 4343 — UNICALL (IANA) / Aruba controller WebUI — Registered as UNICALL, but in practice this is the HTTPS management interface of an Aruba wireless controller.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA's entry for 4343 is UNICALL, a telephony signalling registration you will effectively never meet. What actually shows up on scans is HPE Aruba networking gear: ArubaOS mobility controllers and Aruba Central On-Premises serve their administrative WebUI over HTTPS on 4343 alongside 443. No Aruba port list is linked here, so the identification rests on what the device answers rather than on a citable document. A TLS handshake and a login page here identify the device immediately.

## EXPOSURE

**Do not expose.** This is the full administrative plane of a wireless infrastructure controller — restrict it to a management VLAN or jump host, never publish it.

## CHECK

```sh
curl -sk -o /dev/null -w '%{http_code}\n' --max-time 5 https://TARGET:4343/
```

## SEE ALSO

- iana — [IANA port registry — 4343 (unicall)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4343) (iana.org)

---

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