Skip to content

Windows Installation

One-liner (PowerShell, admin)

Terminal window
iwr -useb https://get.monsys.ai/install.ps1 | iex
Install-Monsys -Token ms_8af3…2c1b

This:

  1. downloads monsys-agent.exe to C:\Program Files\Monsys\;
  2. places C:\ProgramData\Monsys\agent.toml in place;
  3. registers the Windows-service MonsysAgent (auto-start);
  4. configures restart-on-failure (10 s).

Verify

Terminal window
Get-Service MonsysAgent
Get-WinEvent -LogName "Monsys" -MaxEvents 20

I followed the rules to preserve the YAML frontmatter structure, markdown formatting, and technical terms.