Description
You can use HTTPS to enable you to login to the Endpoint Central server in a secure environment. For example, if you are logging in from a computer outside your LAN or WAN, you can use a secure login (HTTPS).
Steps
To enable HTTPS in your Endpoint Central server, follow the steps given below:
Note: You can also use a third-party SSL certificate.
You have enabled the secure login feature (HTTPS) in Endpoint Central.
Description
By default, the Endpoint Central server uses port 8383 to complete the following tasks:
This port is chosen during the installation of the Endpoint Central server. You can change the port number after installation, if required.
Steps
You have to complete the following tasks to:
Warning!: If the port number is changed in the Endpoint Central Server, ensure that you update the correct port number in Endpoint Central agents. Until this change is done, the agents will keep contacting the previous port number and will not be able to reach the Endpoint Central Server. This would affect the complete desktop management activity.
Note: When there is a Failover Server configured, follow all the steps for changing port numbers simultaneously in both primary server and secondary server. Also When there is a Secure Gateway Server, kindly reconfigure the SGS with the updated ports. Click here for the "Steps to reconfigure SGS"
Changing the port numbers in the Endpoint Central server
To change the port number after the Endpoint Central server is installed, follow the steps given below:
You can now connect to the product web console using the new port numbers that you have specified. You are now required to update the Endpoint Central agents with the new port numbers.
Updating the port numbers in the Endpoint Central agents
For computers in a LAN
Note: Ensure that the computers in which the agents are installed are switched on.
The new port numbers will be updated in the agents immediately.
For branch offices using Distribution Servers
configure-dc-distributionserver-communication-7.vbs <ServerName> <ServerIP> <HTTP Port> <HTTPS Port> <Protocol>
The new port numbers will be updated immediately in the distribution server.
For branch offices/computers in a WAN
Note: If you are using Endpoint Central 6, use this script.
cscript configureDCAgentServerCommunication_7.vbs <ServerName> <ServerIP> <HTTP Port> <HTTPS Port> <Protocol>
The new port numbers will be updated in the agents immediately.
Executing a script on multiple computers
Note: Ensure that the computers in which the agents are installed are switched on.
C:\for /f %f in (c:\computernames.txt) do psexec \\%f -u <domain>\administrator -p <password> CSCRIPT \\MyServer\MyShare\configureDCAgentServerCommunication.vbs <ServerName> <ServerIP> <HTTP Port> <HTTPS Port> <Protocol>
You have executed a script in multiple computers.