Skip to content

Installation on Windows

The Zoan Agent is installed along with the rest of the platform (Designer, Runner, Session Capture) using a single installer: Zoan Platform Setup. This page covers detailed installation on Windows, wizard decisions, and how to manage the Windows service that runs the Agent in unattended mode.

RequisitoDetalle
Sistema operativoWindows 10 (build 1809+) o Windows 11. Windows Server 2016, 2019 o 2022.
Arquitecturax64 only. ARM64 not supported for now.
Memoria4 GB minimum. Recommended 8 GB+ if you are going to run several concurrent bots.
Disco500 MB free for installation. Additional space depends on the packages you download.
PermisosLocal administrator if you want to install the Agent as a service (recommended for servers). Normal user if you only need it for your session.
RedAcceso saliente al puerto 443 (HTTPS) hacia tu instancia de Zoan Cloud.
Runtime .NETThe installer automatically downloads and installs the.NET 8 Desktop Runtime if it is missing.
WebView2The installer automatically downloads and installs the Microsoft Edge WebView2 Runtime if it is missing.

The file is ZoanPlatformSetup.exe (~80-120 MB). There are three ways to obtain it:

  1. From the tenant portal: there is a download link in the header and on each agent page.
  2. From the activation email you received when activating your tenant.
  3. Ask support: soporte@zoansoftware.com.

location of the "Download Zoan Platform" button on the portal.

Al ejecutar ZoanPlatformSetup.exe, Windows pregunta si quieres permitir cambios (UAC). Acepta.

Before displaying the wizard, the installer performs two automatic checks:

  1. .NET 8 Desktop Runtime — if it is not there, it offers you to download it and installs it in the background.
  2. Microsoft Edge WebView2 Runtime — idem.

If you accept both installations, the wizard opens when they are finished. If you decline, the installer closes (it cannot continue without those components).

From here you have 5 steps:

  1. Welcome

    Welcome screen with a summary of what the installer does and links to legal terms.

    screen 1/5 with the steps sidebar on the left showing the current step highlighted.

    Click on Get started.

  2. Select components

    Lista de componentes a instalar, todos seleccionados by default:

    ComponenteWhat are you doingWhen to uncheck it
    Zoan DesignerVisual IDE to design playbooks.On servers that only run unattended bots.
    Zoan AgentRuntime that runs the bots and connects to Zoan Cloud.On machines that are only used for designing (not running Zoan Cloud bots).
    Zoan RunnerExecution engine. Required for Designer and Agent to work.Never — Designer and Agent depend on it.
    Session CaptureUtility that records screen during unattended runs (for auditing).Si no quieres grabaciones.

    screen 2/5 with component checkboxes.

    Click Next.

  3. Install location

    Dos decisiones acopladas:

    Scope (scope of installation):

    OptionDetalleWhen to choose it
    All usersInstall for all Windows users. Requires admin. Register the Agent as Windows service (ZoanAgentService) with automatic startup at boot.Servers and machines dedicated to running bots unattended 24/7.
    Current user onlyInstall only for your account. No admin required. The Agent starts at login (entry at HKCU\...\Run), not as a service.Development teams, shared machines, or when you don’t have admin permissions.

    Destination folder: where the files are copied. By default:

    • All users: C:\Program Files\Zoan\
    • Current user only: C:\Users\<TuUsuario>\AppData\Local\Programs\Zoan\

    You can change it with Browse… if you need to install to another drive or corporate path.

    screen 3/5 with the scope options and the destination route.

    Click Next.

  4. Installing

    Progress bar with details of what you are copying. The log at the bottom shows each step:

    Extrayendo Designer...
    Extrayendo Agent...
    Extrayendo Runner...
    Extrayendo Session Capture...
    Creando accesos directos del Designer...
    Creando accesos directos del Agent...
    Configurando inicio automático del Agent...
    Registrando servicio ZoanAgentService... (solo con All users)
    Iniciando servicio ZoanAgentService... (solo con All users)

    screen 4/5 with the progress bar halfway and several log lines visible.

    Installation takes 30-90 seconds depending on disk speed.

  5. Done

    Confirmation with a green check. The installation created:

    • Shortcuts in the Start menu: Zoan Designer and Zoan Agent.
    • Shortcuts on the Desktop.
    • An entry in Settings → Applications called “Zoan Platform” for future uninstallation.
    • (If you chose All users) the ZoanAgentService service registered and running.
    • (If you chose Current user only) an entry in HKCU\Software\Microsoft\Windows\CurrentVersion\Run that opens the Agent upon login.

    screen 5/5 with the large green check and the success message.

    Click on Finish. The installer closes.

Configuring the connection to your Zoan Cloud instance is done from the Agent interface, not by editing files.

  1. Open Zoan Agent from the Start menu.

  2. “Connect this device” screen

    The first time you are greeted by this screen. It has two fields:

    • Zoan Cloud URL — the URL of your portal (e.g. https://acme.cloud.zoansoftware.com). It must start with https:// and without a trailing slash.
    • Machine Key — the key generated when creating the agent in the portal (UUID format, 36 characters with dashes).

    initial screen with the two empty fields and the "Connect to Zoan Cloud" button.

  3. Paste the values ​​and click on “Connect with Zoan Cloud”

    The Agent contacts Zoan Cloud, validates the Machine Key, and saves the encrypted configuration to disk. If everything goes well, in 2-3 seconds it changes to the main screen with the status pill connected in green.

    main screen with green status "connected", footer with version and "Disconnect" button.

  4. Verify from the portal

    Go to environment → Agents. The agent must be listed as online (green badge) and the “Online” counter above must have incremented.

    list of agents with one online and stats panel above.

When you choose All users during installation, the Agent registers as a service. Useful commands from PowerShell with admin:

Ventana de terminal
# Estado del servicio
Get-Service ZoanAgentService
# Detener
Stop-Service ZoanAgentService
# Iniciar
Start-Service ZoanAgentService
# Reiniciar
Restart-Service ZoanAgentService
# Cambiar a inicio manual (no arranca con Windows)
Set-Service ZoanAgentService -StartupType Manual
# Volver a automático
Set-Service ZoanAgentService -StartupType Automatic

Service logs: C:\ProgramData\Zoan\Agent\logs\service.log — useful for diagnosing problems when the Agent does not appear online for no apparent reason.

The Agent can operate in two modes depending on how it is installed and opened:

ModeHow to activateCharacteristics
AttendedYou open Zoan Agent from the desktop or menu. The UI is displayed.You need a Windows session open. Ideal for automations that require viewing the screen (e.g. captures, monitoring).
Desatendido (servicio)The ZoanAgentService service runs in the background under the LocalSystem account.No open session required. Boot with the system. Limitations for UI automations that require an interactive session.

The Zoan Cloud portal can direct executions to both attended and unattended modes, depending on how you configure the processes.

When there is a new version, the Agent can:

  • Notify you from the system tray (attended mode) — right click on the icon → Update now.
  • Automatically update during a configured maintenance window (coming soon).

Updates are in-place: download the new .exe, verify it, replace the binary and restart the service. It does not require reconfiguring the connection to Zoan Cloud.

Tres formas:

  1. Settings → Applications → Zoan Platform → Uninstall (recommended).
  2. Panel de Control → Programas → Zoan Platform → Desinstalar.
  3. Run ZoanPlatformSetup.exe --uninstall from a console with admin.

The uninstaller uses a 3-step wizard:

  1. Confirm — confirms which components are installed and are being deleted.
  2. Removing — barra de progreso. Detiene y desregistra ZoanAgentService, borra accesos directos, elimina archivos.
  3. Done — confirmation.
SymptomCausa probableHow to solve
The installer does not open.NET 8 or WebView2 is missing and the download failedInstall manually from dotnet.microsoft.com and developer.microsoft.com/microsoft-edge/webview2
”Access denied” during installationYou chose “All users” without adminClose and reopen the installer as administrator, or choose “Current user only”
Agent does not appear after installingYou are not looking at the correct menu. In “Current user” it only appears in your user’s Start menu; in “All users” it appears for everyone.Search for “Zoan Agent” from the Start menu
”Connect to Zoan Cloud” button is disabledThe Agent was opened as a normal userClose it and reopen it as administrator (right click → Run as administrator)
“No se pudo contactar a Zoan Cloud”Firewall, proxy, URL incorrectaCheck the URL, try opening it from Edge on the same machine. If there is a corporate proxy, configure the system proxy
The Agent says “connected” but the portal shows it offlineHeartbeat blocked on networkVerify that port 443 is open outbound from the Agent machine to Zoan Cloud. WebSockets also not blocked
ZoanAgentService service does not startPermisos o cuenta de servicio cambiadaGet-EventLog -LogName System -Newest 20 to view the specific error

If none of the above resolves, check C:\ProgramData\Zoan\Agent\logs\service.log (service mode) or C:\Users\<TuUsuario>\AppData\Local\Zoan\Agent\logs\ (attended mode) and contact us at soporte@zoansoftware.com with the last 50 lines of the log.