21 lines
516 B
Markdown
Raw Normal View History

# openclaw gateway
> OpenClaw 게이트웨이 서버(컨트롤 플레인)를 시작하는 명령어.
> 더 많은 정보: <https://docs.openclaw.ai/cli/gateway>.
- 기본 포트(18789)로 게이트웨이 시작:
`openclaw gateway --allow-unconfigured`
- 특정 포트로 게이트웨이 시작:
`openclaw gateway --allow-unconfigured --port {{18789}}`
- 상세 로그와 함께 게이트웨이 시작:
`openclaw gateway --allow-unconfigured --verbose`
- 도움말 표시:
`openclaw gateway {{[-h|--help]}}`