mosquitto
An MQTT broker. More information: <https://mosquitto.org/>.
Install
- All systems
-
curl cmd.cat/mosquitto.sh
- Debian
-
apt-get install mosquitto - Ubuntu
-
apt-get install mosquitto -
Alpine
-
apk add mosquitto - Arch Linux
-
pacman -S mosquitto - Kali Linux
-
apt-get install mosquitto - Fedora
-
dnf install mosquitto - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mosquitto - OS X
-
brew install mosquitto - Raspbian
-
apt-get install mosquitto - Docker
-
docker run cmd.cat/mosquitto mosquittopowered 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