Windows
Preface
This document will take you through the XYTE Connect+ Edge installation process using Docker Desktop for Windows.
This is the recommended method to get started with XYTE Connect+ Edge on Windows based systems. Please contact your XYTE Representative with any issues or questions.
References
Docker Documentation:
Instructions
Enable Telnet within Windows
- Open Control Panel
- Select ‘Programs’

- Select the ‘Turn Windows Programs On and Off’ (Requires Administrator)

- Select ‘Telnet Client’ from the list

Install Docker Desktop
-
Download Docker Desktop Installer
- Requires Restart (complete previous Telnet step before restarting)
-
Upon Restart:
- Open Docker Desktop Application
- A new Command Prompt window should automatically open prompting installation of WSL
- Press any key in the Command Prompt window to continue
- Login to Docker not necessary, ‘skip’ may be selected on launch / setup
- Restart Docker within Docker Desktop window
- In Docker Settings -> General -> Enable “Launch Docker Desktop on Login”
Install Connect+ Edge
- Open PowerShell
- Execute the following commands:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/xyte-io/edge/refs/heads/windows-main/edge_runner_script.ps1" -OutFile "edge_runner_script.ps1"
powershell -ExecutionPolicy Bypass .\edge_runner_script.ps1
- Response return should appear as
Edge Id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Configure Docker to Load on Startup
- Open Task Scheduler
- Select "Create Task..."

- General Tab:
- Name = "Start Docker"
- Run whether user is logged in or not
- Run with Highest Privileges
- Configure for Windows 10
- Triggers Tab:
- Begin the task = "At startup"
- Advanced Settings = "Enabled"

- Actions Tab:
- Action = "Start a program"
- Program/script = "Docker Desktop.exe"
- You will need you use Browse to find where the Docker folder was installed, the default will be "C:\Program Files\Docker\Docker Desktop.exe"
- Conditions
- If running on a laptop, be considerate of the AC Power and Battery options to your needs
Updated 2 days ago