A primer on Chariot MQTT Server: Difference between revisions
From OPC Labs Knowledge Base
| Line 17: | Line 17: | ||
# Enter command: <code>serviceStart.bat</code> . | # Enter command: <code>serviceStart.bat</code> . | ||
# Start the Web browser and access the Chariot MQTT Server Web UI by entering http://localhost:8080/ . | # Start the Web browser and access the Chariot MQTT Server Web UI by entering http://localhost:8080/ . | ||
# | # Sign into the Chariot MQTT Server Web UI. The default username is '''admin''', the default password is '''password'''. | ||
# | # | ||
Revision as of 15:15, 1 August 2025
Introduction
Chariot® is a commercial, Sparkplug-compliant MQTT broker.
Web page: https://cirrus-link.com/mqtt-broker-iiot-mqtt-servers/
Download: https://docs.chariot.io/display/CHAR2x/Chariot+Downloads
Documentation: https://docs.chariot.io/display/CHAR2x/Chariot+MQTT+Server+Documentation
Installation
See https://docs.chariot.io/display/CHAR2x/Chariot+MQTT+Server+Installation . We have tested the following installation steps on Windows, with Chariot 2.7.0.
- Unpack the downloaded ZIP file into "C:\Program Files\Chariot" folder.
- Launch the "Command Prompt" application as Administrator.
- In the "Administrator: Command Prompt", enter command:
cd C:\Program Files\Chariot. - Enter command:
install.bat. - Enter command:
serviceStart.bat. - Start the Web browser and access the Chariot MQTT Server Web UI by entering http://localhost:8080/ .
- Sign into the Chariot MQTT Server Web UI. The default username is admin, the default password is password.
Configuration
See https://docs.chariot.io/display/CHAR2x/Chariot+MQTT+Server+Configuration .