Installing the Micetro Web Interface
Installing the Web Interface on Windows
Note
On Windows, the Micetro Web Interface requires IIS to be installed. The installer will verify the presence of all required components.
Install the Micetro Web Interface by double-clicking the Microsoft installer file and following the instructions on the screen.
Warning
If the Micetro Web Interface is installed on a different server than Micetro Central, you need to configure the Web app server host to the hostname of the webserver. This setting can be adjusted in the Management Console unser
to ensure that the auto-update feature for the Web Interface works correctly.Installing the Web Interface on Linux
Important
Before installing the Micetro Web Interface, make sure you have an operational Apache Web Server running. The Web Interface will configure its own virtual host.
Extract and install the Micetro Web Interface installation package with root privileges:
tar -xzvf micetro-web-application-10.3.5.linux.x64.tgz cd micetro-web-application-10.3.5.linux.x64 && ./install --web-virtual-host-domain web-application.domain.tldWhere
web-application.domain.tld
is the domain where the Web Interface will be accessed.
Restart the Apache web server:
systemctl restart httpd
For RHEL8-based distributions with SELinux enabled, make sure Apache is permitted to connect to the Web Interface service:
setsebool httpd_can_network_connect 1 -P