Skip to main content

Port Reference

By default, APISIX exposes the following ports or reserved listening ports:

PortProtocolDescription
9080HTTPListen for user requests.
9443HTTPSListen for user requests with SSL enabled.
9181PROXYListen for HTTP traffic with PROXY protocol when PROXY protocol is enabled.
9182PROXYListen for HTTPS traffic with PROXY protocol when PROXY protocol is enabled.
9090TCPListen for requests to Control API when Control API is enabled.
9100TCPListen for TCP traffic when transport layer (L4) proxy is enabled.
9200UDPListen for UDP traffic when transport layer (L4) proxy is enabled.
9180HTTP(S)Listen for requests to Admin API.
9091HTTPExport metrics for Prometheus when the Prometheus export server is enabled.
8443HTTPSThe port for HTTPS traffic when redirect plugin is used to redirect HTTP traffic to HTTPS.

To learn more about how to change the default ports, see configuration files.