Skip to main content
Install AgentOS as a Windows service unattended — for scripts, CI/CD pipelines, or automated provisioning.

Download

AMD64 (x86_64)

Standard 64-bit Windows systems.

ARM64

ARM-based Windows devices.

Quick Start

Run from an elevated command prompt (Run as administrator):
"AskUI-Agent-OS-<version>-Service-Installer-Win-AMD64.exe" /qn
Replace <version> with the actual version number (e.g. 26.2.1.3). <installer_path> is the full path to where you downloaded the installer.
With custom options:
"<installer_path>" /qn APPDIR="C:\ASKUI" /l*vx installer.log
Append /l*vx installer.log to any command to write detailed installer logs.

Parameters

ParameterDefaultDescription
APPDIRC:\Program Files\askui GmbH\AskUI AgentOSInstall location. Must be accessible to all users.
SERVICE_SUBNET127.0.0.1Network subnet the service listens on.
SERVICE_LISTENING_PORT26000Main service port.
SERVICE_LOG_LEVELDebugLog verbosity: Info or Debug.
SERVICE_ENABLE_SAS1Enable Secure Attention Sequence (CTRL+ALT+DEL). 0 to disable.
SERVICE_EXECUTION_ENGINE_ELEVATED0Run execution engine with elevated privileges. 1 to enable.
SERVICE_EXECUTION_ENGINE_LISTENING_PORT23000Execution engine port.
SERVICE_EXECUTION_ENGINE_VISIBLE0Show execution engine UI/process. 1 to make visible.
SERVICE_TRANSFER_SESSION_ON_DISCONNECT1Transfer remote sessions on disconnect (RDP resilience). 0 to disable.
Example with multiple parameters:
"<installer_path>" /qn SERVICE_LISTENING_PORT=27000 SERVICE_LOG_LEVEL=Info SERVICE_ENABLE_SAS=1 /l*vx installer.log

Runtime Configuration

After installation, the service can be tuned by editing:
C:\Program Files\askui GmbH\AskUI AgentOS\Configs\AskuiCoreService.json
After changing this file, restart the computer for changes to take effect.