Agent Installation
Download and install the Ambient endpoint agent on Windows and Linux.
Last updated: February 22, 2026
The Ambient endpoint agent connects each device to your tenant and applies wallpapers, lock screens, screensavers, signatures, and policy settings.
Windows
NSIS Installer (Recommended)
- Download
Ambient-Agent-Setup-latest.exefrom the download page. - Run the installer — it will install silently with default options.
- The agent starts automatically after installation.
- Open the system tray icon and enter your enrollment code to register the device.
Silent Install (Enterprise)
Ambient-Agent-Setup-latest.exe /S
For pre-configured deployment, place agent-config.json at:
C:\ProgramData\Ambient\agent-config.json
The agent reads this file on first launch and auto-registers without prompting.
MSI Package
An MSI package is available for SCCM, Intune, and GPO deployments. See the Admin Deployment Guide.
Linux
Debian / Ubuntu (deb)
sudo dpkg -i ambient-agent_latest_amd64.deb
sudo systemctl enable --now ambient-agent
Config path: /etc/ambient/agent-config.json
AppImage
chmod +x ambient-agent_latest_x86_64.AppImage
./ambient-agent_latest_x86_64.AppImage
Config path: ~/.config/ambient/agent-config.json
Verifying the Installation
After installation the agent icon appears in the system tray (Windows) or notification area (Linux). The status shows Registered once the device has connected to your tenant.
Troubleshooting
- Agent not registering: Verify the enrollment code in Settings → Endpoints → Enrollment Codes.
- Agent offline after install: Check your firewall allows outbound HTTPS to the Ambient API (
api.ziviso.africa:443). - Windows: installer blocked by SmartScreen: Click “More info” → “Run anyway” or use the enterprise MSI for GPO-signed deployment.