Windows Server Installation
Download the Windows installer exclusively from https://download.trace-wall.com/. Verify the version, SHA-256 checksum, and signature status before running the installer.
Supported Versions
| Version | Desktop Experience | Server Core |
|---|---|---|
| Windows Server 2019 | ✅ Tested | ❌ Not supported |
| Windows Server 2022 | ✅ Tested | ❌ Not supported |
| Windows Server 2025 | 🔄 In validation | ❌ Not supported |
Server Core is not supported — TraceWall Desktop is an Electron-based GUI application and requires a graphical shell.
Prerequisites
- Windows Server 2019 or 2022 with Desktop Experience installed
- Local Administrator rights (installation is per-machine only)
- 8 GB RAM minimum (16 GB recommended for ARGUS)
- 2 GB free disk space for application + logs + telemetry
- RDP or console access for interactive session
Pre-Install Verification
-
Confirm the download source:
https://download.trace-wall.com/(TLS valid, no redirects) -
Note the published metadata: version, file size, SHA-256 checksum
-
Download the installer (
.exe, NSIS-based) -
Verify the checksum:
PowerShell (recommended):
Terminal window Get-FileHash ".\TraceWall-Desktop-V3-x.x.x-Setup.exe" -Algorithm SHA256Command Prompt:
Terminal window certutil -hashfile "TraceWall-Desktop-V3-x.x.x-Setup.exe" SHA256 -
Compare character-by-character with the published checksum.
-
If mismatch: delete, re-download, re-verify. If persistent, contact support.
Installation Steps
- Close any running TraceWall instances.
- Run the installer elevated — right-click → “Run as administrator” or invoke from elevated terminal:
Terminal window .\TraceWall-Desktop-V3-x.x.x-Setup.exe - Confirm UAC prompt — installation is per-machine only (no per-user option on Server).
- Confirm destination — default
C:\Program Files\TraceWallis recommended. - Complete setup — installer registers the application, creates Start Menu shortcuts (all users), configures the background sensor service.
- Launch TraceWall Desktop — via Start Menu or
tracewallcommand.
Post-Install Verification
- Open TraceWall Desktop.
- Local Sensor panel should show:
- Hostname, OS version (Server), uptime
- Network interfaces with IPs, MACs, gateway
- CPU, memory, disk utilization
- Settings → About — confirm version matches downloaded release.
- Settings → Sensor — confirm “Local telemetry” is Enabled.
Key Differences from Windows Desktop
| Aspect | Windows Desktop | Windows Server |
|---|---|---|
| Install scope | Per-user or per-machine | Per-machine only |
| Elevation | Optional (per-user) | Required (always) |
| Auto-update | Silent (per-user) | Prompts for elevation |
| Sensor | Standard user session | Requires interactive session |
| ARGUS | Fully supported | Same limits, same RAM/GPU needs |
| Service mode | Not available | Not available (runs in user session) |
| Server Core | N/A | Not supported |
Session Requirements
TraceWall Desktop does not run as a Windows service. It runs in the interactive user session. This means:
- A user must be logged in (locally or via RDP) for telemetry collection.
- If the session is disconnected, the sensor pauses; reconnecting resumes it.
- For continuous operation, consider a dedicated “monitoring” account with auto-logon and locked console, or use RDP session persistence.
ARGUS on Server
ARGUS Local AI functions identically to Desktop. Requirements:
- 16 GB RAM minimum (8 GB base + 8 GB ARGUS)
- NVIDIA GPU with 8+ GB VRAM (CUDA) recommended for inference performance
- CPU with AVX2 support required
Microsoft SmartScreen
The installer is not commercially code-signed. SmartScreen will likely warn. Follow the same verification process as Windows Desktop.
Silent / Unattended Install
TraceWall-Desktop-V3-x.x.x-Setup.exe /S /ALLUSERS/S— silent (no UI)/ALLUSERS— system-wide (required on Server)/D=C:\Custom\Path— custom destination (must be last)
Updating
- Auto-update downloads new version; prompts for elevation to apply (per-machine).
- Manual: download new version, verify checksum, run installer (upgrades in-place).
Uninstalling
- Windows Settings → Apps → Installed apps → TraceWall → Uninstall (requires Admin)
- Silent:
"C:\Program Files\TraceWall\uninstall.exe" /S(elevated)
Uninstall removes application, sensor service, and user data. Logs and telemetry database preserved in %LOCALAPPDATA%\TraceWall\data per user.
Troubleshooting
| Symptom | Likely Cause | Resolution |
|---|---|---|
| Installer won’t launch | SmartScreen block | ”More info” → “Run anyway” after checksum verification |
| ”Access denied” | Not elevated | Run as Administrator |
| Sensor shows no interfaces | Npcap missing | Repair install or install Npcap manually (WinPcap API-compatible mode) |
| No telemetry after RDP disconnect | Session disconnected | Sensor pauses on disconnect; reconnect to resume |
| Version mismatch after update | Stale shortcut | Re-launch from Start Menu |
Related Pages
- Windows Desktop Installation — Differences and Desktop-specific notes
- Download & Verification — Source, checksums, signing status
- SmartScreen Troubleshooting — Detailed SmartScreen guidance
- System Requirements — Hardware and network prerequisites