Or install automatically with one Terminal command:
Loading...
After installation, the agent will:
• Install to /usr/local/bin/
• Store config in /etc/cybershield/
• Register a launchd service (auto-starts on reboot)
• Start monitoring immediately
⚠ Important: The .exe file alone won't work by double-clicking — it's a background service that needs to be registered first. Step 3. Open PowerShell as Administrator in the same folder and run: Unblock-File install.ps1; .\install.ps1 -AgentToken "<YOUR_TOKEN>" -CustomerId "<YOUR_ID>" -Domain "<YOUR_DOMAIN>"
Your token and ID are shown above after you click "Get My Install Command"
⚠ Windows security warning may appear — this is normal for new software.
If you see "Windows protected your PC":
→ Click "More info" → Click "Run anyway"
▸ Advanced: PowerShell install (for IT administrators)
Open PowerShell as Administrator and run:
Loading...
If you see "scripts cannot be run", run this first: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
After installation, the agent will:
• Run silently in the background (Windows Service)
• Start automatically when Windows boots
• Send you an alert if something suspicious is detected
Registers a systemd service. Reads /var/log/auth.log for login events.
Verifying Installation
We're checking that the agent is online and connected.
—
Agent heartbeat received
Checking if the agent is sending keep-alive pings...
—
Domain scan completed
Running initial security scan of your domain...
—
Test notification sent
Verifying alert delivery to your email / Slack...
Agent is online!
Your domain is now being monitored 24/7. You'll receive an alert if:
• Someone tries to brute-force your login
• A dangerous port opens on your server
• Your server connects to a known malicious IP