Setting the port number of the Edge UI

Edge for Private Cloud v. 4.16.05

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 /<inst_root>/apigee/customer/edge-ui.d/ui.sh in an editor. If the file and directory does not exist, create it.
  3. Set the following propertty 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.
  4. Save the file.
  5. Restart the Edge UI:
    /<inst_root>/apigee/apigee-service/bin/apigee-service edge-ui restart

You can now access the Edge UI on the new port number.