Installing BMC Helix Client Gateway
Related topics
Use the information in this topic to install the BMC Helix Client Gateway for the first time. Refer to the following topics for more information about BMC Helix Client Gateway.
- Requirements - System requirements and Gateway configuration options.
- Upgrading - Upgrading from an older version of the BMC Helix Client Gateway to the latest version.
- Configuring - BMC Helix Client Gateway configuration elements and adding a proxy.
To download installation files for Windows
- Go to the EPD website and sign in with your BMC Helix Support ID.
- Click Product Download Tool.
- On the All Products tab, search for BMC Helix ITSM.
- Click on the latest product version.
Important: Disable your browser's pop-up blocker before downloading files. - On the Product tab, select the latest BMC Helix Client Gateway version for Microsoft Windows.
- Click Download.
To install the gateway service for Windows
- Extract the downloaded setup files to your gateway server.
For example, C:\Program Files\Kaazing. You can use any folder based on your organization's naming standards. - Navigate to the installation folder and verify the file structure.
For example, C:\Program Files\Kaazing\kwic-version-windows\kwic-version.
- Open Command Prompt as administrator.
- Run the following command:
kwic.setup.exe -s
- Open the Windows Services console and verify that Kaazing KWIC Service appears in the list.

To configure the gateway service for Windows
- In the Windows Services console, verify that Kaazing KWIC Service is stopped.
- Navigate to the conf folder in your installation directory.
For example, KWIC_INSTALL_DIR\conf.
- Replace the default kwic-config.xml file with the configuration file provided by BMC Helix SaaS Operations.
BMC Helix sends you this updated file after receiving your integration request. For more information, see Getting started. - (Optional) Before starting the service, back up and clear the logs located in the log folder.
This step helps BMC Helix identify and troubleshoot potential issues. - In the Windows Services console, start Kaazing KWIC Service.
To install the license file for the gateway service in Windows
- In the Windows Services console, stop Kaazing KWIC Service.
- Navigate to the license folder in your installation directory.
For example, KWIC_INSTALL_DIR\license. - Delete all files from the license folder.
- Copy the license.xml file provided by BMC Helix SaaS Operations to the license folder.
- In the Windows Services console, start Kaazing KWIC Service.
- Verify that the service started successfully by checking the log file in the log folder.
For example, KWIC_INSTALL_DIR\log\error.log.
The log file should confirm that the service picked up the new license file.
To verify the installation in Windows
- Test access to BMC Developer Studio or your configured integration to confirm the installation was successful.
- If connections fail, review the log files in the log folder and contact BMC Helix Support.
After the installation finishes, you should see a message in the Installation Summary window stating that the installation completed successfully.
You can also verify that the gateway is installed correctly by:
- Checking the services and ensuring that the Kaazing KWIC Service is running.
- Reviewing the error.log file (in the log directory where the gateway is installed) for any error messages.
The BMC Helix SaaS Operations team is available for technical support and installation assistance.
To download installation files for Linux
- Go to the EPD website and sign in with your BMC Helix Support ID.
- Click Product Download Tool.
- On the All Products tab, search for BMC Helix ITSM.
- Click on the latest product version.
Important: Disable your browser's pop-up blocker before downloading files. - On the Product tab, select the latest BMC Helix Client Gateway version for Linux.
- Click Download.
To install the gateway service for Linux
- Extract the downloaded tarball to your gateway server.
For example, /opt/bmc. You can use any directory based on your organization's naming standards.
- Navigate to the installation directory and review the file structure.
For example, /opt/bmc/kwic-version.
To configure the gateway service for Linux
- Navigate to the conf directory in your installation directory.
For example, KWIC_INSTALL_DIR/conf. - Replace the default kwic-config.xml file with the configuration file provided by BMC Helix SaaS Operations.
BMC Helix sends you this updated file after receiving your integration request. For more information, see Getting started.
To start the gateway service in Linux
- Navigate to the bin directory in your installation directory.
For example, KWIC_INSTALL_DIR/conf/bin. - Start the service by running the following command:
sh kwic.start &
- Verify that the service is running by checking the process:
ps -ef | grep kaazing
To install the license for the gateway service in Linux
- Stop the gateway service. Find the process ID (PID) and stop it:
ps -ef | grep kaazing
kill -9 <pid>
Replace <pid> with the actual process ID. - Navigate to the license directory in your installation directory.
For example, KWIC_INSTALL_DIR/license. - Delete all files from the license directory.
- Copy the license.xml file provided by BMC Helix SaaS Operations to the license directory.
- Start the service by navigating to the bin directory and running:
sh kwic.start & - Verify that the service started successfully by checking the log file in the log directory.
For example, KWIC_INSTALL_DIR/log/error.log.
The log file should confirm that the service picked up the new license file.
(Optional) To stop the gateway service in Linux
- Find the process ID:
ps -ef | grep kaazing
- Stop the service:
kill -9 <pid>
Replace <pid> with the actual process ID.
If you configured a systemd service, use systemd commands to stop and start the gateway service instead.
To verify the installation in Linux
- Test access to BMC Developer Studio or your configured integration to confirm the installation was successful.
- If connections fail, review the log files in the log directory and contact BMC Helix Support.