GuidesGet StartedInstallation

Installing Synnax

Install the Synnax core components.

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

Install the Synnax Console

The Synnax 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 Core running in the cloud that we can connect to. Head to the Core Selector in the top-right corner, and select the Core 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-left 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 Core

Now that the Console is up and running, we’ll install our own Synnax Core locally. The Core is the heart 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, Consoles, and control sequences will communicate.

Connecting the Console to the Core

Now that we have a Core running, we’ll disconnect the Console from the demo Core and connect it to our own. We’ve pre-populated the Console with a connection for the default admin user on a local Core. To connect, head to the Core Selector in the top-right corner of the Console and select the Core 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 Core running, it’s time to start acquiring data from a device. Check out the Synnax Driver to start integrating your own hardware.