오픈클로

실제로 일을 처리하는 개인 AI 비서, 일명 몰트봇 또는 클로드봇.

초기 설정

서버에 SSH로 접속하세요:

ssh root@<SERVER_IP>

Run onboarding and install the daemon:

openclaw onboard --install-daemon

Secure Remote Access

From your local machine, create an SSH tunnel to the server:

ssh -L 18789:localhost:18789 root@<SERVER_IP>

Then open your browser and go to: http://localhost:18789

Run openclaw dashboard on the server to get the correct URL and token.

중요한 파일 및 디렉터리

  • 구성 디렉터리: /root/.openclaw/
  • 주 구성 파일: /root/.openclaw/openclaw.json
  • Workspace directory: /root/.openclaw/workspace/

Most Useful Commands

Status & Health:

openclaw status                # Show channel health and recent session recipients
openclaw health                # Fetch gateway health
openclaw doctor                # Health checks + quick fixes

User Interfaces:

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

Gateway / Node:

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

Memory & Sessions:

openclaw memory summary        # Summarize memory usage
openclaw sessions list         # List stored conversation sessions

Security:

openclaw security audit        # Run local config & security checks

신청 세부사항