By default, the Edge UI listens on port 9000 of the Edge node on which it is installed. Use the following procedure to change the port number:
- Ensure that the desired port number is open on the Edge node.
- Open
/opt/apigee/customer/edge-ui.d/ui.sh
in an editor. If the file and directory does not exist, create it. - Set the following property in
ui.sh
:export JAVA_OPTS="-Dhttp.address=IP -Dhttp.port=PORT"
Where IP is the IP address of the Edge UI node, and PORT is the new port number.
- Save the file.
- Restart the Edge UI:
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart
You can now access the Edge UI on the new port number.