MariaDB MaxScale MaxGUI Guide
MariaDB MaxScale MaxGUI Guide
MariaDB MaxScale MaxGUI Guide
MaxGUI is a browser-based interface for MaxScale REST-API and query execution.
Enabling MaxGUI
To enable MaxGUI in a testing mode, add admin_host=0.0.0.0 andadmin_secure_gui=false under the [maxscale] section of the MaxScale
configuration file. Once enabled, MaxGUI will be available on port 8989:http://127.0.0.1:8989/
Securing the GUI
To make MaxGUI secure, set admin_secure_gui=true and configure both theadmin_ssl_key and admin_ssl_cert parameters.
See and
for instructions on how to harden your MaxScale installation for production use.
MaxGUI uses the same credentials as maxctrl. The default username is admin
with mariadb as the password.
Internally, MaxGUI uses as the
authentication method for persisting the user's session. If the Remember me
checkbox is ticked, the session will persist for 24 hours. Otherwise, the
session will expire as soon as MaxGUI is closed.
To log out, simply click the username section in the top right corner of the
page header to access the logout menu.
This page provides an overview of MaxScale configuration which includes
Monitors, Servers, Services, Sessions, Listeners, and Filters.
By default, the refresh interval is 10 seconds.
This page shows information on each and allow to edit its
parameter, relationships and perform other manipulation operations.
Access this page by clicking on the MaxScale object name on the
This page visualizes MaxScale configuration and clusters.
Configuration: Visualizing MaxScale configuration.
Cluster: Visualizing a replication cluster into a tree graph and provides
manual cluster manipulation operations such asswitchover, reset-replication, release-locks, failover, rejoin . At the
moment, it supports only servers monitored by Monitor using module.
Access this page by clicking the graph icon on the sidebar navigation.
This page shows and allows editing of MaxScale parameters.
Access this page by clicking the gear icon on the sidebar navigation.
Realtime MaxScale logs can be accessed by clicking the logs icon on the sidebar
navigation.
Query Editor is a SQL editor tool allowing to run queries on a server, service,
or listener. The query results can be visualized into a line, bar, or scatter
graph and exported as CSV or JSON.
CC BY-SA / Gnu FDL