HiveMQ Control Center v1 (legacy)
The HiveMQ 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 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:
Currently, HiveMQ Control Center v2 and v1 use the same configuration file.
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 totrue. -
To deactivate Control Center v2 and v1, set the
<enabled>option tofalse.
<?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. The Control Center is accessed directly from your web browser. You do not need to install any additional software on your computer 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:
-
Access the default HiveMQ Control Center v2 on http://localhost:8080/v2/.
-
Access the HiveMQ Control Center v1 on http://localhost:8080/.
The default login for both control center versions is username admin and password hivemq.
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. Contact your HiveMQ administrator for connection details.
| 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. |