System requirements
Windows
Component | Minimum version | Dependencies | Recommended System Specs |
---|---|---|---|
PostgreSQL Database Server | 16.9 | Vendor recommendation | |
RabbitMQ Messaging Broker | 3.13.0 | 64 bit Erlang/OTP 25.0 or above. | Vendor recommendation |
MetaDefender Distributed Cluster File Storage | 2.3.0 | Microsoft Visual C++ Redistributable 2019 version 14.29.30139.0 or above. | Minimum of 8 CPU cores and 8 GB of RAM required. |
MetaDefender Distributed Cluster Control Center | 2.3.0 | Microsoft Visual C++ Redistributable 2019 version 14.29.30139.0 or above. | Minimum of 4 CPU cores and 4 GB of RAM required. |
MetaDefender Distributed Cluster Identity Service | 2.3.0 | Microsoft Visual C++ Redistributable 2019 version 14.29.30139.0 or above. | Minimum of 4 CPU cores and 4 GB of RAM required. |
MetaDefender Distributed Cluster Worker for MetaDefender Distributed Cluster API Gateway | 2.3.0 | Microsoft Visual C++ Redistributable 2019 version 14.29.30139.0 or above. | Minimum of 4 CPU cores and 8 GB of RAM required. |
MetaDefender Distributed Cluster Worker for MetaDefender Core | 2.3.0 | Microsoft Visual C++ Redistributable 2019 version 14.29.30139.0 or above. | System Configuration |
WMIC
, by default, is disabled since Windows 11. To enable it, please run the following command as Administrator in Command Prompt:
DISM /Online /Add-Capability /CapabilityName:WMIC
Debian/Ubuntu or Red Hat/Rocky
Component | Minimum version | Dependencies | Recommended System Specs |
---|---|---|---|
PostgreSQL Database Server | 16.9 | Vendor recommendation | |
Redis Caching Server | 7.0.5 | Vendor recommendation | |
RabbitMQ Messaging Broker | 3.13.0 | 64 bit Erlang/OTP 25.0 or above. | Vendor recommendation |
MetaDefender Distributed Cluster File Storage | 2.3.0 |
| Minimum of 8 CPU cores and 8 GB of RAM required. |
MetaDefender Distributed Cluster Control Center | 2.3.0 |
| Minimum of 4 CPU cores and 4 GB of RAM required. |
MetaDefender Distributed Cluster Identity Service | 2.3.0 |
| Minimum of 4 CPU cores and 4 GB of RAM required. |
MetaDefender Distributed Cluster Worker for MetaDefender Distributed Cluster API Gateway | 2.3.0 |
| Minimum of 4 CPU cores and 8 GB of RAM required. |
MetaDefender Distributed Cluster Worker for MetaDefender Core | 2.3.0 |
| System configuration |
tar
, by default, is not included in some Linux distributions. Please run the following command in Terminal to install tar
:
- Debian/Ubuntu:
sudo apt install tar
- Red Hat/Rocky:
sudo dnf install tar
lsb_release
, by default, is not included in Rocky. Please run the following command in Terminal to install lsb_release
sudo dnf install -y yum-utils
sudo dnf config-manager --set-enabled devel
sudo dnf update -y
sudo dnf install -y redhat-lsb-core
Was this page helpful?