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.
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
Check your Wireguard installation to ensure everything is properly configured:
dpkg -s wireguard
Load wireguard module first:
sudo modprobe wireguard
sudo echo wireguard >> /etc/modules-load.d/wireguard.conf
Updated 3 months ago
Next step
After you've installed Wireguard, you're ready to install the agent! Select one of the installation options below:
Install with Docker |
Install with Ansible |
Install with Pip |
Build from Source |