Skip to Content

Machine Management

TL;DR

Cmdop machine management lets you view and control all connected machines from the web dashboard. You can monitor real-time status and metrics (CPU, memory, disk), organize machines with tags, perform bulk operations, and connect new machines with a single install command.

View and manage all your connected machines.

What does the machine list show?

The machines page shows:

  • Machine name
  • Status (online/offline)
  • Operating system
  • Last seen time
  • Quick actions

How do I filter machines?

Filter machines by:

  • Status (online, offline, all)
  • Tags
  • Operating system
  • Search by name

How do I sort machines?

  • Name (A-Z, Z-A)
  • Status
  • Last seen
  • Created date

What machine details are available?

Click a machine to view:

What system overview information is shown?

  • System information
  • Connection status
  • Uptime
  • Agent version

What real-time metrics are available?

Real-time metrics:

  • CPU usage
  • Memory usage
  • Disk usage
  • Network activity

What quick actions can I perform?

Quick actions:

  • Open terminal
  • Open file manager
  • Execute command
  • View logs

How do I configure machine settings?

How do I rename a machine?

  1. Click machine
  2. Click β€œSettings”
  3. Update name
  4. Save

How do I organize machines with tags?

Organize with tags:

  • Add tags for grouping
  • Filter by tags
  • Bulk operations on tagged machines

How do I delete a machine?

Remove a machine:

  1. Click machine settings
  2. Click β€œDelete”
  3. Confirm deletion

This removes the machine from your account but doesn’t uninstall the agent.

How do I connect a new machine?

  1. Click β€œAdd Machine”
  2. Copy the install command
  3. Run on your machine:
# Install the Cmdop agent and connect to your account curl -sSL cmdop.com/install.sh | bash cmdop login cmdop connect

What bulk operations are available?

Select multiple machines for:

  • Execute command on all
  • Update tags
  • Export machine list
  • Delete machines
Last updated on