Setting the port number of the Edge UI

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:

  1. Ensure that the desired port number is open on the Edge node.
  2. Open the file /opt/apigee/edge-ui/bin/enterpriseui in an editor.
  3. 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.

  4. Save the file.
  5. 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.