Connect Machines
Make any machine accessible through Cmdop.
Quick Connect
cmdop connectThis registers the current machine and starts the agent.
Named Connection
cmdop connect --name "production-server"With Tags
cmdop connect --tags "production,web,us-east"Connection Process
- Authentication - Verifies your credentials
- Registration - Registers machine with Cmdop servers
- Agent Start - Starts background daemon
- Tunnel Setup - Establishes secure connection
Machine Types
Personal Machines
Your own computers that you directly manage.
cmdop connectServers
Remote servers without GUI.
cmdop connect --headlessShared Machines
Machines shared with your team.
cmdop connect --workspace my-teamVerify Connection
cmdop agent statusExpected output:
Agent Status: Running
Machine ID: abc123
Connected: Yes
Uptime: 2h 34mConnection Troubleshooting
Firewall Issues
Cmdop uses outbound connections only. Ensure these are allowed:
wss://relay.cmdop.com:443https://api.cmdop.com:443
Behind Proxy
export HTTPS_PROXY=http://proxy.example.com:8080
cmdop connectConnection Drops
The agent automatically reconnects. Check logs:
cmdop agent logsDisconnect
Temporary disconnect:
cmdop disconnectRemove machine completely:
cmdop disconnect --remove