2.2.1. Installing Metadefender Central Management using Command Line

Preliminary notes

  • If the Metadefender Central Management package dependencies are not met on your system you may need to have a working Internet connection or you may have to provide the installation media during the installation. Consult your Operating System documentation on how to use installation media as a package repository.

Debian package (.deb)

sudo dpkg -i <file name> || sudo apt-get install -f

On Red Hat Enterprise Linux / CentOS package (.rpm)

sudo yum install <file name>

Windows package (.msi)

On Windows systems it is possible to install the product by running the corresponding .msi file.

From command line interface it is also possible to install the product by executing

msiexec /i <msi file name> <option key>=<option value>

where the possible keys and their default values are the following:

Key

Default Value

Description

RESTADDRESS

0.0.0.0

REST interface binding address

RESTPORT

8018

REST interface binding port

For details on using msiexec please consult Windows installer documentation.