Fleet Setup & Pairing (CLI)

This guide walks through setting up a CiderStack fleet using the command line. The CLI is ideal for automation, headless Macs, and server-style environments.

Requirements

  • Apple Silicon Macs

  • CiderStack CLI installed

  • Network connectivity between nodes

  • Pro or Team license

Default Fleet port:

9473/TCP

Step 1: Start Fleet server on the worker

On the worker Mac:

cider fleet server start

This starts the Fleet RPC service.


Step 2: Generate a pairing code

On the worker:

cider fleet server code

Example output:

Pairing codes expire automatically.


Step 3: Pair from the manager

On the manager Mac:

Example:


Step 4: Verify nodes

Example:


Creating a VM on a worker

If no node is specified, CiderStack will auto-schedule.


Starting and stopping remote VMs


Remote command execution

Commands are proxied securely through the worker.

No inbound VM networking is required.


VM migration

Migration transfers:

  • Disk images

  • Auxiliary files

  • Snapshots

  • Metadata

Progress is displayed live.


Unpairing a node

This removes trust and disconnects the worker.


Stopping Fleet server

VMs continue running normally.


Summary

Action
Command

Start server

cider fleet server start

Pair

cider fleet pair <ip> <code>

List nodes

cider fleet nodes

Create VM

cider fleet create vm

Migrate

cider fleet migrate

Exec

cider fleet exec


What’s next

  • Fleet Orchestration

  • VM Migration

  • CLI Reference

  • CI/CD Runner Guide

Last updated

Was this helpful?