Setting up the FortiEDR reputation server
The installation of the reputation service includes the following steps:
Creating a Virtual Machine
To create a virtual machine:
- Create a new virtual server. For example, by selecting File > New Virtual Machine…., then selecting Create a new virtual machine and clicking NEXT.

- Enter the desired virtual machine name. For example, fortiedr-reputation-service and click NEXT.
- Enter the virtual machine settings, as follows:
- In the Select a compute resource step, select the resources as needed and click NEXT.
- In the Select storage step, select the storage where the virtual machine disk should be stored on and click NEXT.
- In the Select Compatibility step, select your ESXi version and click NEXT.

- At the Select a guest OS step, select Linux in the Guest OS family field and select Ubuntu Linux (64-bit) in the Guest OS version field.
- In the Customize hardware step, select the minimum requirements as specified in system requirements in Appendix C – ON PREMISE DEPLOYMENTS and attach a network interface.
- Select Finish to complete the creation of the virtual machine.
Installing the reputation service
To install the FortiEDR reputation service:
-
Right-click the new VM and select Open Remote Console.
-
Select Manage > Virtual Machine Settings.
- In the Hardware tab, select the CD/DVD option and then select the Use ISO image file option on the right.
- Click the Browse button and select the ISO file provided by Fortinet for the FortiEDR Reputation Server. Click OK.

Another option instead of completing the two steps described above is to upload the ISO from the VMWare datastore (this is possible if the ISO has already been uploaded there).
-
Start the virtual machine and wait until installation is complete.
- Log into the virtual machine in order to continue the installation process.
Login: root
Change the root password, by entering any password you want. Then re-type it. The password must be strong enough according to Linux standards.
Configuring the reputation service
To configure the FortiEDR reputation service:
-
if machine does not have an IP address, run
dhclient. - In the VM CLI, enter
fortiedr config. -
At the device role prompt, click Next.
- At the prompt, enter your
hostnameand click Next. (Note: This can be any hostname) - A list of network interfaces on this virtual machine displays. At the Pick your primary interface prompt, select the primary interface to reach the Central Manager server, and click Next.
- At the Do you want to use DHCP prompt, select No to configure the IP of this virtual machine manually, and then click Next.
- At the prompt, enter the IP address of the machine that you are installing. Use the following format:
xxx.xxx.xxx.xxx/yy, whereyyis the routing prefix of the subnet. - At the prompt, enter the default gateway and click Next.
- At the Please set your DNS server prompt, enter a valid IP address and click Next. Use the following format:
xxx.xxx.xxx.xxx/yy, whereyyis the routing prefix of the subnet. -
At the management prompt, enter the Central Manager IP address, which must be reachable from the reputation server.
-
Enter the API username (username with API permissions in the Central Manager) and password when prompted. See Users.
-
Enter the Central Manager SSH port (default is 22).
-
Enter the Central Manager SSH credentials (username and password).
- At the Do you want to enable web-proxy ? prompt, if the service will communicate via a proxy when accessing the web (such as the FortiEDR Cloud Service (FCS)), select Yes and then enter the IP and port of the proxy. Otherwise, select No.
- At the Please set the date prompt, verify the date and click Next. The installer automatically presents the current date. You can change this date, if necessary.
- At the Please set your Time prompt, set the time and click Next.
- At the prompt, select the timezone and country in which the server is being installed.
- Wait a few moments while the installation processes, until you see the Installation completed successfully message.
-
Run
fortiedr statusto validate that the reputation service is running.