I have a linux-based HMI device and would like it to communicate with controllers and display the Webstation in it’s webserver. I’ve got RapidScada installed on my HMI device and can view the sample application when I point the browser to http://localhost:10008. I can also view the page from my Windows laptop by browsing to http://<deviceI>:10008. I also can run the “netstat -lntp” command on the linux HMI and see ports 10000 and 10002 are attached to dotnet application that is running.
Next, I’d like to be able to configure the RapidScada project on my Windows laptop and download it to the linux HMI device when I’m done. However, I can’t get them to connect. I’ve set up Adminstrator on my PC and created a deployment profile. the deplyment profile’s Agent Connection tab shows that the agent is enabled, host set to my linux device’s IP, port set to 10002, username & password are set to the default (admin:scada). But I don’t know what to set the Secret Key to.
When try to download the configuration, I get the error “Error downloading configuration:
Server and client secret keys do not match.”. I didn’t set a secret key in my remote device. Where can I find this secret key?