> 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.md).

# Deployment

This section provides an overview of the deployment process for MariaDB Enterprise Manager, covering installation and upgrades for both the central server and the monitoring agents.

MariaDB Enterprise Manager is designed for a streamlined deployment experience. You can launch the main server with a single-line command for a quick start, and a UI-integrated helper tool simplifies the process of installing and registering agents on your monitored databases.

### Installing the Enterprise Manager Server

The Enterprise Manager Server is a Docker-based application installed on a dedicated host. The installation is handled by the installer script, which pulls the necessary container images and starts the application.

As a first step review the hardware, system, and network requirements:

* [Hardware and System Requirements](/docs/tools/mariadb-enterprise-manager/administration/deployment/hardware-and-system-requirements.md)
* [Network and Firewall Requirements](/docs/tools/mariadb-enterprise-manager/administration/deployment/network-and-firewall-requirements.md)

After confirming your hardware, system, and network are compliant, proceed with the installation instructions: [Installing MariaDB Enterprise Manager](/docs/tools/mariadb-enterprise-manager/administration/deployment/installing-mariadb-enterprise-manager.md)

### Installing Enterprise Manager Agents

To monitor a MariaDB Server and MaxScale host, [install agent](/docs/tools/mariadb-enterprise-manager/administration/deployment/adding-databases/agent-installation-t-copy.md) on it. Then, use the Enterprise Manager UI to [add the database](/docs/tools/mariadb-enterprise-manager/administration/deployment/adding-databases.md) topology and generate the agent setup command. This command includes the correct metric labels for that host.

### Quick start

{% hint style="info" %}
You can quickly set up and launch MariaDB Enterprise Manager with a single-line command. This allows you to start exploring its capabilities without extensive configuration.

Enterprise Manager includes a helper tool, integrated in the UI, for adding agents. The helper prompts you to download a small (< 50M) binary and then provides command-line instructions to install and register agents, enabling quick and seamless addition of new MariaDB databases to Enterprise Manager.
{% endhint %}

<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.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.
