Installing Synnax

Install the Synnax core components.

The first step to getting started with Synnax is to install two key components: the Console and Cluster.

Install the Console

The console is our primary user interface for interacting with a Synnax deployment. We can set up visualizations to observe data, integrate and configure data acquisition devices, and manually control actuators on our system. Here’s the link to download the latest version of the console for your OS:





After downloading and running the installer, you’ll see a splash screen that looks like this:

Plotting Demo Data

To make sure everything is working correctly, we’ll plot some live data. Our team has a demo cluster running in the cloud that we can connect to. Head to the cluster dropdown in the bottom left corner, and select the cluster named Demo.

You’ll see the connection status badge on the right turn blue, indicating that the connection is healthy.

Next, click on the workspace selector in the top right corner of the screen. This will open a dropdown menu where we can select the workspace we want to use. Choose the “Demo” workspace. You’ll see the console automatically re-configure its layout to match the workspace, and a new plot will appear with a live stream of data.

Installing the Cluster

Now that the Console is up and running, we’ll install our own Synnax cluster locally. The cluster is the core of every Synnax deployment. It’s where all sensor and actuator data is stored, and it serves as a central hub where all of our devices, operator consoles, and control sequences will communicate.

Connecting the Console to the Cluster

Now that we have a local cluster running, we’ll disconnect the console from the demo cluster and connect it to our own. We’ve pre-populated the console with a connection for the default admin user on a local cluster. To connect, head to the cluster dropdown in the bottom right corner of the console and select the cluster named Local.

Again, you’ll see the connection status badge on the right turn blue, indicating that the connection is healthy. If you’ve changed the username or password, or removed the connection, you’ll need to re-add it. Here are the connection details:

Hostlocalhost
Port9090
Usernamesynnax
Passwordseldon
Securefalse

Next Steps

Now that we have a local cluster running, it’s time to start acquiring data from a device. Check out our Device Drivers to start integrating your own hardware.