# How to troubleshoot errors related to Image creator? **Last Updated On**: 11 May 2026 **7 minutes read** The communication between the image creator component and the server may fail in the following scenarios. The step by step instructions to resolve this issue has been given under the respective titles. ## Image Creator and Server Communication Failed ### While creating an OS image If you face this error while creating an image, that could be due to one of the following reasons. 1. The target computer (imaging computer) and the central server are not connected. 2. The antivirus configured has blocked the image creator component. 3. The image creator component service has been stopped. 4. The image creator process has been terminated. ### The target computer (imaging computer) and the central server are not connected At times, the central server or the computer from which you are trying to get the image might not be reachable. In such cases, ensure the following. 1. **Ensure that the target computer and the central server are connected to the network** Open **Control Panel** > **Network and Internet** > **Network Sharing Center** > **View network computers and devices** on both machines and verify connectivity. 2. From the target computer, run **ping ** from command prompt. 3. Verify required ports on the server are not blocked. [Know more on the ports required.](https://www.manageengine.com/products/os-deployer/help/imaging/image-creator-connection-failed.html) #### The antivirus configured has blocked the image creator component Ensure the **imageCreator.exe** or **ManageEngineOSDeployer Image Creator Service** is not blocked by antivirus software on either computer. #### The image creator component service has been stopped Open **services.msc** on the imaging computer and restart **ManageEngine Image Creator Service** or **ImageCreator.exe** if it is stopped. #### The image creator process has been terminated Open **taskmgr.exe** and check for **ImageCreator.exe**. If absent, restart the service and retry imaging. ## While deploying an OS image to a target computer If you face this error while deploying an image, that could be due to one of the following reasons. 1. The target computer (deployment computer) and the central server are not connected. 2. The deployment process terminates abruptly. ### The deployment machine and the central server are not connected 1. Ensure that the deployment computer and the central server are connected to the network. 2. From both computers, run **ping ** to confirm reachability. 3. Verify that required ports are not blocked. [Know more on the ports required.](https://www.manageengine.com/products/os-deployer/help/imaging/image-creator-connection-failed.html) ## Fix Security Channel Error in TLS Communication During agent-server communication, you may encounter a "Security Channel Error" when the cipher suites supported by the agent do not match those supported by the server. This issue can occur during: - Deployment - Media download - Image creation processes ### Cause This communication failure occurs when there is no overlap between the TLS protocol versions and cipher suites supported by the agent machine and those configured on the server. For a successful TLS handshake, both the agent and server must support at least: - One common TLS protocol version - One common cipher suite - Compatible key exchange, hash, and encryption algorithms If the server is configured to allow only modern cipher suites while the agent or WinPE environment supports only older suites, the TLS negotiation fails and results in a Security Channel Error. During deployment, the issue is caused by the following: - Older WinPE environments - Older ADK boot images - Machines with outdated TLS settings ### Resolution - Use the **Nartac IIS Crypto** tool to identify the TLS protocols, cipher suites, hashes, and key exchange algorithms supported by the affected machine. - Compare the configuration of the affected machine with the server machine and ensure that both systems have at least one common supported TLS version and cipher suite. - It is recommended to apply the **Best Practices** configuration in IIS Crypto to enable modern and compatible TLS settings. **Note:** The **Best Practices** setting in IIS Crypto enables modern, compatible TLS configurations and is the recommended approach for resolving cipher suite mismatches. ![Security channel error](https://cdn.manageengine.com/sites/meweb/images/os-deployer/help/osd/channel.webp)