Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Warning
If Upgrading Chariot to a Newer Version please review this tutorial.

The instructions below detail Installing, Starting, Stopping and Uninstalling the Chariot MQTT Server. Additionally you can view our installation video.

Note
The user must have admin privileges to be able to execute the scripts at the command line in the directories where these servers are installed.

Anchor
Installing
Installing
Installing Chariot® MQTT Server

The Chariot MQTT Server can be installed on the Windows server by following these steps:

...

  1. Using the file transfer method of

...

  1. your choice, transfer the downloaded Chariot MQTT Server zip file to the

...

  1. Windows server and unzip

...

Image Removed

Run the install script

...

  1. .
  2. From a command prompt, run the Chariot service install script in the directory where the

...

  1. files were unzipped.

    Code Block
    install.bat

    Image Modified

...

  1. Image Modified

  2. The Chariot MQTT Server should now be installed in the Windows server and will run automatically when the server is booted.

...


Anchor
Starting
Starting
Starting the Chariot MQTT Server

After the Chariot MQTT Server is installed, the Chariot daemon can be launched with the following command

...

  1. From a command prompt, run the Chariot service start script in the directory where the service was installed.

    Code Block
    serviceStart.bat

    Image Modified


  2. Verify the Chariot service is running. From a command prompt, run the Chariot

...

The status of the Chariot MQTT Server can be obtained by running the following script

Code Block
C:\Program Files\Chariot>status.bat

An example of a success running Chariot MQTT Server may look like the following:

Image Removed

  1. service status script in the directory where the service was installed.

    Code Block
    status.bat

    The status returned will be: INSTALLED, NOT INSTALLED or RUNNING


    Additionally the Chariot MQTT Server Web UI can be accessed on port 8080.  Navigate to the server's URL in a browser and verify that the EULA page is shown.Image Added

Image Removed

Anchor
Stopping
Stopping
Stopping

...

the Chariot MQTT Server

Chariot daemon can be stopped by running the following script:

Code Block
C:\Program Files\Chariot>serviceStop.bat
  1. From a command prompt, run the Chariot service stop script in the directory where the service was installed.

    Code Block
    serviceStop.bat


Anchor
Uninstalling
Uninstalling
Uninstalling

...

the Chariot MQTT Server

The Chariot MQTT Server can be uninstalled by running the following script:

  1. From a command prompt, run the Chariot service uninstall script in the directory where the service was installed.

    Code Block
    serviceUninstall

...

  1. .bat