skip to main content
Admin Guide > Configuration > Managing ICE Gateway > Running an ICE DFSI or ISSI Gateway
Running an ICE DFSI or ISSI Gateway
Prerequisite: Ensure you have completed all steps in Running an ICE Gateway in a Docker Container.
To deploy and run an ICE Telephony Gateway, use the command below after the replacing the fields containing <> with values determined in the Required ICE Gateway Data.
Note: When running the following commands, ensure you are in the working directory specified in the Organizing Directories section.
Ensure you replace the angle brackets <> as well as the text.
To run the Gateway
1. For DFSI Copy and paste the following code into a text editor:
docker run --detach --restart always \
--net=host \
--name <gateway_type> \
-e ICE_GATEWAY_COAST='<coast>' \
-e ICE_GATEWAY_HOME='/home/gateway/ice' \
-e ICE_GATEWAY_PREFERRED_INTERFACE='<preferred_nic>' \
-e ICE_AGENT_CLIENT_BRIDGE='<server address>' \
-e ICE_GATEWAY_GROUP_CODE='<group_code>' \
-e ICE_AGENT_API_KEY='<api_key>' \
-e ICE_GATEWAY='<gateway_type>' \
-e ICE_GATEWAY_DONGLE_USB_ADDRESS=<license_dongle>\
--device=<license_dongle> \
--volume $(pwd):/home/gateway/ice/logs \
--volume $(pwd):/home/gateway/ice/agent/log \
instantconnect/gateway-<MARKETING_VERSION>:<build_number>
2. For ISSI copy and paste the following code into a text editor:
docker run --detach --restart always \
--net=host \
--name <gateway_type> \
-e ICE_GATEWAY_COAST='<coast>' \
-e ICE_GATEWAY_HOME='/home/gateway/ice' \
-e ICE_GATEWAY_PREFERRED_INTERFACE='<preferred_nic>' \
-e ICE_AGENT_CLIENT_BRIDGE='<server address>' \
-e ICE_GATEWAY_GROUP_CODE='<group_code>' \
-e ICE_AGENT_API_KEY='<api_key>' \
-e ICE_GATEWAY='<gateway_type>' \
-e ICE_GATEWAY_CONSOLE_ID='<console-id>' \
-e ICE_GATEWAY_RADIO_SYSTEM_ID='<radio-system-id>' \
-e ICE_GATEWAY_DONGLE_USB_ADDRESS=<license_dongle>\
--device=<license_dongle> \
--volume $(pwd):/home/gateway/ice/logs \
--volume $(pwd):/home/gateway/ice/agent/log \
instantconnect/gateway-<MARKETING_VERSION>:<build_number>
3. Replace the highlighted sections with the data from the Required Gateway Deployment Data list.
4. Paste and run the command.
5. Save the commands for future use.
The ICE Gateway should now appear in ICE Desktop when logged-in to your ICE Server. Navigate to Settings > Radio Interoperability and click DFSI or ISSI depending on the <gateway_type> you specified. For additional instructions refer to the following sections: