A fleet is a logical grouping of hosts that you manage together. You might create separate fleets for production, staging, and development environments.
Creating a Fleet
- Navigate to the Fleets page in the VordFleet dashboard.
- Click Create Fleet.
- Enter a name for your fleet (e.g., “Production Servers”).
- Optionally add a description.
- Click Create.
Your new fleet appears in the sidebar and is ready for hosts to join.
Adding Hosts to a Fleet
Each fleet has its own token. When you install the VordFleet agent on a host, use the fleet-specific token to assign it automatically:
curl -fsSL https://get.vordfleet.dev | sudo bash -s -- --token FLEET_TOKEN You can also move existing hosts between fleets from the host detail page.
Fleet Limits by Plan
| Plan | Max Fleets | Max Hosts per Fleet |
|---|---|---|
| Free | 1 | 3 |
| Pro | 10 | Unlimited |
| Team | Unlimited | Unlimited |