Quick Start
Deploy your first Mac Mini server in under a minute.
Navigation
Deploy Your First Server
Get a bare-metal Mac Mini running in under a minute. You can use the web dashboard, CLI, API, or Terraform.
Option 1: Web Dashboard
Sign in at app.macyou.co, click “New Server”, choose your configuration, and hit Deploy. Your server will be ready in under a minute.
Option 2: CLI
# Install the CLI
brew install macyou/tap/macyou
# Authenticate
macyou auth login
# Deploy a server
macyou deploy --chip m4-pro --ram 48 --storage 1024 --stack ollama
# SSH in
macyou ssh my-serverOption 3: API
curl -X POST https://api.macyou.co/v1/servers \
-H "Authorization: Bearer $MACYOU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"chip": "m4-pro",
"ram": 48,
"storage": 1024,
"stack": "ollama",
"billing": "monthly"
}'What's Included
Every server comes with:
- Full root SSH access
- VNC remote desktop
- macOS Sequoia 15.4 pre-installed
- Basic firewall configured
- Automated daily backups