> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machine0.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Hosting

Install machine0

```bash theme={"theme":"css-variables"}
curl -LsSf https://machine0.io/install.sh | sh
```

Every VM gets a static IP and HTTPS at `<vm>.mac0.io`. 99.99% uptime across 4 regions.

```bash theme={"theme":"css-variables"}
machine0 new webserver --image ubuntu-24-04-loaded --size small

# Get the VM's IP and HTTPS endpoint
machine0 get webserver

# Open the authenticated HTTPS endpoint
open https://webserver.mac0.io
```
