> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/tools/mariadb-enterprise-manager/administration/deployment/hardware-and-system-requirements.md).

# Hardware and System Requirements

This guide outlines the system and hardware requirements for deploying the Enterprise Manager Server and the Enterprise Manager Agent.

## Enterprise Manager Server 🖥️

The Enterprise Manager Server is the central component that hosts the UI and stores monitoring data.

### Hardware Sizing Guide

<table><thead><tr><th>Monitored Servers</th><th width="138.78125">CPU</th><th width="146.59375">Memory (RAM)</th><th>Storage (SSD)</th></tr></thead><tbody><tr><td><strong>50</strong></td><td>4 cores</td><td>8 GB</td><td>200 GB</td></tr><tr><td><strong>200</strong></td><td>16 cores</td><td>32 GB</td><td>800 GB</td></tr><tr><td><strong>500+</strong></td><td>48 cores</td><td>96 GB</td><td>2000 GB</td></tr></tbody></table>

{% hint style="info" %}
Tip: Adjust storage size depending on your requirements for metrics retention.
{% endhint %}

### System Requirements

* CPU Architecture: x86-64
* Linux OS with either of the supported container engines
  * Docker with Docker Compose\
    <https://docs.docker.com/engine/install>
  * Podman with Podman Compose
    * The podman-docker compatibility package is required to enable the docker CLI for Podman. All commands in this guide documented for Docker work similarly with Podman.

## Enterprise Manager Agent🕵

The agent must be installed on each [MariaDB Server](/docs/server/mariadb-quickstart-guides/basics-guide.md#connecting-to-mariadb-server) and [MaxScale](/docs/tools/mariadb-enterprise-operator/topologies/maxscale.md) instance you wish to monitor. Below are the supported operating systems.

### Supported Platforms for MariaDB Server

| MariaDB Server Version | Supported OS (x86\_64, ARM64)                                                                           |
| ---------------------- | ------------------------------------------------------------------------------------------------------- |
| **10.6, 11.4, 11.8**   | <p>RHEL/Rocky/AlmaLinux/Oracle Linux 8, 9, 10</p><p>Ubuntu LTS 22.04, 24.04</p><p>Debian 11, 12, 13</p> |

### Supported Platforms for MariaDB MaxScale

| MaxScale Version                                              | Supported OS (x86\_64, ARM64)                                                              |
| ------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| **23.02\***, **23.08\***, **24.02\***, **25.01\***, **25.10** | <p>RHEL/Rocky/AlmaLinux 8, 9, 10</p><p>Ubuntu LTS 22.04, 24.04</p><p>Debian 11, 12, 13</p> |

\* Monitoring and Single Sign-On(SSO) are only supported for MaxScale versions 25.10 and Above

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mariadb.com/docs/tools/mariadb-enterprise-manager/administration/deployment/hardware-and-system-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
