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:
1
netstat -an|find "1883"
1
netstat -an|grep 1883
You should see a line like the following in the output
1
tcp46 0 0 .1883 .* LISTEN