HiveMQ Control Center v2 (default)

HiveMQ Control Center v2 is the default operational dashboard for your HiveMQ Broker.

The Control Center automatically ships with HiveMQ. No additional installation is required.

Starting with HiveMQ 4.52, HiveMQ Control Center v2 is the default Control Center and is located at http://<host>:8080/v2/.
During a transition phase, the legacy Control Center v1 remains available alongside Control Center v2.
Control Center v1 will be retired before the next HiveMQ Platform LTS release.

Enable or Disable the HiveMQ Control Center

The <enabled> option in the <control-center> section of your HiveMQ configuration allows you to enable or disable your HiveMQ Control Center.

HiveMQ Control Center v2 and v1 use the same configuration options.

When you enable or disable the <control-center> feature in the <config.xml> file of your HiveMQ deployment, you enable/disable HiveMQ Control Center v2 and v1 simultaneously.

To activate Control Center v2 and v1, set the <enabled> option to true.

To deactivate Control Center, set the <enabled> option to false.

Example default configuration to enable HiveMQ Control Center v2 and v1
<?xml version="1.0"?>
<hivemq>
    ...
    <control-center>
        <enabled>true</enabled>
        ...
    </control-center>
    ...
</hivemq>

View Your HiveMQ Control Center

The HiveMQ Control Center is a web-based management and monitoring tool that is included in the standard HiveMQ distribution. Access the Control Center directly from your web browser. You do not need to install any additional software to use the HiveMQ Control Center.

When you run a HiveMQ instance on your local machine with the default configuration of the HiveMQ Control Center enabled, you can access HiveMQ Control Center v2 and HiveMQ Control Center v1 as follows:

The default login for both control center versions is username admin and password hivemq.

Changing default passwords is a security best practice. You can easily configure custom credentials for your HiveMQ Control Center. For more information, see HiveMQ Control Center Access Control. If the default login credentials are in use, Control Center v2 shows a warning message.

Based on your specific HiveMQ setup, the URL for your HiveMQ Control Center can vary. You can also configure the control center to be available via HTTPS.

For security reasons, the default configuration of the HiveMQ Control Center listens only on the local network interface. You must modify the configuration to access the HiveMQ Control Center from another computer. For more information, see Access Control.