https://www.hivemq.com/developers/getting-started/
You should be able to connect to your IP on the default MQTT port 1883
Start the CMD and type:
1netstat -an|find "1883"1netstat -an|grep 1883You should see a line like the following in the output
1tcp46 0 0 .1883 .* LISTEN