Core Features
Detailed feature overview and capabilities
Endpoint Monitoring
Track the real-time status of all managed endpoints with comprehensive system information and health metrics.
| Feature | Description |
|---|---|
| Online Status | Real-time connection state with last seen timestamp |
| System Info | OS version, hostname, IP address, hardware specs |
| Agent Version | Installed agent version with update availability |
| Health Checks | Automated health monitoring with status indicators |
| Performance Metrics | CPU, memory, disk usage, and network stats |
Remote Desktop Access
Securely access and control endpoints remotely through your browser without installing additional software.
- Hardware-accelerated screen capture (DXGI)
- Real-time screen streaming with configurable quality
- Mouse and keyboard input forwarding
- Multi-viewer support (one controller, multiple viewers)
- Session recording and audit trail
- Optional stealth mode
Browser-Based
No VNC or RDP software required - everything runs in your browser using WebSocket technology.
Endpoint Lockdown
Enforce security policies and restrict endpoint access when needed with flexible lockdown modes.
| Mode | USB Block | Input Block | Screen Lock |
|---|---|---|---|
| Full | ✓ | ✓ | ✓ |
| USB Only | ✓ | ✗ | ✗ |
| Input Only | ✗ | ✓ | ✗ |
| Screen Only | ✗ | ✗ | ✓ |
Emergency Unlock
Every lockdown generates a unique emergency unlock code for physical access recovery.
Command Execution
Execute commands remotely on endpoints with secure HMAC-signed command queuing.
Available Commands
// System commands
- ping // Test connectivity
- get_status // Retrieve system status
- restart // Restart the endpoint
- shutdown // Shutdown the endpoint
// Diagnostics
- collect_diagnostics // Gather system diagnostics
- get_logs // Retrieve agent logs
- run_health_check // Execute health checks
- get_metrics // Collect performance metrics
// Configuration
- get_config // View current configuration
- update_config // Modify agent settings
- reload_config // Apply config changes
// File operations
- upload_file // Upload file to endpoint
- download_file // Download file from endpoint
- delete_file // Remove file from endpoint
// Agent management
- update_agent // Trigger agent update
- uninstall // Remove agent from endpoint