mosquitto

An MQTT broker. More information: <https://mosquitto.org/>.

Install

All systems
curl cmd.cat/mosquitto.sh
Debian Debian
apt-get install mosquitto
Ubuntu
apt-get install mosquitto
Alpine
apk add mosquitto
Arch Arch Linux
pacman -S mosquitto
image/svg+xml Kali Linux
apt-get install mosquitto
Fedora
dnf install mosquitto
Windows (WSL2)
sudo apt-get update sudo apt-get install mosquitto
OS X
brew install mosquitto
Raspbian
apt-get install mosquitto
Docker
docker run cmd.cat/mosquitto mosquitto powered by Commando

An MQTT broker. More information: <https://mosquitto.org/>.

  • Start Mosquitto:
    mosquitto
  • Specify a configuration file to use:
    mosquitto --config-file path/to/file.conf
  • Listen on a specific port:
    mosquitto --port 8883
  • Daemonize by forking into the background:
    mosquitto --daemon

© tl;dr; authors and contributors