Download

Install MQTT X using the Command Line.

  • Windows Windows
  • Mac Mac
  • Linux Linux
  • Docker Docker

Why MQTT X CLI

Designed to help develop and debug MQTT faster on the terminal.

Open Source Open Source

100% open source under Apache 2.0 license

Dependency-free Dependency-free

Get up and run with no prerequisites required

Easy to Integrate Easy to Integrate

Quick integration into automation test scripts

One and Two Way SSL One and Two Way SSL

Support for one-way and two-way SSL authentication

Quick Start

Connect
mqttx conn -h 'broker.emqx.io' -p 1883 -u 'admin' -P 'public'
Subscribe
mqttx sub -t 'hello' -h 'broker.emqx.io' -p 1883
Publish
mqttx pub -t 'hello' -h 'broker.emqx.io' -p 1883 -m 'Hello from MQTTX CLI'
Explore Documentation →

Better Together with EMQX

MQTT X is designed for an easier way to develop and test IoT applications. Connect MQTT X to a powerful MQTT broker or cloud with one click, and enjoy the combined power to build your business-critical IoT platforms and applications quickly.

MQTT Cloud

MQTT Cloud

EMQX Cloud, a fully managed MQTT messaging service for IoT.

Free Trial →
MQTT Broker

MQTT Broker

EMQX - the world’s most scalable open-source MQTT broker.

Download Now →