HTTP Listeners

How to setup and configure the HTTP listener.

The VerneMQ HTTP listener is used to serve various VerneMQ subsystems such as:

By default it runs on port 8888. To disable the HTTP listener or change the port, adapt the configuration in vernemq.conf:

listener.http.default = 127.0.0.1:8888

Last updated