Project

General

Profile

Actions

Inst mosquitto » History » Revision 1

Revision 1/9 | Next »
Michael Gunsch, 01/02/2023 05:37 PM


Installation MQTT-Server (Broker) Mosquitto unter Debian

Pakete installieren

sudo apt install mosquitto mosquitto-clients

Konfiguration

/etc/mosquitto/mosquitto.conf

# Place your local configuration in /etc/mosquitto/conf.d/
#
# A full description of the configuration file is at
# /usr/share/doc/mosquitto/examples/mosquitto.conf.example

pid_file /var/run/mosquitto.pid

persistence true
persistence_location /var/lib/mosquitto/
persistent_client_expiration 30d

log_dest file /var/log/mosquitto/mosquitto.log

include_dir /etc/mosquitto/conf.d

Updated by Michael Gunsch almost 3 years ago · 1 revisions