All pages
Powered by GitBook
1 of 1

Loading...

HTTP Listeners

How to setup and configure the HTTP listener.

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

  • Status page

  • Prometheus metrics

  • management API

  • Health check

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