Managing Virtual Machines
Learn how to manage your VM instances, snapshots, scaling, and maintenance using axeiro.
1. View & Access VMs
Go to Dashboard → VMs to view all your instances. Click an instance to see details or access via SSH.
2. Snapshots & Backups
Take snapshots to save the current state of a VM. Useful for rolling back changes.
# Example: create snapshot axeiro snapshot create --vm <vm-id> --name "pre-update-backup"
3. Scaling Instances
Increase CPU, RAM, or disk space via the Dashboard. axeiro handles resizing without downtime in most cases.
Next → Security