Real-time CCTV-style monitoring, remote control, app blocking, and automated session tracking.

Understanding the mechanics, applications, and core value.
The PisoTrack Agent is the core background service installed on all client machines. It operates silently, tracking coin insertions, measuring session timing, streaming screen data, and accepting encrypted remote commands from the cloud dashboard. It provides absolute remote control over your fleet, acting as a real-time monitor and remote administrator.
$Utilizes the .NET 8 framework integrated with Native Win32 API calls (User32.dll and Kernel32.dll) to capture desktop streams, block OS system shortcuts, track mouse/keyboard inactivity, and communicate with the PisoTrack cloud using secure HTTP polling with certificate pinning.
Follow these precise instructions to deploy PisoTrack Agent.
Download the PisoTrack Suite Installer from the /download page and execute the setup binary on the client PC.
Input your unique Branch Agent Key in the setup wizard window. This binds the machine's hardware ID securely to your account.
Confirm status turns 'Online' in your cloud dashboard. You can now restart, shut down, or monitor the PC screen remotely in real-time.
Everything you get with this module.
Quick Start
Click the download button above. Choose 64-bit for modern PCs or 32-bit for older hardware.
Double-click the installer. Follow the setup wizard — it installs in under a minute.
Get your agent key from the PisoTrack dashboard (PCs page). Paste it into the agent config.
The agent connects automatically. Your PC appears online in the dashboard within seconds.
System Requirements
| Operating System | Windows 10 (version 1607+) or Windows 11 |
| Architecture | 64-bit (x64) or 32-bit (x86) — choose the matching installer |
| Runtime | None — .NET 8 runtime is fully bundled inside the installer |
| RAM | Minimum 512 MB available |
| Disk Space | ~150 MB |
| Network | Internet connection required for dashboard sync |
| Admin Rights | Required for app blocking (IFEO) and auto-start |
| Graphics | DirectX 11 compatible GPU (pre-installed on most modern PCs) |
Zero additional downloads needed. The installer is fully self-contained — .NET 8 runtime, native libraries, and all dependencies are bundled. No need to install .NET SDK, C++ Redistributables, or any other drivers. Just download, install, and run.
Which installer should I download?
| Installer | Runs On | Recommendation |
|---|---|---|
| 64-bit (x64) | 64-bit Windows only | Recommended |
| 32-bit (x86) | 32-bit and 64-bit Windows | For older PCs only |
Windows Version Support
| Windows Version | Supported? | Notes |
|---|---|---|
| Windows 11 | ✓ | Fully supported |
| Windows 10 (1607+) | ✓ | Fully supported — most PisoNet PCs |
| Windows 8.1 | ✕ | Not officially supported |
| Windows 8 | ✕ | Not supported |
| Windows 7 | ✕ | Not supported — missing required OS APIs |
What's included in the installer?
Troubleshooting
Getting "Unable to execute file in the temporary directory"?
This is caused by Smart App Control (Windows 11 22H2+), which blocks all unsigned executables regardless of ZIP extraction or unblocking. This is stricter than SmartScreen and cannot be bypassed without disabling it.
Fix (one-time):
Once turned off, Smart App Control cannot be switched back to "Evaluation" mode — only On or Off. Most PisoNet PCs run Windows 7/10 and do not have this feature.
Getting "Windows protected your PC"?
Click "More info" → then click "Run anyway". This warning appears because the installer is not yet code-signed. The software is safe to install.
Changelog
Fixed agent version not being reported to dashboard
Enhanced AutoUpdater elevation fallback to support Standard User environments
Resolved internal C# null-reference warnings in SecurityGuard and DxgiCapture
Added VBScript fallback to AutoUpdater for stripped Windows Lite installations
Removed asynchronous bottlenecks in WebRTC hardware capture loop
Installer now correctly creates startup registry and scheduled task when autostart is checked
Per-session bandwidth tracking (upload/download bytes sent to server)
OfflineBuffer: fixed EndSessionAsync signature for bandwidth parameters
Dual-architecture release with bandwidth tracking enabled
Dual-architecture release: both 64-bit (x64) and 32-bit (x86) installers now built from the same source
Download page now shows the actual file version instead of a mismatched label
Build process standardized with automated dual-arch build script
Implemented 'Access Denied' kernel-level Process Security Hook to permanently block Task Manager termination bypasses
Fixed 'Object Disposed' WinForms lifecycle bug during Remote Messaging commands
Zod schema validation for version.json to prevent structural mismatches
Admin Publish Release API with installer verification
Official HD PisoTrack logo embedded in agent executable and system tray
Download page now serves .exe directly instead of corrupt .zip wrapper
Official HD PisoTrack logo integrated across Agent and Website
Version bump to distribute new branding to all PCs
Remote Restart Agent command with visual feedback on dashboard
Self-contained single-file build — no .NET SDK required