Files
openclaw/docs/cli/onboard.md

27 lines
717 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw onboard` (interactive onboarding wizard)"
2026-01-15 06:12:54 +00:00
read_when:
- You want guided setup for gateway, workspace, auth, channels, and skills
---
2026-01-30 03:15:10 +01:00
# `openclaw onboard`
2026-01-15 06:12:54 +00:00
Interactive onboarding wizard (local or remote Gateway setup).
Related:
- Wizard guide: [Onboarding](/start/onboarding)
## Examples
```bash
2026-01-30 03:15:10 +01:00
openclaw onboard
openclaw onboard --flow quickstart
openclaw onboard --flow manual
openclaw onboard --mode remote --remote-url ws://gateway-host:18789
2026-01-15 06:12:54 +00:00
```
2026-01-22 23:07:40 +00:00
Flow notes:
- `quickstart`: minimal prompts, auto-generates a gateway token.
- `manual`: full prompts for port/bind/auth (alias of `advanced`).
2026-01-30 03:15:10 +01:00
- Fastest first chat: `openclaw dashboard` (Control UI, no channel setup).