×![]()
×
×![]()
×
×
Unable to connect to Distribution Server
Problem
While trying to download the bootable media, the target machine can't connect to the Distribution Server installed machine.
Causes
- The target machine is not in the same network as the Distribution Server.
- The HTTP/HTTPS ports are not reachable from the target machine.
- The HTTP/HTTPS ports are blocked in the Distribution Server by a firewall or antivirus.
- Issues while configuring the Distribution Server.
Resolution
Ensure that the Distribution Server is reachable from the target machine.
From the target machine, follow the steps given below:
- Open the command prompt.
- Execute the following command: ping <distribution_server_IP> where distribution_server_ip is the IP address of the machine where the Distribution Server is running.
- Ensure that server is reachable using ping statistics.
- If not, contact your network administrator.
Check the reachability of the HTTP port and HTTPS port
- Open the command prompt.
- Execute the following commands:
- telnet <DS Server IP> <http port number>
- telnet <DS Server IP> <https port number>
- telnet 192.168.139.116 8021
- telnet 192.168.139.116 8384
- If it opens a blank command prompt, the port is reachable. If not, proceed to step 3.
Steps for enabling Telnet in Windows:
- Go to Control Panel → Programs and Features.
- Click "Turn Windows features on or off".
- Select "Telnet client" and click OK.
Check if Windows Defender Firewall blocks HTTP or HTTPS ports
- Navigate to Control Panel → Windows Defender Firewall on the Distribution Server machine.
- If the firewall is disabled, proceed with Step #4.
- If enabled, go to Advanced Settings → Inbound Rules → New Rule.
- Select Port, specify HTTP/HTTPS port numbers (e.g., 8021, 8384).
- Allow the connection, name the rule, and click Finish.
Check if Antivirus blocks communication
If you have antivirus software installed on the Distribution Server machine, ensure that its settings do not block communication with the target machine.
5. Check if the Distribution Server is running with a valid IP address
- Press Windows + R, type services.msc.
- Search for ManageEngine UEMS - Distribution Server.
- Ensure the status of the service is "Running". If not, start the service manually.
In the web console:
- Navigate to the Agent page → Remote Offices.
- Check if the IP address of the Distribution Server is valid.
- If not, click Action → Modify → Update with a valid IP address and click Modify.
If the issue persists, contact support for further assistance.