Hub 2019.1 Help

Configure Network Interface Binding for ZIP

By default, the Jetty servlet engine and HTTP server used in Hub bind on the 0.0.0.0 network interface. For security reasons, this action may be restricted in some environments.

You can use the configure command to change the listen-address property for your Hub server. Execute this command on behalf of the same OS user that runs the Hub service. This command creates configuration files and folders. The Hub service user must have permission to access the files and folders that are created by this command.

To customize the network interface binding for a ZIP distribution:

  1. Stop the Hub service.

  2. Open the command-line interface that is supported by your operating system.

  3. In the command line, change the directory to <Hub installation directory>/bin.

  4. Run the following command:
    hub.sh configure --listen-address=<new network interface address>

  5. Start the Hub service.

Last modified: 17 February 2020