What is the easiest way to change a bunch of Forticlient registrations to a new EMS server? Currently they are registered to a Fortigate
Thanks
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
There are two possible approaches today:
1. Redploy FortiClient 5.4 from the EMS. Ensure that the FortiClient installer created has the IP address of the EMS as the registration server. After the deployment completes, the newly installed FortiClient will register to the EMS.
This is easy for organisations that use AD server to manage their computers.
2. Change the configuration on the FortiGate to which the clients are currently registered. Provide the IP address of the EMS in the <fortigate> element as below:
<forticlient_configuration>
<endpoint_control>
<enabled>1</enabled>
<disable_unregister>0</disable_unregister>
<silent_registration>1</silent_registration>
<fortigates>
<fortigate>
<serial_number>FCTEMS</serial_number>
<name>ems_name</name>
<registration_password>difficulttoguessbuteasytoremember</registration_password>
<addresses>192.168.86.4:8013</addresses>
</fortigate>
</fortigates>
</endpoint_control>
</forticlient_configuration>
This requires using FortiClient advanced configuration on the FortiGate. Allow all the clients to receive the update (may be a few hours, in case some clients are offline). Then disable FortiClient listening on the FortiGate. FortiClient will find that it could no longer reach the FortiGate to which it is currently registered. It should then look through the configured <fortigate> list.
As usual, you want to test the solution you select before deploying it.
There are two possible approaches today:
1. Redploy FortiClient 5.4 from the EMS. Ensure that the FortiClient installer created has the IP address of the EMS as the registration server. After the deployment completes, the newly installed FortiClient will register to the EMS.
This is easy for organisations that use AD server to manage their computers.
2. Change the configuration on the FortiGate to which the clients are currently registered. Provide the IP address of the EMS in the <fortigate> element as below:
<forticlient_configuration>
<endpoint_control>
<enabled>1</enabled>
<disable_unregister>0</disable_unregister>
<silent_registration>1</silent_registration>
<fortigates>
<fortigate>
<serial_number>FCTEMS</serial_number>
<name>ems_name</name>
<registration_password>difficulttoguessbuteasytoremember</registration_password>
<addresses>192.168.86.4:8013</addresses>
</fortigate>
</fortigates>
</endpoint_control>
</forticlient_configuration>
This requires using FortiClient advanced configuration on the FortiGate. Allow all the clients to receive the update (may be a few hours, in case some clients are offline). Then disable FortiClient listening on the FortiGate. FortiClient will find that it could no longer reach the FortiGate to which it is currently registered. It should then look through the configured <fortigate> list.
As usual, you want to test the solution you select before deploying it.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1720 | |
1095 | |
752 | |
447 | |
234 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.