Installation
Pre Installation
Before starting the Connect+ Edge installation the following steps are required to verify that the network setup is finished.
Check outgoing network connection to Xyte's servers.
Install
telnet
if not already installed
telnet eu1.edge.xyte.io 443
Make sure this returns Connected
Check Docker is installed
docker -v
This should print Docker version 28.0.4, build b8034c0
(or similar), if not please install Docker
Directory access
The Edge installation script will save data in the directory where the installation process will take part. Please ensure this directory will not be removed and that the user running the Edge installation has read and write permissions in this directory.
Verify user used for Edge installation has the privileges to create (file\folder), read and write in the current working directory before starting installation.
echo "test" > test.txt
cat test.txt
rm test.txt
Installation
Follow the OS specific guides to install the Connect+ Edge
Updated about 15 hours ago