# Understanding MaxScale's Administrative Interfaces

## Overview

MariaDB MaxScale provides various administrative interfaces can be used to perform the following tasks:

* Setting a server to maintenance mode.
* Reconfiguring monitors.
* Reconfiguring routers.
* And much more.

## Tools Supported by MaxScale

MaxScale supports different administrative interfaces for different kinds of environments and preferences:

| Interface                                                                                        | Description                               |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| [MaxCtrl](https://mariadb.com/docs/maxscale/reference/maxscale-maxctrl)                          | Command-line administrative utility.      |
| [MaxGUI](https://mariadb.com/docs/maxscale/maxscale-management/deployment/maxscale-maxgui-guide) | Graphical administrative utility.         |
| [REST API](https://mariadb.com/docs/maxscale/reference/maxscale-rest-api)                        | REST API for programmatic administration. |

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

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


---

# Agent Instructions: 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:

```
GET https://mariadb.com/docs/maxscale/maxscale-management/understanding-maxscales-administrative-interfaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
