Skip to content

Runtime & Hosting Manual

This manual explains how NextClaw can stay available. Use it to choose between foreground runtime, background runtime, autostart, remote access, and Docker.

Runtime options

OptionBest for
nextclaw startDaily local use with a background service
nextclaw serveForeground debugging and log observation
AutostartRecovering after login or reboot
DockerServer or container deployment
Remote accessOpening this instance from another device
  • trying it first: nextclaw start
  • using it daily: background runtime plus autostart
  • accessing it from phone or another device: remote access
  • hosting it on a server: Docker or a system-level service

Important boundary

npm i -g nextclaw does not register autostart.
Installing the CLI and installing a host-managed service are separate actions.

Released under the MIT License.