Skip to content

Install OpenCrane

OpenCrane is plain Kubernetes. If you can run a Kubernetes cluster, you can run OpenCrane — there's no special cloud dependency. Pick the path that fits you:

PathBest forGuide
Local, VM or VPSTrying it out, a demo, or a small team on a single machineLocal, VM or VPS →
ClusterProduction, scale, high availabilityCluster deployment →

Both install the same way — the only difference is the size and shape of the Kubernetes underneath.

Connect the command-line tool

However you deploy, everything in these guides uses the oc CLI. Point it at your control plane:

bash
export OPENCRANE_URL=https://<your-domain>
export OPENCRANE_TOKEN=<your-access-token>

oc auth me        # confirms you're connected

Then

  1. Set up your domain — point DNS at OpenCrane and turn on HTTPS.
  2. Create your first assistant.
  3. Connect to OpenClaw.

Released under the AGPL-3.0-or-later License.