thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.99k stars 287 forks source link

MQTT Explorer and pi/raspberry #732

Open eurlgr opened 1 year ago

eurlgr commented 1 year ago

• MQTT broker is installed and works perfect in raspberry • MQTT explorer is installed in Windows 10(Broker is not installed in win10). • When I try to get the connection to raspberry through the 1883 port I am getting

an abort and the message Disconnected from server

What I am doing wrong here! Config file is attached


pid_file /run/mosquitto/mosquitto.pid

persistence true persistence_location /var/lib/mosquitto/

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

include_dir /etc/mosquitto/conf.d

listerer 1883

allow_anonymous false

srolf commented 1 year ago

By using allow_anonymous false, have you entered the correct user and pwd into the connection setup?