Back to Knowledge Base
KB / PAM & Agents / Installing the Rotator Agent (Windows/Linux)
PAM & Agents 2/28/2026

Installing the Rotator Agent (Windows/Linux)

Technical guide for deploying the Go-based agent for automated password rotation.

Windows Installation

# 1. Download the agent
Invoke-WebRequest -Uri "https://trustity.co/agent.exe" -OutFile "C:\agent.exe"

# 2. Install as Service
.\agent.exe -install

# 3. Start
.\agent.exe -start

Linux Installation

# 1. Download & Permission
wget https://trustity.co/agent_linux && chmod +x agent_linux

# 2. Register Systemd Service
sudo ./agent_linux -install
sudo systemctl start trustity-agent

Once running, the agent will perform a handshake with the Trustity Cloud and appear in your PAM Vault dashboard within 60 seconds.

Did this article help?