Windows Agent
Installing Windows Agent
-
Check pre-installation requirements.
- Compatible with Windows Server version 2016 R2 or higher.
-
Get the connection key from the connection key section.
-
Download the agent here.
-
Run the installer and wait for the installation to finish.
-
Open the Start Menu and find Install Services, then run it.
-
Follow the steps in the configuration tool.
-
Click on the button shown below to activate the UTMStack features related to this integration.
UTMSTACK Unattended windows-agent Installer version 9
- bitsadmin /transfer mydownloadjob /download /priority FOREGROUND "https://github.com/AtlasInsideCorp/UTMStackAgent/releases/latest/download/windows-agent.msi" "c:\Users\Public\Downloads\windows-agent.msi"
- msiexec /i c:\Users\Public\Downloads\windows-agent.msi /quiet /qn /norestart
- Start-Sleep -Seconds 2
- cd "c:\Program Files\UTMStack\UTMStackAgent\"
- Start-Sleep -Seconds 2
- .\utmstack-windows.exe silent-install <IP or FQDN of master server> <key of master server> yes
No Comments