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

  1. Open PowerShell as Administrator
  2. Paste the command above and press Enter
  3. The agent will download, install as a Windows service, and start automatically
  4. Verify with: Get-Service PigletAgent

Manual Download

Prefer to inspect the script first? Download it, review, then run manually.