Title
Create new category
Edit page index title
Edit category
Edit link
System requirements
This page describes the software dependencies and recommended system requirements for deploying MetaDefender Cluster (MD Cluster) components on supported Windows and Linux platforms. Review these requirements before installation to ensure your environment is properly prepared for a stable and supported deployment.
Windows
PostgreSQL
- Supported version: 16.9
- System requirements:
- 8 CPU cores
- 16 GB RAM
- 5 Gbps network bandwidth
- 1 TB SSD or NVMe storage
For a deployment with 5 MD Core instances, each running 8 AV engines, approximately 4 GB of disk space is needed to store 1 million objects.
RabbitMQ
Supported version: 3.13.0
Dependencies:
- 64-bit Erlang/OTP
- Supported versions: 26.0 → 28.2.x
System requirements:
- 4 CPU cores
- 8 GB RAM
- 1 Gbps network bandwidth
- 100 GB storage
MD Cluster File Storage
Supported version: 2.6.0
Dependencies:
- Microsoft Visual C++ Redistributable 2019
- Version 14.29.30139.0 or later
Recommended system requirements:
- 8 CPU cores
- 8 GB RAM
- 5 Gbps network bandwidth
- 1 TB SSD or NVMe storage
The available storage volume should be at least twice the total size of files submitted to the MD Cluster API Gateway at the same time.
If CDR or DLP engines are installed on MD Core instances, the required file storage volume should be doubled.
MD Cluster Control Center
Supported version: 2.6.0
Dependencies:
- Microsoft Visual C++ Redistributable 2019
- Version 14.29.30139.0 or later
Recommended system requirements:
- 4 CPU cores
- 4 GB RAM
- 1 Gbps network bandwidth
- 100 GB storage
MD Cluster Identity Service
Supported version: 2.6.0
Dependencies:
- Microsoft Visual C++ Redistributable 2019
- Version 14.29.30139.0 or later
Recommended system requirements:
- 4 CPU cores
- 4 GB RAM
- 1 Gbps network bandwidth
- 50 GB storage
Worker hosting MD Cluster API Gateway
Supported version: 2.6.0
Dependencies:
- Microsoft Visual C++ Redistributable 2019
- Version 14.29.30139.0 or later
Recommended system requirements:
- 8 CPU cores
- 16 GB RAM
- 5 Gbps network bandwidth
- 50 GB storage
Worker hosting MD Core
Supported version: 2.6.0
Dependencies:
- Microsoft Visual C++ Redistributable 2019
- Version 14.29.30139.0 or later
Recommended system requirements:
- Refer here for detailed requirements
Notes
- MetaDefender Cluster requires WMIC to be enabled. Run the following command in Command Prompt as Administrator:
xxxxxxxxxxDISM /Online /Add-Capability /CapabilityName:WMICDebian / Ubuntu / Red Hat / Rocky
PostgreSQL
- Supported version: 16.9
- System requirements:
- 8 CPU cores
- 16 GB RAM
- 5 Gbps network bandwidth
- 1 TB SSD or NVMe storage
For a deployment with 5 MD Core instances, each running 8 AV engines, approximately 4 GB of disk space is needed to store 1 million objects.
Redis
- Supported version: 7.0.5
- System requirements:
- 2 CPU cores
- 32 GB RAM
- 5 Gbps network bandwidth
- 20 GB storage
RabbitMQ
Supported version: 4.2.5
Dependencies:
- 64-bit Erlang/OTP 27.3.4.9 or later
System requirements:
- 4 CPU cores
- 8 GB RAM
- 1 Gbps network bandwidth
- 100 GB storage
MD Cluster File Storage
Supported version: 2.6.0
Required packages/tools:
- uuid
- tar
- lsb_release
Recommended system requirements:
- 8 CPU cores
- 8 GB RAM
- 5 Gbps network bandwidth
- 1 TB SSD or NVMe storage
The available storage volume should be at least twice the total size of files submitted to the MD Cluster API Gateway at the same time.
If CDR or DLP engines are installed on MD Core instances, the required file storage volume should be doubled.
MD Cluster Control Center
Supported version: 2.6.0
Required packages/tools:
- uuid
- tar
- lsb_release
Recommended system requirements:
- 4 CPU cores
- 4 GB RAM
- 1 Gbps network bandwidth
- 100 GB storage
MD Cluster Identity Service
Supported version: 2.6.0
Required packages/tools:
- uuid
- tar
- lsb_release
Recommended system requirements:
- 4 CPU cores
- 4 GB RAM
- 1 Gbps network bandwidth
- 50 GB storage
Worker hosting MD Cluster API Gateway
Supported version: 2.6.0
Required packages/tools:
- uuid
- tar
- lsb_release
- jq
- curl
Recommended system requirements:
- 4 CPU cores
- 8 GB RAM
- 5 Gbps network bandwidth
- 50 GB storage
Worker hosting MD Core
Supported version: 2.6.0
Required packages/tools:
- uuid
- tar
- lsb_release
- jq
- curl
Recommended system requirements:
- Refer here for detailed requirements
Notes
- MD Cluster requires
uuid,tar,curl,jqto be installed. Run the following command in Terminal to install them:
xxxxxxxxxx# Debian/Ubuntusudo apt install -y uuid curl jq tar # Red Hat/Rockysudo dnf install -y libuuid curl jq tar- MD Cluster requires
lsb_releaseon Rocky Linux. Run the following commands in Terminal to install it:
xxxxxxxxxxsudo dnf install -y yum-utilssudo dnf config-manager --set-enabled develsudo dnf update -ysudo dnf install -y redhat-lsb-core