Skip to end of banner
Go to start of banner

How to reconnect the MQTT Broker

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Symptoms


  • Your tasks takes a long time before being processed
  • Your Remote Desktop Session takes a long time to start


It means that the MQTT Broker were probably disconnected on your server.

To solve the problem, you need to restart the MQTT connection. You also should check your application settings on your server.

You can check this in the settings page of your server 

Resolution


Check the IIS Configuration of your server


  • MQTTBrokerIsLocal     => Must be set to true
  • MQTTBrokerAuthority => Needs to match your server address with the port 1883


Restart the MQTT Broker on your server 


  1. Click on the button Restart Mqtt connection (wait for a minute and refresh the page) If the state still shows disconnected, try Step 2
  2. Restart your server. If after your server restart, the MQTT still doesn't connect correctly, then please contact the support team.

  • No labels