v2.0 — Now Available

Remote infrastructure
controlled by intelligence

Deploy agents across any fleet. Control every endpoint through a single operator dashboard with real-time signaling, remote execution, and visual session management.

Open Dashboard Read Documentation
WebSocket Signaling JWT Auth Cross-Platform
triva-remote-dashboard
Fleet Overview
Sessions
Commands
Settings
DESKTOP-KTHTGMF
OS: Windows 11
IP: 192.168.1.42
Uptime: 14h 32m
web-server-01
OS: Ubuntu 22.04
IP: 10.0.0.15
Uptime: 45d 12h
macbook-pro-m2
OS: macOS 14.1
IP: 192.168.1.88
Uptime: 3h 18m
Capabilities

Built for operators, not spectators

+

Fleet-wide command execution

Send shell commands, execute scripts, or trigger reboots across any subset of your fleet. Every action is logged, authorized, and auditable through the JWT-protected API.

$ curl -H "Authorization: Bearer ..." \
  -X POST /api/devices/ID/command \
  -d '{"command":"shell","params":{"cmd":"uptime"}}'
{ "success": true, "output": "14:32:01 up 45 days..." }
+

WebRTC visual sessions

Initiate peer-to-peer remote desktop sessions with full keyboard, mouse, and clipboard forwarding. DTLS-SRTP encrypted by default.

STUN/TURN ready Latency <100ms
+

MCP interface

Any Model Context Protocol compatible agent can connect and control your fleet using natural language commands.

+

JWT authentication

Role-based access control with admin and operator tiers. Rate-limited, audited, and stateless.

+

Zero-config agent deployment

Single-command installation across Windows, macOS, and Linux. The agent auto-registers, maintains a persistent WebSocket connection, and recovers from network interruption without manual intervention.

PS> iwr https://trivaremote.cloud/install.ps1 | iex
$ curl -fsSL https://trivaremote.cloud/install.sh | bash
Deployment

Install the agent

Windows

PowerShell installer with service registration

Download install.ps1
iwr https://trivaremote.cloud/install.ps1 -OutFile install.ps1; .\install.ps1

macOS

Bash installer with launchd integration

Download install.sh
curl -fsSL https://trivaremote.cloud/install.sh | bash

Linux

Bash installer with systemd service

Download install.sh
curl -fsSL https://trivaremote.cloud/install.sh | bash

Or download the complete agent package

Download .zip (8 KB) Download .tar.gz (3 KB)