Documentation
Get from zero to remote session quickly
Practical guides for deploying the native agent and using the operations shell.
Guides
Install the agent
Windows EXE (install once), Linux binaries, and macOS builds. No Python on the endpoint.
OpenEnroll & heartbeat
Agents enroll against the runtime API, persist identity, and reconnect after reboot.
OpenRemote desktop & terminal
Select a device, choose a display, connect, and control with fit-to-page viewing.
OpenPlatform modules
Dashboard, devices, print, tickets, security, automation, and Bhudi AI overview.
OpenQuick start
Five steps
- 1
Create a workspace
Sign up or start a trial and sign in to the app shell.
- 2
Download an agent
From Agents, pick Windows, Linux, or macOS and download.
- 3
Install on the endpoint
Windows: run as Administrator → bhudi-agent.exe install -server <API URL>
- 4
Confirm online
Device appears online after the first heartbeat.
- 5
Remote in
Open Remote Access, select display, Connect.
# Windows (elevated) bhudi-agent.exe install -server https://bhudi-online-production.up.railway.app # Linux chmod +x bhudi-agent-linux-amd64 sudo ./bhudi-agent-linux-amd64 install -server https://bhudi-online-production.up.railway.app