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.