Skip to content

EMQX MQTT Broker

Bodo Minea edited this page Apr 1, 2020 · 1 revision

Install EMQX MQTT Broker following their guide.

curl -fsSL https://repos.emqx.io/gpg.pub | sudo apt-key add -
sudo add-apt-repository     "deb [arch=amd64] https://repos.emqx.io/emqx-ce/deb/ubuntu/ \
    $(lsb_release -cs) \
    stable"
sudo apt update
sudo apt install emqx
sudo systemctl enable emqx
sudo systemctl start emqx
Clone this wiki locally