Server Setup
AerolVM has two distinct single-host setup paths. Choose the local path when you want the fastest possible development loop on your own machine, or choose the single-node path when you want a Linux host that serves public sandbox traffic over your domain.
Choose Your Setup Path
Section titled “Choose Your Setup Path”Local Setup
Section titled “Local Setup”Run AerolVM directly on your Mac or Linux machine. The API listens on http://localhost:21212, there is no domain or TLS setup, and your SDK connects straight to the local daemon.
Single-Node Setup
Section titled “Single-Node Setup”Install AerolVM on one Linux host or VPS. This path configures Caddy, wildcard TLS via DNS-01, SSH access, and the production-facing networking needed for sandbox preview URLs.
Which One Should You Use?
Section titled “Which One Should You Use?”| If you need… | Use this page |
|---|---|
| The fastest local development loop on macOS or Linux | Local Setup |
| A public sandbox host with your own domain and TLS | Single-Node Setup |
| Multiple hosts with placement and owner failover | Cluster Setup |
Next Steps
Section titled “Next Steps”- SDK Setup to connect your client.
- Sandboxes to create and manage environments.
- Cluster Setup if you need more than one host.