Deploying EMS as a VM image
You can deploy EMS as a virtual machine (VM) image like many other Fortinet products. EMS supports the VMware ESXi and KVM hypervisors and provides VMs for x86_64 and ARM architectures.
EMS VMs run in standalone mode. |
To deploy EMS on VMware ESXi:
-
Select Deploy a virtual machine from an OVF or OVA file.
-
Click Next.
-
Enter the VM name and upload the OVA file.
-
Click Next.
-
Click Finish.
-
Review the configuration and start the VM. When the VM boot completes, the OS logon page displays.
-
Log in to the VM.
The default credentials are:
You will be required to change these credentials upon first log in.
-
Change the default password when prompted.
-
Access the FortiClient EMS GUI by the VM IP/FQDN address.
To deploy FortiClient EMS on KVM:
-
Set up QEMU/KVM on a Linux host.
-
Copy the
forticlientems_vm qcow2
image under/var/lib/libvirt/images/
. -
Run the following command to initialize the virtual machine with the FortiClient EMS image:
sudo virt-install --name EMS_VM --memory 4096 --vcpus 2 --disk path=/var/lib/libvirt/images/forticlientems_vm.7.4.1.1862.interim.qcow2,format=qcow2 --import --os-variantgeneric --network bridge=virbr0 --graphics none
You can change the configuration in the command as needed.
-
Log in to the virtual machine.
The default credentials are:
-
Username:
ems
-
Password:
ems
-
-
Access the FortiClient EMS GUI by the VM IP/FQDN address.
To install FortiClient EMS on ARM processor:
-
Download the ARM EMS installer from the support portal. The installer file name is in the form forticlientems_7.4.1.1867.interim.arm64.bin.
-
Make the installer executable:
sudo chmod +x ./forticlientems_7.4.1.1867.interim.arm64.bin
-
Run the installer:
sudo ./forticlientems_7.4.1.1867.interim.arm64.bin