Setup
Setup — Full setup reference and advanced options.
Goal: go from zero to a first working chat with minimal setup.
Fastest chat: open the Control UI (no channel setup needed). Run remoteclaw dashboard
and chat in the browser, or open http://127.0.0.1:18789/ on the
gateway host. Docs: Dashboard and Control UI. :::
Check your Node version with node --version if you are unsure.
Install RemoteClaw (recommended)
curl -fsSL https://remoteclaw.org/install.sh | bashpowershell iwr -useb https://remoteclaw.org/install.ps1 | iex
Other install methods and requirements: Install.
Run the onboarding wizard
remoteclaw onboard --install-daemonThe wizard configures auth, gateway settings, and optional channels. See Setup for details.
Check the Gateway
If you installed the service, it should already be running:
remoteclaw gateway statusOpen the Control UI
remoteclaw dashboardSuccess
If the Control UI loads, your Gateway is ready for use.
Useful for quick tests or troubleshooting.
remoteclaw gateway --port 18789Requires a configured channel.
remoteclaw message send --target +15555550123 --message "Hello from RemoteClaw"If you run RemoteClaw as a service account or want custom config/state locations:
REMOTECLAW_HOME sets the home directory used for internal path resolution.REMOTECLAW_STATE_DIR overrides the state directory.REMOTECLAW_CONFIG_PATH overrides the config file path.Full environment variable reference: Environment vars.
Setup
Setup — Full setup reference and advanced options.
Configuration
Configuration — Gateway configuration reference.