

Live MQTT dashboard
MQTT-Plug brings live MQTT data directly into WordPress using secure WebSocket connections.
It is designed for developers, IoT experimenters, and small production deployments that want real-time visibility without building a custom frontend.
Unlike traditional MQTT tools, MQTT-Plug focuses on embedding live data into WordPress pages, posts, and dashboards, while keeping credentials safe and configuration simple.
MQTT-Plug is infrastructure-agnostic. You control your broker, topics, and data flow.
In Settings MQTT-Plug, configure:
All credentials are stored using WordPress options and are never exposed to public users unless explicitly enabled.
Basic shortcode:
[mqtt_plug]
Optional attributes:
height="520px" – set container heightclass="custom-class" – add a CSS hookmode="observer" – server-fed or read-only views (if enabled)Example:
[mqtt_plug height=”600px” class=”iot-dashboard” mode=”observer”]
MQTT-Plug does not open inbound ports on WordPress and does not proxy MQTT traffic through the server unless explicitly configured.
GPLv2 or later.
Developed by Michael Winchester
For documentation and updates, visit https://meshplug.michaelwinchester.com/