🎉 Cmdop v1.0 is here! Download now →
Skip to Content
DocsInstallationCLI Installation

CLI Installation

The Cmdop CLI is the primary way to connect your machines.

Install

curl -sSL cmdop.com/install.sh | bash
iwr -useb cmdop.com/install.ps1 | iex

Verify Installation

cmdop --version

Login

Authenticate with your Cmdop account:

cmdop login

This opens a browser for OAuth authentication.

Connect Your Machine

Start the agent to make this machine accessible:

cmdop connect

Update

cmdop agent restart

The agent auto-updates in the background.

Uninstall

rm -rf ~/.cmdop rm /usr/local/bin/cmdop
Remove-Item -Recurse $env:APPDATA\cmdop Remove-Item $env:LOCALAPPDATA\cmdop\cmdop.exe

Next Steps


CLI Installation | Cmdop