Hi, I am not able to manage to open port 1883 on an ubuntu droplet at digitalocean.
I activated UFW and then open port 1883, but a port scan does not succeed….
Any Ideas what could be wrong….
this is the answer of ufw status:
To Action From
— —— —-
1883 ALLOW Anywhere
80/tcp ALLOW Anywhere
22 ALLOW Anywhere
80 ALLOW Anywhere
8080 ALLOW Anywhere
1883 (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
22 (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
8080 (v6) ALLOW Anywhere (v6)
Hello Joachim,
Did you run this command?
Update the firewall to allow connections to port 8883.
sudo ufw allow 8883
_ _ _ _ _ _ _
Run Your Cloud MQTT Mosquitto Broker (access from anywhere using Digital Ocean)
Learn how to install Mosquitto Broker for MQTT communication on a Linux Ubuntu VM (Virtual Machine) using Digital Ocean. Running an MQTT Mosquitto Broker in the cloud allows you to connect several ESP32/ESP8266 boards and other IoT devices from anywhere using different networks as long as they have an Internet connection. We’ll also cover how to connect your ESP boards to the cloud MQTT broker using Arduino IDE.