{"id":19128,"date":"2026-02-19T11:35:22","date_gmt":"2026-02-19T10:35:22","guid":{"rendered":"https:\/\/i-flow.io\/?post_type=ressources&#038;p=19128"},"modified":"2026-02-19T13:31:20","modified_gmt":"2026-02-19T12:31:20","slug":"mqtt-explorer-setup-for-mqtt-message-monitoring","status":"publish","type":"ressources","link":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/","title":{"rendered":"MQTT Explorer Setup for MQTT Message Monitoring"},"content":{"rendered":"<p>MQTT is frequently a core component of Unified Namespace (UNS) architectures in industrial automation. When implementing and operating MQTT-based systems, message flow transparency is essential. Engineers need to understand which data flows through which topics and how payloads are structured. Without a proper monitoring tool, troubleshooting in an MQTT network is like working blind. A structured MQTT Explorer setup provides the solution: MQTT Explorer offers a graphical interface that visualizes MQTT messages in real-time. This article demonstrates step-by-step how to install, configure, and deploy MQTT Explorer for debugging industrial MQTT implementations.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>What is MQTT Explorer?<\/strong><\/h2>\n<p><a href=\"https:\/\/mqtt-explorer.com\/\">MQTT Explorer<\/a> is an open-source desktop tool for visualizing MQTT messages and interacting with MQTT brokers. Designed for developers and engineers who implement, debug, or monitor MQTT-based systems, it combines user-friendliness with technical depth.<\/p>\n<div style=\"height: 12px;\"><\/div>\n<h3><strong>Core Capabilities<\/strong><\/h3>\n<p>MQTT Explorer provides the following key features:<\/p>\n<ol>\n<li><strong>Broker Connectivity:<\/strong> Connect to local and remote MQTT brokers (MQTT 3.1.1 and MQTT 5.0)<\/li>\n<li><strong>Topic Hierarchy:<\/strong> Hierarchical representation of topic structure as an expandable tree view<\/li>\n<li><strong>Real-time Monitoring:<\/strong> Visualization of incoming messages in real-time<\/li>\n<li><strong>Payload Inspection:<\/strong> Support for JSON, plaintext, and binary formats<\/li>\n<li><strong>Publishing:<\/strong> Publish test messages for integration testing<\/li>\n<li><strong>Message History:<\/strong> Historical message tracking per topic with timestamps<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Comparison with Alternative Tools<\/strong><\/h3>\n<p>The following table positions MQTT Explorer within the context of alternative monitoring tools:<\/p>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>MQTT Explorer<\/th>\n<th>MQTT.fx<\/th>\n<th>mosquitto_sub (CLI)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Graphical Interface<\/strong><\/td>\n<td>Yes<\/td>\n<td>Yes<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td><strong>Topic Hierarchy Visualization<\/strong><\/td>\n<td>Yes<\/td>\n<td>Limited<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td><strong>Cross-Platform<\/strong><\/td>\n<td>Windows, macOS, Linux<\/td>\n<td>Windows, macOS, Linux<\/td>\n<td>Windows, macOS, Linux<\/td>\n<\/tr>\n<tr>\n<td><strong>License<\/strong><\/td>\n<td>Open Source (MIT)<\/td>\n<td>Freeware\/Commercial<\/td>\n<td>Open Source<\/td>\n<\/tr>\n<tr>\n<td><strong>Payload Inspection<\/strong><\/td>\n<td>JSON, Text, Hex<\/td>\n<td>Yes<\/td>\n<td>Text only<\/td>\n<\/tr>\n<tr>\n<td><strong>Best For<\/strong><\/td>\n<td>Development &amp; Debugging<\/td>\n<td>Development &amp; Testing<\/td>\n<td>Automation &amp; Scripting<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>MQTT Explorer is particularly well-suited for initial system exploration and troubleshooting during development phases. For a detailed comparison of MQTT clients, see <a href=\"https:\/\/i-flow.io\/en\/ressources\/comparison-of-mqtt-clients-in-the-context-of-industrial-iot\/\">this resource<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>Installing MQTT Explorer<\/strong><\/h2>\n<p>The following sections describe MQTT Explorer installation for Windows, macOS, and Linux.<\/p>\n<div style=\"height: 12px;\"><\/div>\n<h3><strong>Prerequisites<\/strong><\/h3>\n<ol>\n<li><strong>System Requirements<\/strong>\n<ul>\n<li>Operating System: Windows 7+, macOS 10.12+, Linux (Ubuntu, Debian, Fedora)<\/li>\n<li>RAM: Minimum 2 GB<\/li>\n<li>Network Access: Connection to MQTT broker (local or remote)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Required Knowledge<\/strong>\n<ul>\n<li>Basic understanding of MQTT (Publisher, Subscriber, Topics, Broker)<\/li>\n<li>Network configuration (IP addresses, ports)<\/li>\n<li>Optional: Authentication credentials for MQTT broker (Username\/Password or TLS certificates)<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Windows Installation<\/strong><\/h3>\n<ol>\n<li>Navigate to the official release page: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">https:\/\/github.com\/thomasnordquist\/MQTT-Explorer\/releases<\/code><\/li>\n<li>Download the latest <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">.exe<\/code> file (e.g., <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">MQTT-Explorer-Setup-0.4.0-beta.exe<\/code>)<\/li>\n<li>Run the installation file and follow the setup wizard<\/li>\n<li>After installation, launch MQTT Explorer from the Start menu<\/li>\n<\/ol>\n<div style=\"height: 12px;\"><\/div>\n<p><strong>Notes:<\/strong><\/p>\n<ul>\n<li>No additional dependencies required<\/li>\n<li>Installation size: approximately 150 MB<\/li>\n<li>Automatic update notifications available<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>macOS Installation<\/strong><\/h3>\n<ol>\n<li>Download the <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">.dmg<\/code> file from the release page<\/li>\n<li>Open the <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">.dmg<\/code> file<\/li>\n<li>Drag MQTT Explorer to the Applications folder<\/li>\n<li>Launch the application from the Applications folder<\/li>\n<li>If prompted, confirm the security dialog for unsigned developer<\/li>\n<\/ol>\n<div style=\"height: 12px;\"><\/div>\n<p><strong>macOS Security Note:<\/strong> If you encounter a security warning, navigate to System Preferences \u2192 Security \u2192 &#8220;Open Anyway&#8221;<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Linux Installation for Ubuntu\/Debian (AppImage)<\/strong><\/h3>\n<ol>\n<li>Download the .AppImage file: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">wget https:\/\/github.com\/thomasnordquist\/MQTT-Explorer\/releases\/download\/0.4.0-beta\/MQTT-Explorer-0.4.0-beta.AppImage<\/code><\/li>\n<li>Make it executable: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">chmod +x MQTT-Explorer-0.4.0-beta.AppImage<\/code><\/li>\n<li>Launch: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">.\/MQTT-Explorer-0.4.0-beta.AppImage<\/code><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h2><strong>Connecting to an MQTT Broker<\/strong><\/h2>\n<p>Establishing the initial connection to an MQTT broker is the critical first step for using MQTT Explorer. The tool supports various authentication methods and connection types.<\/p>\n<div><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-19124\" title=\"MQTT Explorer Setup for Monitoring MQTT Messages\" src=\"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png\" alt=\"MQTT Explorer Setup for Monitoring MQTT Messages\" width=\"500\" height=\"299\" srcset=\"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png 300w, https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-1024x613.png 1024w, https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-768x460.png 768w, https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration.png 1517w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/div>\n<div><\/div>\n<h3><strong>Basic Connection Configuration<\/strong><\/h3>\n<p><strong>Step-by-Step Guide:<\/strong><\/p>\n<ol>\n<li><strong>Open Connection Dialog:<\/strong> On first launch, the connection dialog opens automatically. Later, access it via &#8220;Connections&#8221; \u2192 &#8220;New Connection&#8221;<\/li>\n<li><strong>Assign Connection Name:<\/strong> Choose a descriptive name (e.g., &#8220;Local Test Broker&#8221; or &#8220;Production-UNS-Plant01&#8221;)<\/li>\n<li><strong>Configure Broker Address:<\/strong>\n<ul>\n<li><strong>Protocol:<\/strong> <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtt:\/\/<\/code> (default) or <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtts:\/\/<\/code> (TLS)<\/li>\n<li><strong>Host:<\/strong> IP address or hostname of the broker (e.g., <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">192.168.1.100<\/code> or <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtt.example.com<\/code>)<\/li>\n<li><strong>Port:<\/strong> Default is 1883 (unencrypted) or 8883 (TLS)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Client ID (optional):<\/strong> Leave blank for automatic generation, or specify a custom ID for persistent sessions<\/li>\n<\/ol>\n<div style=\"height: 12px;\"><\/div>\n<p><strong>Configuration Example:<\/strong><\/p>\n<ul>\n<li>Name: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">Production-Broker Plant 01<\/code><\/li>\n<li>Protocol: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtt:\/\/<\/code><\/li>\n<li>Host: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">10.50.10.100<\/code><\/li>\n<li>Port: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">1883<\/code><\/li>\n<li>Client ID: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtt-explorer-monitoring<\/code><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Configuring Authentication<\/strong><\/h3>\n<ol>\n<li><strong>Username\/Password Authentication<\/strong>\n<ul>\n<li>Enable &#8220;Enable authentication&#8221;<\/li>\n<li>Enter username and password<\/li>\n<li>Save the connection<\/li>\n<\/ul>\n<\/li>\n<li><strong>TLS\/SSL Connection:<\/strong> TLS encryption is recommended for production industrial environments:\n<ul>\n<li>Select <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mqtts:\/\/<\/code> as protocol<\/li>\n<li>Change port to 8883<\/li>\n<li>Under &#8220;Advanced&#8221; \u2192 &#8220;TLS\/SSL Configuration&#8221;:\n<ul>\n<li><strong>CA Certificate:<\/strong> Upload broker&#8217;s root certificate<\/li>\n<li><strong>Client Certificate (optional):<\/strong> Client certificate for mutual authentication<\/li>\n<li><strong>Private Key (optional):<\/strong> Private key of the client certificate<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Advanced Settings<\/strong><\/h3>\n<ul>\n<li><strong>Auto connect:<\/strong> Automatic connection on startup<\/li>\n<li><strong>Clean session:<\/strong> When disabled, subscriptions are stored persistently<\/li>\n<li><strong>Keep alive interval:<\/strong> Heartbeat interval (default: 60 seconds)<\/li>\n<li><strong>QoS for subscriptions:<\/strong> Quality of Service level (QoS 0, QoS 1, or QoS 2)<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Testing the Connection<\/strong><\/h3>\n<ol>\n<li>Click &#8220;Connect&#8221;<\/li>\n<li>Successful connection is indicated by &#8220;Connected&#8221; status<\/li>\n<li>The topic hierarchy loads in the left panel<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h2><strong>Monitoring and Visualizing MQTT Messages<\/strong><\/h2>\n<p>After establishing a successful connection, MQTT Explorer provides multiple views for monitoring message flow.<\/p>\n<div style=\"height: 12px;\"><\/div>\n<h3><strong>The MQTT Explorer User Interface<\/strong><\/h3>\n<p>MQTT Explorer is organized into three main areas:<\/p>\n<p><strong>1. Topic Tree (left panel):<\/strong><\/p>\n<ul>\n<li>Hierarchical representation of all topics<\/li>\n<li>Color coding by activity (green = active, gray = inactive)<\/li>\n<li>Expandable\/collapsible hierarchy levels<\/li>\n<li>Message count per topic<\/li>\n<\/ul>\n<p><strong>2. Message Detail Panel (right panel):<\/strong><\/p>\n<ul>\n<li>Current payload of the selected topic<\/li>\n<li>Timestamp of the last message<\/li>\n<li>QoS level and Retain flag<\/li>\n<li>Message history with chronological sequence<\/li>\n<\/ul>\n<p><strong>3. Statistics Panel (bottom):<\/strong><\/p>\n<ul>\n<li>Total number of received messages<\/li>\n<li>Messages per second<\/li>\n<li>Number of active topics<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Subscribing to and Filtering Topics<\/strong><\/h3>\n<p>MQTT Explorer subscribes to <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">#<\/code> (all topics) by default. For focused monitoring, you can define specific topic filters:<\/p>\n<ol>\n<li>Click &#8220;Advanced&#8221; \u2192 &#8220;Subscribe to specific topics&#8221;<\/li>\n<li>Enter topic filters:\n<ul>\n<li><code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">plant01\/area01\/#<\/code> &#8211; All topics below plant01\/area01<\/li>\n<li><code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">+\/temperature<\/code> &#8211; Temperature topics at the second hierarchy level<\/li>\n<li><code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">plant01\/area01\/+\/machine01\/#<\/code> &#8211; Specific machine, all sub-topics<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<div style=\"height: 12px;\"><\/div>\n<p><strong>Best Practice for Industrial Systems:<\/strong> Avoid <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">#<\/code> subscriptions on production brokers with high message volumes. Subscribe specifically to relevant topic areas to prevent performance issues.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Payload Inspection<\/strong><\/h3>\n<p>MQTT Explorer automatically detects payload formats and displays them accordingly:<\/p>\n<ul>\n<li><strong>JSON Payloads:<\/strong> <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">{\"timestamp\": \"2025-01-15T14:23:00Z\", \"machine_id\": \"robot01\", \"temperature\": 87.3, \"unit\": \"celsius\", \"status\": \"running\"}<\/code><\/li>\n<li><strong>Plaintext Payloads:<\/strong> <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">87.3<\/code><\/li>\n<li><strong>Binary Payloads:<\/strong>\n<ul>\n<li>Hex representation<\/li>\n<li>ASCII side view<\/li>\n<li>Byte count<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Using Message History<\/strong><\/h3>\n<p>MQTT Explorer stores message history for each topic:<\/p>\n<ul>\n<li>Timestamp of each received message<\/li>\n<li>Traceable payload changes<\/li>\n<li>Ideal for debugging intermittent issues<\/li>\n<li>History size configurable (Advanced Settings)<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Identifying Retained Messages<\/strong><\/h3>\n<p>Messages with the retain flag set are specially marked:<\/p>\n<ul>\n<li>Retain symbol next to topic name<\/li>\n<li>Important for Unified Namespace (UNS) architectures: Retained messages provide the Last Known Good Value<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><strong>Publishing and Testing Messages<\/strong><\/h3>\n<ol>\n<li>Select &#8220;Publish&#8221; in the upper area<\/li>\n<li>Enter the target topic: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">plant01\/area01\/line01\/testmachine\/setpoint<\/code><\/li>\n<li>Select QoS level (QoS 0, QoS 1, or QoS 2)<\/li>\n<li>Optional: Enable &#8220;Retain&#8221; for persistent messages<\/li>\n<li>Enter the payload: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">{\"target_temperature\": 85.0, \"unit\": \"celsius\"}<\/code><\/li>\n<li>Click &#8220;Publish&#8221;<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h2><strong>Troubleshooting Common Issues<\/strong><\/h2>\n<div style=\"height: 12px;\"><\/div>\n<h3><strong>Issue 1: Connection to Broker Fails<\/strong><\/h3>\n<p>Typical symptoms include error messages like &#8220;Connection refused&#8221; or &#8220;Timeout&#8221;. In MQTT Explorer, the status remains permanently at &#8220;Connecting&#8230;&#8221; without establishing a successful connection. Solutions:<\/p>\n<ol>\n<li><strong>Verify Broker Reachability:<\/strong> <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">ping &lt;broker-ip&gt;<\/code> or <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">telnet &lt;broker-ip&gt; 1883<\/code><\/li>\n<li><strong>Check Firewall Rules:<\/strong>\n<ul>\n<li>Port 1883 (TCP) for mqtt:\/\/<\/li>\n<li>Port 8883 (TCP) for mqtts:\/\/<\/li>\n<li>Windows: Windows Defender Firewall<\/li>\n<li>Linux: iptables or ufw<\/li>\n<\/ul>\n<\/li>\n<li><strong>Validate Broker Status:<\/strong> <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">sudo systemctl status mosquitto<\/code> or <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">sudo tail -f \/var\/log\/mosquitto\/mosquitto.log<\/code><\/li>\n<li><strong>Validate Credentials:<\/strong>\n<ul>\n<li>Username\/password correct?<\/li>\n<li>TLS certificates valid and not expired?<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Issue 2: No Topics Displayed<\/strong><\/h3>\n<p>The broker connection is established successfully, but the topic list remains empty. Additionally, the message &#8220;No messages received&#8221; may appear, even though data is expected. Solutions:<\/p>\n<ol>\n<li><strong>Check Subscription Filter:<\/strong>\n<ul>\n<li>Is <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">#<\/code> configured as wildcard?<\/li>\n<li>Check &#8220;Advanced&#8221; \u2192 &#8220;Topics to subscribe&#8221;<\/li>\n<\/ul>\n<\/li>\n<li><strong>ACL Permissions:<\/strong>\n<ul>\n<li>Does the client have read permissions for the topics?<\/li>\n<li>Test with mosquitto_sub: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">mosquitto_sub -h &lt;broker-ip&gt; -t '#' -u &lt;user&gt; -P &lt;password&gt; -v<\/code><\/li>\n<\/ul>\n<\/li>\n<li><strong>Publisher Active?:<\/strong>\n<ul>\n<li>Are messages being published at all?<\/li>\n<li>Try publishing a test message manually<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Issue 3: MQTT Explorer Responds Slowly or Freezes<\/strong><\/h3>\n<p>The user interface becomes noticeably sluggish, CPU or RAM consumption increases significantly, and new messages are displayed with delay or appear with noticeable latency. Solutions:<\/p>\n<ol>\n<li><strong>Limit Message History:<\/strong> Advanced Settings \u2192 &#8220;Max messages per topic&#8221;: 100 (instead of default 1000)<\/li>\n<li><strong>Restrict Subscription:<\/strong>\n<ul>\n<li>Do not subscribe to <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">#<\/code> on high-volume brokers<\/li>\n<li>Use specific topic filters: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">plant01\/#<\/code> instead of <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">#<\/code><\/li>\n<\/ul>\n<\/li>\n<li><strong>Restart with Focused Subscription:<\/strong>\n<ul>\n<li>Disconnect<\/li>\n<li>Reduce subscription to relevant area<\/li>\n<li>Reconnect<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Issue 4: Payload Not Displayed Correctly<\/strong><\/h3>\n<p>JSON payloads are displayed only as plaintext, or binary data appears as unreadable character strings. The automatic formatting does not seem to work correctly. Solutions:<\/p>\n<ol>\n<li><strong>JSON Validation:<\/strong>\n<ul>\n<li>Is the payload valid JSON?<\/li>\n<li>Test with online validator (jsonlint.com)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Check Encoding:<\/strong>\n<ul>\n<li>UTF-8 encoding required for text payloads<\/li>\n<li>For binary: Use hex view (right-click \u2192 &#8220;View as Hex&#8221;)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Format Detection:<\/strong>\n<ul>\n<li>MQTT has no Content-Type headers<\/li>\n<li>MQTT Explorer infers format based on payload structure<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h3><strong>Issue 5: Retained Messages Not Displayed<\/strong><\/h3>\n<p>Known retained messages do not appear in the topic tree after connection establishment, even though they were successfully published previously. Solutions:<\/p>\n<ol>\n<li><strong>Clean Session Flag:<\/strong>\n<ul>\n<li>Disable &#8220;Clean session&#8221; in Connection Settings<\/li>\n<li>Reconnect<\/li>\n<\/ul>\n<\/li>\n<li><strong>Broker Configuration:<\/strong>\n<ul>\n<li>Check broker logs for persistence errors<\/li>\n<li>For mosquitto: <code style=\"font-size: 15px; color: crimson; background-color: #f1f1f1; font-family: monospace;\">persistence true<\/code> in mosquitto.conf<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>MQTT Explorer is an essential tool for anyone developing or operating MQTT-based systems. The graphical representation of topic hierarchies, real-time payload inspection, and the ability to publish test messages make it the Swiss Army knife for MQTT debugging. For production UNS implementations, combine MQTT Explorer with automated monitoring solutions and establish clear governance rules for publish permissions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MQTT Explorer setup made easy: installation, broker connection, monitoring &#038; troubleshooting for MQTT in a Unified Namespace (UNS).<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","categories":[97],"tags":[],"class_list":["post-19128","ressources","type-ressources","status-publish","hentry","category-blog-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MQTT Explorer Setup for MQTT Message Monitoring<\/title>\n<meta name=\"description\" content=\"MQTT Explorer setup made easy: installation, broker connection, monitoring &amp; troubleshooting for MQTT in a Unified Namespace (UNS).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MQTT Explorer Setup for MQTT Message Monitoring\" \/>\n<meta property=\"og:description\" content=\"MQTT Explorer setup made easy: installation, broker connection, monitoring &amp; troubleshooting for MQTT in a Unified Namespace (UNS).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/\" \/>\n<meta property=\"og:site_name\" content=\"i-flow\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.linkedin.com\/company\/i-flow-gmbh\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T12:31:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1517\" \/>\n\t<meta property=\"og:image:height\" content=\"908\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/\"},\"author\":{\"name\":\"daniel\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#\\\/schema\\\/person\\\/5b732f7eb09a92e3f54aeb5b128de388\"},\"headline\":\"MQTT Explorer Setup for MQTT Message Monitoring\",\"datePublished\":\"2026-02-19T10:35:22+00:00\",\"dateModified\":\"2026-02-19T12:31:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/\"},\"wordCount\":1410,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/MQTT-Explorer-Verbindungskonfiguration-300x180.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/\",\"url\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/\",\"name\":\"MQTT Explorer Setup for MQTT Message Monitoring\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/MQTT-Explorer-Verbindungskonfiguration-300x180.png\",\"datePublished\":\"2026-02-19T10:35:22+00:00\",\"dateModified\":\"2026-02-19T12:31:20+00:00\",\"description\":\"MQTT Explorer setup made easy: installation, broker connection, monitoring & troubleshooting for MQTT in a Unified Namespace (UNS).\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/MQTT-Explorer-Verbindungskonfiguration-300x180.png\",\"contentUrl\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/MQTT-Explorer-Verbindungskonfiguration-300x180.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/mqtt-explorer-setup-for-mqtt-message-monitoring\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/i-flow.io\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ressourcen\",\"item\":\"https:\\\/\\\/i-flow.io\\\/en\\\/ressources\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MQTT Explorer Setup for MQTT Message Monitoring\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/i-flow.io\\\/en\\\/\",\"name\":\"i-flow\",\"description\":\"Industrial Unified Namespace (UNS)\",\"publisher\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/i-flow.io\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#organization\",\"name\":\"i-flow GmbH\",\"url\":\"https:\\\/\\\/i-flow.io\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/Logov4-768x228-1-3.png\",\"contentUrl\":\"https:\\\/\\\/i-flow.io\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/Logov4-768x228-1-3.png\",\"width\":250,\"height\":74,\"caption\":\"i-flow GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/i-flow-gmbh\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/i-flow.io\\\/en\\\/#\\\/schema\\\/person\\\/5b732f7eb09a92e3f54aeb5b128de388\",\"name\":\"daniel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g\",\"caption\":\"daniel\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MQTT Explorer Setup for MQTT Message Monitoring","description":"MQTT Explorer setup made easy: installation, broker connection, monitoring & troubleshooting for MQTT in a Unified Namespace (UNS).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/","og_locale":"en_US","og_type":"article","og_title":"MQTT Explorer Setup for MQTT Message Monitoring","og_description":"MQTT Explorer setup made easy: installation, broker connection, monitoring & troubleshooting for MQTT in a Unified Namespace (UNS).","og_url":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/","og_site_name":"i-flow","article_publisher":"https:\/\/www.linkedin.com\/company\/i-flow-gmbh\/","article_modified_time":"2026-02-19T12:31:20+00:00","og_image":[{"width":1517,"height":908,"url":"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#article","isPartOf":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/"},"author":{"name":"daniel","@id":"https:\/\/i-flow.io\/en\/#\/schema\/person\/5b732f7eb09a92e3f54aeb5b128de388"},"headline":"MQTT Explorer Setup for MQTT Message Monitoring","datePublished":"2026-02-19T10:35:22+00:00","dateModified":"2026-02-19T12:31:20+00:00","mainEntityOfPage":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/"},"wordCount":1410,"commentCount":0,"publisher":{"@id":"https:\/\/i-flow.io\/en\/#organization"},"image":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/","url":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/","name":"MQTT Explorer Setup for MQTT Message Monitoring","isPartOf":{"@id":"https:\/\/i-flow.io\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#primaryimage"},"image":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png","datePublished":"2026-02-19T10:35:22+00:00","dateModified":"2026-02-19T12:31:20+00:00","description":"MQTT Explorer setup made easy: installation, broker connection, monitoring & troubleshooting for MQTT in a Unified Namespace (UNS).","breadcrumb":{"@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#primaryimage","url":"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png","contentUrl":"https:\/\/i-flow.io\/wp-content\/uploads\/2026\/02\/MQTT-Explorer-Verbindungskonfiguration-300x180.png"},{"@type":"BreadcrumbList","@id":"https:\/\/i-flow.io\/en\/ressources\/mqtt-explorer-setup-for-mqtt-message-monitoring\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/i-flow.io\/en\/"},{"@type":"ListItem","position":2,"name":"Ressourcen","item":"https:\/\/i-flow.io\/en\/ressources\/"},{"@type":"ListItem","position":3,"name":"MQTT Explorer Setup for MQTT Message Monitoring"}]},{"@type":"WebSite","@id":"https:\/\/i-flow.io\/en\/#website","url":"https:\/\/i-flow.io\/en\/","name":"i-flow","description":"Industrial Unified Namespace (UNS)","publisher":{"@id":"https:\/\/i-flow.io\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/i-flow.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/i-flow.io\/en\/#organization","name":"i-flow GmbH","url":"https:\/\/i-flow.io\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i-flow.io\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i-flow.io\/wp-content\/uploads\/2022\/03\/Logov4-768x228-1-3.png","contentUrl":"https:\/\/i-flow.io\/wp-content\/uploads\/2022\/03\/Logov4-768x228-1-3.png","width":250,"height":74,"caption":"i-flow GmbH"},"image":{"@id":"https:\/\/i-flow.io\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/i-flow-gmbh\/"]},{"@type":"Person","@id":"https:\/\/i-flow.io\/en\/#\/schema\/person\/5b732f7eb09a92e3f54aeb5b128de388","name":"daniel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d38d643e9d597c618858d1afca486a3fb586e8c0de764309329532606ef3aec8?s=96&d=mm&r=g","caption":"daniel"}}]}},"_links":{"self":[{"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/ressources\/19128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/ressources"}],"about":[{"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/types\/ressources"}],"author":[{"embeddable":true,"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/comments?post=19128"}],"version-history":[{"count":0,"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/ressources\/19128\/revisions"}],"wp:attachment":[{"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/media?parent=19128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/categories?post=19128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/i-flow.io\/en\/wp-json\/wp\/v2\/tags?post=19128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}