Deploy Agents
Install the Piglet agent on your endpoints. Choose an operating system and run the install command.
Quick Install
Run this single command in an elevated PowerShell prompt. It downloads the agent, installs it as a system service, and registers with your Piglet server.
powershell -ExecutionPolicy Bypass -Command "irm 'https://172-235-43-117.sslip.io/api/v1/agents/installer?os=windows' | iex"Steps
- Open PowerShell as Administrator
- Paste the command above and press Enter
- The agent will download, install as a Windows service, and start automatically
- Verify with: Get-Service PigletAgent
Manual Download
Prefer to inspect the script first? Download it, review, then run manually.