Unsolved
1 Message
0
2597
MQTT server connection issue
Hello,
I am unable to change the MQTT server address on the WMS setting there fore my 5070 wyse thin clients are not communicating property with my WMS server. is defaulting to the cloud MQTT server address. Any advice?
derekwmiller
3 Posts
0
March 2nd, 2021 08:00
I use DHCP options to control my MQTT settings. In option 166 MQTT put in your server's DNS name w/ port 1883.
Otherwise, you can set it at the Global INI level.
CCMEnable=yes CCMServer=https://YOURDOMAIN GroupPrefix=defa GroupKey=YOURCODE MQTTServer=YOURSERVER:1883 CAValidation=no