Skip to Content
CabinetTeam Management

Team Management

TL;DR

Cmdop team management enables collaboration through shared fleets. Create fleets to share machines with team members, assign roles (Owner, Admin, Member, Viewer) with granular permissions, set per-machine access levels, track activity logs, and configure security policies like required 2FA and IP allowlists.

Share machines and collaborate with your team.

What are fleets?

Fleets are shared environments for teams.

How do I create a fleet?

  1. Click your name in sidebar
  2. Select “Create Fleet”
  3. Enter fleet name
  4. Invite members

How do I switch between fleets?

  1. Click current fleet name
  2. Select different fleet
  3. Or “Personal” for your own machines

How do I manage team members?

How do I invite members?

  1. Go to fleet settings
  2. Click “Members”
  3. Click “Invite”
  4. Enter email address
  5. Select role
  6. Send invitation

What team roles are available?

RolePermissions
OwnerFull access, billing, delete fleet
AdminManage members, machines, settings
MemberUse machines, execute commands
ViewerView only, no command execution

How do I remove a member?

  1. Go to Members
  2. Find member
  3. Click “Remove”
  4. Confirm removal

How do I share machines with my team?

How do I add a machine to a fleet?

  1. Connect machine with CLI:
# Connect a machine directly to a team fleet (the --workspace flag keeps its legacy name) cmdop connect --workspace my-team
  1. Or move existing machine:
    • Go to machine settings
    • Click “Move to Fleet”
    • Select fleet

What per-machine permissions can I set?

Set per-machine permissions:

  • Full Access - All operations
  • Execute Only - Commands, no file access
  • View Only - Status and metrics only

How do I view the team activity log?

Track team activity:

  1. Go to fleet settings
  2. Click “Activity”
  3. View all actions

Shows:

  • Who did what
  • When it happened
  • Which machine
  • Command executed

How does fleet billing work?

What do fleet plans include?

Fleet billing includes:

  • Number of members
  • Number of machines
  • API usage

How do I manage billing?

  1. Fleet settings
  2. Click “Billing”
  3. Update payment method
  4. View invoices

How do I configure fleet settings?

What general settings are available?

  • Fleet name
  • Description
  • Default permissions

What security settings can I configure?

  • Require 2FA for members
  • IP allowlist
  • Session timeout

What integrations are available?

  • Slack notifications
  • Webhook endpoints
  • SSO configuration
Last updated on