Allbase OC is a simple, safer wrapper for running OpenClaw in Docker.
Goal: make OpenClaw easy to install for minimally technical users while keeping host exposure limited to a dedicated workspace and container state.
- Docker Desktop (or Docker Engine + Compose)
- Python 3
- macOS/Linux shell (
bash)
curl -fsSL https://raw.githubusercontent.com/convalytics/allbase-oc/main/install.sh | bash -s -- --source https://github.com/convalytics/allbase-oc.gitThen run:
allbase setupallbase setup performs the normal first-run flow:
- initialize runtime paths
- start Docker services
- run OpenClaw onboarding
- restart gateway
- verify health/status
allbase up
allbase down
allbase status
allbase openclaw status --deep
allbase openclaw logs --followallbase openclaw pairing list
allbase openclaw pairing approve telegram <code>- Keep the dashboard bound to localhost.
- Do not commit secrets or API keys.
- Store work in
~/allbase-workspaceonly. - Rotate tokens immediately if exposed.
Re-run the installer from the latest repo state, then restart:
curl -fsSL https://raw.githubusercontent.com/convalytics/allbase-oc/main/install.sh | bash -s -- --source https://github.com/convalytics/allbase-oc.git
allbase down && allbase upIf setup fails at final health check, run:
allbase status
allbase openclaw logs --followThen retry:
allbase setup --status-retries 15 --status-retry-delay 2