Documentation

How to Use RzDesk.AI

Follow this guide to install the rzcli agent and run your own secure remote terminals.

1

Install rzcli

Choose your Operating System to install the rzcli utility client command-line agent.

Terminal - Installation
# Download and install rzcli on Linux
curl -fsSL https://rzdesk.com/rel/rzcli-install.sh | bash
# Download and install rzcli on macOS
/bin/bash -c "$(curl -fsSL https://rzdesk.com/rel/rzcli-install.sh)"
# Download and install rzcli on Windows (PowerShell)
Invoke-WebRequest -Uri "https://rzdesk.com/rel/rzcli-install.ps1" -OutFile "C:\Temp\rzcli-install.ps1"; C:\Temp\rzcli-install.ps1
2

Run rzcli as Agent

Authenticate and start the agent on the target machine you want to access remotely.

Terminal - Run Agent
# 1. Login with your RzDesk credentials
rzcli login
  username : myuser
  password : ****

# 2. Start the remote terminal agent session
rzcli agent run . -t my_agent

# Output returns your Session ID
sesID: [sessionID]
3

Run rzcli as Remote Client

Connect to your active terminal agent session from any remote client machine.

Terminal - Remote Control
# 1. Log in to the remote machine
rzcli login
  username : myuser
  password : ****

# 2. Establish connection to agent using the sessionID
rzcli rcmd -session [sessionID] -i
4

Access via Mobile App

You can also monitor and control your AI agents directly from your mobile smartphone.