Verifying ICE Agent Installation
Before proceeding to deploy ICE Agent in your environment, use the agent doctor command to verify that ICE Agent is working correctly in your environment.
To run the ICE Agent Doctor

For native installations, open a terminal, command prompt or PowerShell, then navigate to the directory where ICE Agent was deployed and the execute the following command:
agent doctor

For Docker installations, execute the following command:
docker run instantconnect/<ice-agent-image> doctor
The Doctor command will produce output similar to the following screenshot. If the output ends with "Done: Everything looks good!” then your installation is successful.