Install: Windows
System Requirements
- OS: Windows 10, 11, or Windows Server 2019+
- Architecture: x64 (Intel/AMD)
- RAM: 256 MB minimum
- Disk: 500 MB
- Network: Internet connectivity for policy sync
- Admin Rights: Required for installation
Installation Steps
Step 1: Download Installer
- Go to https://app.truthvouch.io/downloads/sentinel/windows
- Click Download Sentinel-latest-x64.msi
- Save to Downloads folder
Step 2: Run Installer
- Double-click Sentinel-latest-x64.msi
- Click Next through welcome screen
- Accept License Agreement → Next
- Choose Installation Path (default:
C:\Program Files\TruthVouch) - Click Install
- Wait for installation to complete
- Finish → System may reboot
Step 3: Initial Configuration
After installation, Sentinel launches automatically:
- Sign In:
- Email: Your company email
- Password: Your TruthVouch password
- Click Sign In
- Accept permission requests:
- Monitor application usage: ✓
- Block web access: ✓
- Monitor copy/paste: ✓
- Click Continue
Step 4: Verify Installation
- Look for Sentinel Agent icon in system tray (bottom-right)
- Click icon → see “Agent Active”
- Check Control Panel → Programs → Sentinel Agent listed
- Status should show “Connected”
Group Policy Deployment (IT)
Deploy to multiple machines via Group Policy:
Step 1: Download MSI
Download Sentinel-latest-x64.msi and place on file share:
\\yourdomain.com\software\sentinel\Sentinel-latest-x64.msiStep 2: Create Group Policy Object
Open Group Policy Editor (gpedit.msc)
Navigate to:Computer Configuration → Software Settings → Software Installation
Right-click → New → PackageStep 3: Browse to MSI
Select: \\yourdomain.com\software\sentinel\Sentinel-latest-x64.msiDeployment Method: Assigned (required) or Published (optional)Step 4: Target Group
In Group Policy:
- Link to OU containing users
- Set Scope
- Apply
Users’ machines will auto-install next login.
Configuration
First Launch Configuration
After sign-in, configure policies:
-
Policy Sync: Enable automatic policy updates
- Sentinel downloads latest policies from TruthVouch
- Updates every 30 minutes
-
Monitoring Settings:
- Monitor ChatGPT: ✓
- Monitor Claude: ✓
- Monitor Copilot: ✓
- Monitor other: ✓
-
Reporting:
- Report frequency: Every 1 hour (configurable)
- Upload logs: ✓
Advanced Configuration
Edit C:\Program Files\TruthVouch\sentinel\config.json:
{ "organization_id": "org_123", "user_id": "user@company.com", "monitoring": { "monitor_chatgpt": true, "monitor_claude": true, "monitor_copilot": true, "monitor_browser_searches": true }, "policies": { "auto_sync": true, "sync_interval_minutes": 30 }, "reporting": { "report_interval_minutes": 60, "include_screenshots": false, "include_full_urls": true }, "dlp": { "enabled": true, "block_credit_cards": true, "block_passwords": true, "block_ssn": true, "block_api_keys": true }}Restart service after changes:
net stop truthvouch-sentinelnet start truthvouch-sentinelPermissions Required
Sentinel requests these Windows permissions:
| Permission | Reason |
|---|---|
| Admin rights | Install as system service |
| Accessibility access | Monitor keyboard/mouse |
| Screen recording | Detect clipboard/screenshots |
| App usage | See which apps running |
| Network access | Policy sync, reporting |
All managed by Windows security system.
Updates
Automatic Updates
Sentinel auto-updates:
- Checks for updates hourly
- Downloads new version if available
- Installs in background
- No reboot usually needed (some updates may need restart)
Manual Update
# Check versionC:\Program Files\TruthVouch\sentinel.exe --version
# Manual updateC:\Program Files\TruthVouch\sentinel.exe --updateUninstallation
- Go to Control Panel → Programs and Features
- Find Sentinel Agent
- Click Uninstall
- Click Yes to confirm
- Restart (if prompted)
Troubleshooting
Agent Not Connecting
Check:1. Internet connection active2. Firewall not blocking: sentinel.exe3. Check logs: C:\Program Files\TruthVouch\logs\4. Restart service: net restart truthvouch-sentinelPermissions Dialog
If “Administrator access denied”:
1. Run installer as Administrator2. Right-click MSI → Run as Administrator3. Accept UAC promptHigh CPU Usage
If Sentinel using >30% CPU:1. Check logs for errors2. Reduce monitoring scope3. Disable screenshots: Set "include_screenshots": false4. Restart serviceSupport
- Dashboard: https://app.truthvouch.io/sentinel
- Status: Check Settings → Sentinel Status
- Logs:
C:\Program Files\TruthVouch\logs\sentinel.log