Documentation

Get from zero to remote session quickly

Practical guides for deploying the native agent and using the operations shell.

Guides

Quick start

Five steps

  1. 1

    Create a workspace

    Sign up or start a trial and sign in to the app shell.

  2. 2

    Download an agent

    From Agents, pick Windows, Linux, or macOS and download.

  3. 3

    Install on the endpoint

    Windows: run as Administrator → bhudi-agent.exe install -server <API URL>

  4. 4

    Confirm online

    Device appears online after the first heartbeat.

  5. 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