# WHATPORT(9444)

## NAME

port 9444 — WSO2 ESB administration console (HTTPS) — The next HTTPS admin port after 9443 — typically a second WSO2 node with a port offset.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registered 9444 in 2008 for the WSO2 ESB administration console over HTTPS. WSO2 servers apply a numeric port offset when several run on one host, so a second instance lands its console on 9444 while the first uses 9443; other products copy the same 9443/9444 pairing for a spare TLS listener. In practice, treat it as another admin web interface until proven otherwise.

## EXPOSURE

**Expose with care.** An integration-bus admin console can deploy code and read credentials for every connected system — TLS does not make it safe to publish.

## CHECK

```sh
curl -skI --max-time 5 https://TARGET:9444/
```

## SEE ALSO

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

---

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