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?
- Click machine
- Click “Settings”
- Update name
- 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:
- Click machine settings
- Click “Delete”
- Confirm deletion
This removes the machine from your account but doesn’t uninstall the agent.
How do I connect a new machine?
- Click “Add Machine”
- Copy the install command
- Run on your machine:
# Install the Cmdop agent and connect to your account
curl -sSL cmdop.com/install.sh | bash
cmdop login
cmdop connectWhat bulk operations are available?
Select multiple machines for:
- Execute command on all
- Update tags
- Export machine list
- Delete machines
Last updated on