FortiClient EMS Cloud support 6.2.3
The FortiGate Security Fabric root device can link to FortiClient Cloud (a cloud-based EMS solution) for endpoint connectors and automation. Both cloud-based and on-premise EMS servers are supported.
To enable cloud-based EMS services, FortiGate must be registered to FortiCloud with an appropriate user account. Only one FortiClient EMS Cloud server can be configured.
To add a cloud-based and an on-premise EMS server in the GUI:
- Go to Security Fabric > Settings.
- Enable FortiClient Endpoint Management System (EMS).
- Add an EMS server.
- Set EMS Type to EMS Cloud.
- Enter a name, such as cloud_ems.
- Add another EMS server.
- Set EMS Type to EMS.
- Enter a name, such as ems136.
- Enter server's IP address, admin user name, and admin password. Optionally, you can also change the HTTPS port.
- Click Apply.
- FortiClient EMS fabric connectors are automatically created for the EMS servers.
- Test connectivity with the EMS server:
- Go to Security Fabric > Settings and go to the FortiClient Endpoint Management System (EMS) section.
- In the Connection status field, click Test Connectivity.
To add a cloud-based EMS server in the CLI:
- Enable authentication of FortiClient EMS Cloud through a FortiCloud account:
config endpoint-control fctems edit <name> set fortinetone-cloud-authentication enable next end
- Configure a FortiClient EMS Cloud server connection:
config user fsso edit "cloud_ems_fsso_connector" set type fortiems-cloud set password ****** set source-ip <class_ip> next end