Files
clawdbot/docs/cli/service.md
2026-01-18 15:33:22 +00:00

1.4 KiB

summary, read_when
summary read_when
CLI reference for `clawdbot service` (manage gateway + node services)
You want to manage Gateway or node services cross-platform
You want a single surface for start/stop/install/uninstall

clawdbot service

Manage the Gateway service and node host services.

Related:

  • Gateway daemon (legacy alias): Daemon
  • Node host: Node

Gateway service

clawdbot service gateway status
clawdbot service gateway install --port 18789
clawdbot service gateway start
clawdbot service gateway stop
clawdbot service gateway restart
clawdbot service gateway uninstall

Notes:

  • service gateway status supports --json and --deep for system checks.
  • service gateway install supports --runtime node|bun and --token.

Node host service

clawdbot service node status
clawdbot service node install --host <gateway-host> --port 18790
clawdbot service node start
clawdbot service node stop
clawdbot service node restart
clawdbot service node uninstall

Notes:

  • service node install supports --runtime node|bun, --node-id, --display-name, and TLS options (--tls, --tls-fingerprint).

Aliases

  • clawdbot daemon …clawdbot service gateway …
  • clawdbot node service …clawdbot service node …
  • clawdbot node statusclawdbot service node status
  • clawdbot node daemon …clawdbot service node … (legacy)