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 the file
/opt/apigee/edge-ui/bin/enterpriseui
in an editor. Add following line immediately before the last line of the file, which is
run "$@"
:export JAVA_OPTS="-Dhttp.address=IP -Dhttp.port=PORT"
Here 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.