초기 설정
서버에 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