VSAY Shell CLI

    Terminal Access from Your Command Line

    A single static binary with no dependencies. Install once, connect to any of your registered machines from any terminal.

    Single binary
    No dependencies
    Linux · macOS · Windows
    WebSocket tunneling
    Step 1

    Install & Authenticate

    Linux / macOS

    curl -sSL https://get.webxterm.me/cli | sh

    Windows (PowerShell)

    iwr https://get.webxterm.me/cli.ps1 | iex
    bash — install & login
    Step 2

    List & Connect

    Quick connect

    vsay-shell-cli connect <machine-name>
    bash — list & connect
    Reference

    All Commands

    vsay-shell-cli login <URL>

    Authenticate with your WebXTerm backend. Prompts for email and password. Stores credentials in ~/.vsay-shell-cli/config.json.

    vsay-shell-cli login https://console.webxterm.me
    vsay-shell-cli list

    List all registered machines with their name, online/offline status, OS, and CPU architecture.

    vsay-shell-cli ls
    vsay-shell-cli connect <name>

    Open an interactive PTY terminal session to the named machine over WebSocket tunneling. Full color and Unicode support.

    vsay-shell-cli connect prod-server-01
    vsay-shell-cli delete <name>

    Remove a machine entry from your account. The agent on the machine is not uninstalled — only the registration is deleted.

    vsay-shell-cli delete staging-k8s
    vsay-shell-cli status

    Show current authentication status — logged-in user, backend URL, and credential validity.

    vsay-shell-cli status
    vsay-shell-cli logout

    Clear all saved credentials from the local config file. You'll need to run login again to reconnect.

    vsay-shell-cli logout
    vsay-shell-cli version

    Print the installed CLI version. Use this to check if you're running the latest release.

    vsay-shell-cli version
    Platforms

    Runs Everywhere

    Linux

    amd64 · arm64

    macOS

    Intel · Apple Silicon

    Windows

    amd64

    Download

    Start Using the CLI Now

    One command to install. One command to connect. No configuration files, no SSH keys to manage.

    curl -sSL https://get.webxterm.me/cli | sh