IT-Conductor Gateway Restart Guide
Method 1: Restart from the Management UI





Method 2: Restart using commands (Linux Only)
Method 3: From the Configuration Utility (Windows Only)

Last updated
A gateway restart may be required during maintenance, troubleshooting, or after configuration changes. You can restart the IT-Conductor Gateway using one of the following methods.
On the main menu go to Management → Resources → Gateways.

Click the
icon next to the gateway you wish to restart and click the Request Restart
button.

The same button is also available by clicking on the gateway’s name → Request Restart

Wait a few minutes for the restart to complete.
Verify the gateway status by clicking on Gateway's Name → Gateway Heartbeat and enlarging the pop-up chart.


Run the following commands on the gateway host:
Run the following command to display the gateway’s state after restarting.
Navigate to the directory where the JRE Gateway is installed.
Open the Configuration Utility.
Click the Stop icon to stop the gateway.
Once the gateway has stopped, click the Start icon to restart it.

Last updated
sudo systemctl stop itconductor-gateway
sudo systemctl start itconductor-gatewaysudo systemctl status itconductor-gateway
