Getting Started
Get up and running with Tiller in just a few minutes. This guide will walk you through creating your account, adding cloud credentials, and deploying your first AI server.
1. Create an Account
Start by creating a free account. You'll need to verify your email address before you can create servers.
2. Add Hetzner Credentials
Tiller deploys servers to Hetzner Cloud. You'll need to create a Hetzner Cloud account and generate an API token:
- Go to Hetzner Cloud Console
- Create a project (or use an existing one)
- Navigate to Security → API Tokens
- Click Generate API Token
- Give it a name and select Read & Write permissions
- Copy the token immediately (you won't see it again)
Then, in Tiller:
- Go to Settings → Cloud Credentials
- Click Add Credential
- Select Hetzner as the provider
- Give it a name and paste your API token
- Click Save
3. Add SSH Keys (Optional)
If you want direct SSH access to your servers (for DIY OpenClaw), add your SSH public key:
- Go to Settings → SSH Keys
- Click Add SSH Key
- Paste your public key (usually found in
~/.ssh/id_ed25519.pubor~/.ssh/id_rsa.pub) - Give it a name and click Save
4. Create Your First Server
Now you're ready to deploy:
- From the Dashboard, click Create Server
- Choose a name for your server
- Select your cloud credential and region
- Choose a preset (Vanilla OpenClaw for DIY, or a managed persona)
- Enable Managed Server if you want us to handle API keys (requires subscription)
- Click Create Server
Provisioning takes 2-3 minutes. Once complete, your server will be assigned a unique subdomain and SSL certificate automatically.
5. Configure AI Models
For DIY servers, you'll need to add your own API keys:
- Go to your server's detail page
- In the AI Configuration section, click Configure
- Select your AI provider (Anthropic, OpenAI, or OpenRouter)
- Enter your API key
For managed servers, we handle this automatically.
Next Steps
- Learn more about DIY OpenClaw features
- Explore Managed Personas options
- Review Billing & Plans for subscription details