Web Interface, unable to access on new installation

I am unable to open the web interface of HiveMQ CE.
I have installed the software via Docker on two separate computers, and natively on windows.
The MQTT broker is working, both via docker and on Windows.
I am unable to open any web interface:
I tried ports 1883 and 8080, both with http:// and https://
Attempted with localhost and 127.0.0.1 address
The link in docker opens a web page, but it does not load.

What am I doing wrong?
Here is a screenshot from docker log:

Hi there @rene.ull ! It’s fantastic to hear that you’re interested in MQTT and the HiveMQ broker. Welcome to the HiveMQ Community! We’re thrilled to have you join us.

you’re doing nothing wrong. The Community Edition of the HiveMQ broker does not include a graphical user interface (GUI) like the HiveMQ Control Center. The absence of a web interface is expected behavior for HiveMQ CE.

If you require a GUI for monitoring and managing your MQTT broker, you might want to consider using the HiveMQ Enterprise Edition (EE) which comes with the HiveMQ Control Center:

For HiveMQ CE, you can interact with the broker using MQTT clients and commands. If your MQTT broker is functioning correctly, you should be able to connect to it using MQTT clients without needing a web interface.

If you have any specific requirements or questions regarding the functionality of the MQTT broker, feel free to ask, and I’ll do my best to assist you.

Best regards,
Dasha from HiveMQ Team

1 Like