Skip to Content

Quick Start

TL;DR

Install the Cmdop agent on your server and the CLI on your laptop β€” both with a single curl command. Authenticate via OAuth, then run cmdop terminal my-server to get full interactive terminal access. No port forwarding, no VPN, no firewall rules. Setup takes under 5 minutes.

How does Cmdop work?

What are the setup steps?

StepTimeWhat You Do
11 minInstall agent on server
21 minInstall CLI on your machine
330 secConnect and authenticate
430 secRun your first command

What do I need before starting?

  • A server (Linux, macOS, or Windows)
  • A client machine (laptop/desktop)
  • Internet connection on both

How do I install and connect?

On Your Server

# Install the Cmdop agent (macOS/Linux one-liner) curl -sSL cmdop.com/install.sh | bash # Authenticate with your Cmdop account via browser OAuth cmdop login # Start the agent β€” connects outbound to Control Plane cmdop connect

On Your Laptop

# Install the CLI (same binary, different usage) curl -sSL cmdop.com/install.sh | bash # Authenticate with same account cmdop login # Open an interactive terminal to your server cmdop terminal my-server # You're in! Run any command on the remote machine ls -la

What happens behind the scenes?

  1. Agent installed on server, connected outbound to Control Plane
  2. CLI installed on laptop, authenticated with your account
  3. Session created β€” persistent connection to your server
  4. Terminal attached β€” full PTY access, like SSH

How is Cmdop different from SSH?

SSHCMDOP
Need server IP and port 22Just cmdop terminal hostname
Port forwarding for NATWorks through any NAT
Connection = sessionSession persists after disconnect
One client at a timeMultiple clients simultaneously
Manual key managementOAuth authentication

Next Steps

Detailed agent installation for all platforms

CLI installation and configuration

Connect and explore session features

Write your first Python script with the SDK

Video Walkthrough

Coming soon: Watch a 2-minute demo of the complete setup.

Last updated on