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
- Login and generate your Syntropy Agent token.
- Use this token to install Syntropy Agent in your infrastructure.
- Manage your connected infrastructure nodes on our Endpoints manager.
- 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:
Updated 7 months ago