Title
Create new category
Edit page index title
Edit category
Edit link
Linux Installation
Preliminary notes
Before you begin the installation, please ensure that the system requirements are met.
If the MetaDefender Storage Security installer package dependencies are not installed on your system the installer will attempt to automatically download them over the internet.
Acquire the package
In order to acquire the package please visit https://www.opswat.com/solution
To limit the required resources, use the ENABLED_MODULES and the DISABLED_SERVICES environment variables in the customer.env file to select which modules to install when deploying MetaDefender Storage Security, you can follow these steps:
Locate the
customer.envfile in your MetaDefender Storage Security deployment. This file contains environment variables used for customization.Open the
customer.envfile in a text editor.Add the
ENABLED_MODULESenvironment variable to the file. The variable should be in the formatENABLED_MODULES=<module_list>, where<module_list>is a comma-separated list of the modules you want to enable. For example, if you want to enable modules Amazon S3, Google Cloud, and Azure Blob storage units, yourcustomer.envfile should include the following line: ENABLED_MODULES=azureblob,amazonsdk,googlecloudSave the
customer.envfile.Proceed with the deployment of MetaDefender Storage Security.
Recommended Article: How to Enable Specific Modules in the Configuration?
Please note that an online installation involves downloading the required docker images from Docker Hub. If image pulls fail, you may have reached Docker Hub's rate limits, especially when multiple services pull from the same IP address.
To address this, please consider one of the following solutions:
Use
docker loginto increase your pull limitImplement image caching or registry proxies
Stagger deployments to avoid concurrent pulls
Advanced installation
We recommend that production deployments use an external database and ensure that web traffic is encrypted. For detailed information on how to configure an external database or HTTPS see advanced installation section:
Debian / Ubuntu package (.deb)
Update your packages
Install the necessary package dependencies
Move to the folder containing the installer and install it
After the installation is completed, check if everything went fine
or using the help menu
Run the following command in order to initialize MetaDefender Storage Security
Start the service
Optionally, you can check the status using the following command:
Open a browser and navigate to the web interface http://<server> to configure your deployment.
Red Hat Enterprise Linux / CentOS / Rocky package (.rpm)
Please note that Docker Engine is officially supported only on RHEL s390x architecture, but you may be able to install it manually following the CentOS installation steps: https://docs.docker.com/engine/install/centos/
On Rocky Linux, it is recommended to use Podman , as Podman is officially supported by Red Hat.
Update your packages
Move to the folder containing the installer and install it
After the installation is completed, check if everything went fine
or using the help menu
Run the following command in order to initialize MetaDefender Storage Security
Note: If you don’t have docker already installed, the installer will do that for you, but you will be prompted to sign out and sign back in. This is necessary because your current user needs to be added to the docker group.
Start the service
Optionally, you can check the status using the following command:
Open a browser and navigate to the web interface http://<server> to configure your deployment.
If you are using firewall (on CentOS8 and RHEL 8) you may need to update it’s policies:
Podman Configuration
MDSS can also run using the Podman container engine instead of the default Docker one on RHEL operating systems. Podman, podman-docker and docker-compose need to be installed and running before installing MDSS.
After the installation is complete, MDSS needs to be configured to skip the checks for the default Docker engine. This is done by setting SKIP_DOCKER_CHECKS=yes in the /etc/mdss/customer.env file. The following commands can be used to install Podman and MDSS on RHEL.