14.mosquitto
Install Mosquitto
ln -sf /opt/rbt/install/mosquitto/rbt.conf /etc/mosquitto/conf.d/rbt.conf
mosquitto_passwd -c -b /opt/rbt/install/mosquitto/passwd rbt <!-- your mosquitto password here --!>
cd /opt/rbt/server/services/mqtt
npm i express mqtt redis
ln -sf /opt/rbt/install/systemd/mqtt.service /etc/systemd/system/mqtt.service
systemctl enable mqtt
systemctl start mqtt