Skip to content
Getting started

Quickstart

From signup to a bot replying to messages in about 90 seconds. This is the happy path — nothing fancy, no DevOps.

Before you start

You'll need two things:

  • A valid payment method (credit card via Stripe).
  • An API key from at least one LLM provider — OpenAI, Anthropic, Google, OpenRouter, or any of the 290+ providers OpenClaw supports. See the LLM providers guide.

You do not need to install anything, bring a domain, or configure TLS. Nacre handles all of that.

Step by step

  1. Create an account

    Head to /signup. Email + password or Google. Verification is instant.
  2. Pick a plan

    On the pricing page, choose Solo, Team, Agency, or Scale. Annual saves ~17%. You can change plans later with one click — upgrades resize your VM in place.
  3. Pick a region

    Singapore (SG), Ashburn US (US), or Falkenstein EU (EU). This is where your VM and its nightly backups live. You can't change regions after provisioning without a migration (contact support).
  4. Complete checkout

    Stripe handles payment. The webhook fires the moment your card clears.
  5. Watch the provisioner work

    You'll land on /app/deploying. Behind the scenes we call the Hetzner API to create a dedicated VM, set up a subdomain at user-<id>.nacre.sh, run cloud-init (Docker + Caddy + OpenClaw + agent), and wait for the first heartbeat. Target: under 90 seconds end-to-end.
  6. Drop in an LLM key

    Once the dashboard opens, head to the LLM settings and paste your provider key. That's the only thing standing between you and your first bot reply.
  7. Connect a channel

    Add Telegram, Discord, Slack, or WhatsApp credentials under the Channels page. Your bot goes live on that channel within seconds.

What you get by default

Dedicated VM
Single-tenant Hetzner Cloud instance, never shared
HTTPS subdomain
user-<id>.nacre.sh with Let's Encrypt auto-renewal
Web terminal
JWT-gated bash shell at /app/terminal
Nightly backups
Encrypted tarball of /data to Cloudflare R2 at 03:00 UTC
Agent heartbeat
CPU, RAM, disk, uptime reported every 30 seconds
Stuck on the deploying screen?
The deploying page polls every two seconds and usually redirects on its own. If you're still there after two minutes, refresh. If the page shows an error state, email support@nacre.sh — we'll check the event log and either retry or refund you.

Next up