daemon
remoteclaw daemon
Legacy alias for Gateway service management commands.
remoteclaw daemon ... maps to the same service control surface as remoteclaw gateway ... service commands.
Usage
remoteclaw daemon statusremoteclaw daemon installremoteclaw daemon startremoteclaw daemon stopremoteclaw daemon restartremoteclaw daemon uninstallSubcommands
status: show service install state and probe Gateway healthinstall: install service (launchd/systemd/schtasks)uninstall: remove servicestart: start servicestop: stop servicerestart: restart service
Common options
status:--url,--token,--password,--timeout,--no-probe,--require-rpc,--deep,--jsoninstall:--port,--runtime <node|bun>,--token,--force,--json- lifecycle (
uninstall|start|stop|restart):--json
Notes:
statusresolves configured auth SecretRefs for probe auth when possible.- If a required auth SecretRef is unresolved in this command path,
daemon status --jsonreportsrpc.authWarningwhen probe connectivity/auth fails; pass--token/--passwordexplicitly or resolve the secret source first. - If the probe succeeds, unresolved auth-ref warnings are suppressed to avoid false positives.
- On Linux systemd installs,
statustoken-drift checks include bothEnvironment=andEnvironmentFile=unit sources. - When token auth requires a token and
gateway.auth.tokenis SecretRef-managed,installvalidates that the SecretRef is resolvable but does not persist the resolved token into service environment metadata. - If token auth requires a token and the configured token SecretRef is unresolved, install fails closed.
- If both
gateway.auth.tokenandgateway.auth.passwordare configured andgateway.auth.modeis unset, install is blocked until mode is set explicitly.
Prefer
Use remoteclaw gateway for current docs and examples.