
MQTT Web Interface
Real-time web UI for visualizing and interacting with MQTT message flows
MQTT Web Interface is an open-source web application that provides a real-time visualization of MQTT message flows and topic hierarchies. It lets users monitor topics, publish messages, and inspect message statistics through an interactive browser UI.
Key Features
- Real-time visualization of MQTT topic hierarchy and live message flow with an interactive network graph
- Publish messages to MQTT topics from the UI and view connection/topic/message counts and statistics
- Message persistence using a local SQLite database with configurable retention limits and automatic cleanup
- Advanced search and filtering: topic patterns, payload text search, regex topic patterns, JSONPath queries, and time-range filters
- Filter presets to save and load common searches and a collapsible UI layout for large topologies
- Docker and Docker Compose deployment options plus environment-variable configuration for broker connection and app settings
- Development tools: debug bar and settings for development vs production (uses Gunicorn with eventlet workers in production mode)
Use Cases
- Monitor and debug MQTT traffic for IoT deployments and device fleets in real time
- Test and publish MQTT messages during development or integration of MQTT-based services
- Explore and visualize topic relationships and message flow for operations, troubleshooting, or teaching
Limitations and Considerations
- Message persistence uses SQLite (single-file); not designed for very high-throughput or distributed storage without external modifications
- There is no built-in access control or authentication in the application; it should be placed behind an authentication proxy or network controls in production
- Designed as a lightweight visualization and debugging tool rather than a high-scale message broker or long-term analytics platform
MQTT Web Interface is focused on providing a simple, interactive way to inspect and interact with MQTT topics and messages. It is well suited for development, small deployments, and troubleshooting, and can be extended or placed behind additional infrastructure for production security and scale.
Categories:
Tags:
Tech Stack:
Similar Services

Vector
High-performance observability data pipeline written in Rust
Open-source observability pipeline to collect, transform, and route logs and metrics with a single, high-performance binary and programmable transforms.

EMQX
Scalable MQTT broker and real-time messaging platform for IoT
EMQX is a high-performance MQTT broker and IoT messaging platform with clustering, security controls, a SQL rules engine, and integrations to databases and event systems.


Apprise
Unified notifications library for 120+ services via a single API.
A Python-based notification library and CLI that routes messages to 120+ services via URL-based configurations, enabling self-hosted cross-platform alerts.


Eclipse Mosquitto
Lightweight MQTT message broker
Eclipse Mosquitto is a lightweight, open-source MQTT broker supporting MQTT 5.0 and 3.1.1, plus client libraries and CLI tools for pub/sub messaging.


Centrifugo
Scalable open-source real-time messaging server for pub/sub
Open-source, Go-based real-time messaging server for pub/sub and live updates; supports WebSocket, SSE, gRPC and brokers (Redis, NATS) with official SDKs.


ejabberd
Scalable real-time messaging server for XMPP, MQTT, and SIP
ejabberd is an Erlang/OTP-based messaging server providing XMPP chat and presence, MQTT broker capabilities for IoT, and SIP services for real-time communications.
JavaScript
HTML
Docker
Python
CSS
Python runtime