Mosquitto broker

Can anyone help with installation of a MQTT broker on CE?

I used the following

docker run \
> -p 1884:1884 \  # port 1883 says in use
> --name mosquitto \
> -v /storage/.kodi/userdata/docker/mosquitto:/mosquitto/ \
> --restart unless-stopped \
> eclipse-mosquitto

It installs successfully and i can see it running in portainer. But I’m unable to connect to it or test if its working. Unsure what the username password is too. Any idea if what I have done seems ok?

I used this guide for installation using portainer and its running! Its in spanish but can figure out the variables from whats being entered on the screen. :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.