초기 설정
서버에 SSH로 접속:
ssh root@<SERVER_IP>
온보딩을 실행하고 데몬을 설치:
openclaw onboard --install-daemon
보안 원격 접속
로컬 머신에서 서버로 SSH 터널을 생성:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
그런 다음 브라우저를 열고 다음 주소로 이동: http://localhost:18789
실행하세요 openclaw dashboard 서버에서 실행하여 올바른 URL와 토큰을 확인하세요.
주요 파일 및 디렉터리
- 설정 디렉토리:
/root/.openclaw/ - 기본 설정 파일:
/root/.openclaw/openclaw.json - 작업 공간 디렉토리:
/root/.openclaw/workspace/
자주 쓰는 명령어
상태 및 상태
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
사용자 인터페이스:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
로그:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
게이트웨이 / 노드:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
구성:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
플러그인:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
메모리 & 세션:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
보안:
openclaw security audit # Run local config & security checks