Fleet Control Active

Remote desktop
for machine fleets.

AI-native remote desktop and fleet management. One dashboard. Every device. No configuration drift.

triva-remote --status
$ triva fleet status
12 devices online
prod-web-01 linux 192.168.1.10 online
prod-web-02 linux 192.168.1.11 online
mac-studio-01 darwin 192.168.1.20 online
win-admin-01 win32 192.168.1.30 online
$ triva webrtc connect prod-web-01
session established. stream active.
$ _

System Capabilities

Built for operators who need direct control without abstraction layers.

01 / MCP Server

AI Agent Integration

Built-in Model Context Protocol server. Any AI agent connects via natural language commands to list, control, and operate your fleet. No custom adapters.

Protocol: MCP 1.0 Latency: <50ms
02 / WebRTC

Native Desktop Stream

Peer-to-peer video with keyboard, mouse, and clipboard forwarding. DTLS-SRTP encrypted.

03 / Fleet

Batch Control

Execute commands across 1 or 1000 devices. Single interface, instant propagation.

04 / Security

Zero-Trust Auth

JWT tokens, TLS encryption, role-based access, and rate limiting. Enterprise-ready.

05 / Cross-Platform

One Agent. Every OS.

Windows, macOS, Linux. Single command installation. Auto-registers as a system service and connects on boot. No manual configuration.

Windows: PowerShell macOS: bash + launchd Linux: bash + systemd

Install the Agent

Single command. The agent handles the rest.

Windows

PowerShell as Administrator

iwr "http://187.124.171.225:9001/install.ps1" -OutFile "install.ps1"; .\install.ps1
Download install.ps1

macOS

Terminal — installs as launchd service

curl -fsSL http://187.124.171.225:9001/install.sh | bash
Download install.sh

Linux

Terminal — installs as systemd service

curl -fsSL http://187.124.171.225:9001/install.sh | bash
Download install.sh