Getting Started with axeiro
axeiro lets you deploy, manage, and scale virtual machines across multiple clouds — without mastering DevOps. This guide walks you through your first setup.
1. Create an Account
Sign up on axeiro.com. You’ll get free credits to test VM orchestration across AWS and DigitalOcean.
2. Connect a Cloud Provider
Go to Dashboard → Integrations and link your AWS or DigitalOcean API keys.
# Example (via CLI) axeiro connect aws --key <your-access-key> --secret <your-secret-key>
3. Launch a Virtual Machine
Once connected, click “Create VM”. Choose your preferred region, size, and OS. axeiro handles provisioning, security groups, and SSH access automatically.
Next → Deploy your first app