Follow this guide to install the rzcli agent and run your own secure remote terminals.
Choose your Operating System to install the rzcli utility client command-line agent.
# 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
Authenticate and start the agent on the target machine you want to access remotely.
# 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]
Connect to your active terminal agent session from any remote client machine.
# 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
You can also monitor and control your AI agents directly from your mobile smartphone.