Getting started ๐Ÿš€

We expect you already have a Syntropy Stack account, however, if you don't - head to Syntropy Stack website and create one.

Four simple steps to start

  1. Login and generate your Syntropy Agent token.
  2. Use this token to install Syntropy Agent in your infrastructure.
  3. Manage your connected infrastructure nodes on our Endpoints manager.
  4. Manage and monitor your Network using either our Syntropy Stack UI or API.

Install Syntropy Agent

We have multiple ways that you can install the Syntropy Agent on a given endpoint. Once installed, you will be able to view & manage your network in a holistic manner from your Syntropy account.

๐Ÿšง

Running as root

At the moment, the Syntropy Agent requires running as root user.

Prerequisites

๐Ÿ“˜

General Prerequisites

To run Syntropy Agent, you must have WireGuardยฎ installed.

Wireguard installation: https://www.wireguard.com/install/ Starting from 5.6.x, Linux kernel supports WireGuardยฎ by default.

Load WireGuardยฎ module first:

sudo modprobe wireguard 
echo wireguard | sudo tee /etc/modules-load.d/wireguard.conf

Check your WireGuardยฎ installation to ensure everything is properly configured:

sudo lsmod | grep wireguard

Installation

After you've installed WireGuardยฎ, you're ready to install the Agent! Select one of the installation options below: