Back to Knowledge Base
PAM & Agents 5 min read

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.

Last updated: 12/5/2025

Was this helpful?