Contents
Cirrus Link Resources
Chariot MQTT Server v1 (previous version)
Cirrus Link Modules for Ignition
Contact Us (Sales/Support)
Forum
...
When installed on Linux, Windows or deployed via Azure Marketplace, the default User login credentials are:
Code Block |
---|
username: admin password: password |
When deployed via AWS Marketplace, the default User login credentials are:
Code Block |
---|
username: admin password: EC instance ID for example: i-0049ac1e13e558b70 |
...
Note |
---|
By default, a User with the Username admin and Password password will be created |
The "Add" button in the bottom right of the form can be clicked to create the User.
...
Note |
---|
By default, two default MQTT Credentials are created: Username admin Password changeme Username anonymous Password changeme |
The "Add" button in the bottom right of the form can be clicked to create the Credential.
...
Note |
---|
By default Chariot comes with an empty truststore file clientcerts.jks which overrides the JVM cacerts truststore. If TLS is enabled, the following lines will need to be removed from the <Chariot_install_directory>/conf/com.cirruslink.chariot.system config file:
If the signer of the SSL/TLS cert installed on the remote MQTT Server is an external, commercial CA (e.g., DigiCert) the bridge client should successfully connect over TLS once you update the config file and restart Chariot. If the signer of the SSL/TLS cert installed on the remote MQTT Server is an internal, non-commercial, you will need to add your Root CA cert to the JVMs cacerts trust store and restart Chariot. |
...