Self-hosted personal AI assistant gateway. 설치와 기본 CLI 명령 위주로 정리.
curl -fsSL https://openclaw.ai/install.sh | bash
iwr -useb https://openclaw.ai/install.ps1 | iex
npm install -g openclaw@latest
openclaw setup : 기본 config/workspace 생성openclaw onboard : 전체 guided onboardingopenclaw onboard –install-daemon : onboarding + gateway service 설치openclaw dashboard : Control UI 열기openclaw gateway status : gateway 상태 확인openclaw gateway start, openclaw gateway stop, openclaw gateway restartopenclaw doctor : health check / guided repairopenclaw channels add : channel 계정 추가openclaw config SUBCOMMAND : 설정 조회/수정openclaw update : source install 기준 업데이트openclaw –profile NAME : profile별 상태 분리openclaw –dev : ~/.openclaw-dev 아래로 격리 실행curl -fsSL https://openclaw.ai/install.sh | bash openclaw onboard --install-daemon openclaw gateway status openclaw dashboard
npm install -g openclaw@latest openclaw onboard --install-daemon
openclaw gateway status openclaw gateway start openclaw gateway stop openclaw gateway restart
openclaw channels add
openclaw --profile work onboard openclaw --profile work dashboard
~/.openclaw/openclaw.jsonhttp://127.0.0.1:18789/OPENCLAW_HOME, OPENCLAW_STATE_DIR, OPENCLAW_CONFIG_PATH22.19+ 이상에서 호환