OpenResty Edge™ Component Port Description
Port Listening Scope Explanation
- Internet Accessible: Listens on 0.0.0.0, can be opened for internet access. In isolated internal network environments, it’s recommended to restrict to internal network access.
- Internal Network: Listens on private IP ranges, only accessible within the private network.
- Localhost Only: Listens on 127.0.0.1, accessible only from the local machine, external access is prohibited.
Admin
Port | Protocol | Function Description | Listening Scope |
---|---|---|---|
443 | HTTPS | Admin Console Web Service | Internet Accessible |
12345 | HTTPS | Service for Node and Clone Admin | Internet Accessible |
8081 | HTTP | Configuration Recompilation Service | Localhost Only |
12380 | HTTP | Test Service | Localhost Only |
12443 | HTTPS | Test Service | Localhost Only |
Log Server
Port | Protocol | Function Description | Listening Scope |
---|---|---|---|
12346 | HTTPS | Backend Service for Admin and Log Server | Internet Accessible |
8089 | HTTP | Backend Service for Admin | Internet Accessible |
Node
Port | Protocol | Function Description | Listening Scope |
---|---|---|---|
80/443 | HTTP/HTTPS | Business Traffic Proxy Service | Internet Accessible |
11212 | TCP | Cluster SSL Session Sharing | Internal Network |
8090 | HTTP | Cluster Resource Sharing | Internal Network |
8091 | HTTP | Node Status Retrieval Service | Localhost Only |
Admin Database
Port | Protocol | Function Description | Listening Scope |
---|---|---|---|
5432 | TCP | PostgreSQL Database Service for Admin | Internal Network |
Log Server Database
Port | Protocol | Function Description | Listening Scope |
---|---|---|---|
5432 | TCP | PostgreSQL Database Service for Log Server | Internal Network |