Agent Commands
Complete reference for the Clawner CLI.
Connection
clawner join <code>
Connect to a Clawner dashboard with an invite code.
clawner join ABC123XY -s wss://dashboard.example.com/ws -n "Production Server"| Option | Description | Default |
|---|---|---|
-s, --server <url> | WebSocket URL | wss://clawday.com/ws |
-n, --name <name> | Host display name | hostname |
--no-save | Don't save config | false |
clawner reconnect
Reconnect using saved configuration.
clawner reconnectclawner status
Show local status and OpenClaw information.
clawner status
clawner status --jsonGateway Control
clawner gateway <action>
Control the OpenClaw gateway.
clawner gateway status # Check gateway status
clawner gateway start # Start the gateway
clawner gateway stop # Stop the gateway
clawner gateway restart # Restart the gatewayAgent Management
clawner agents
List configured OpenClaw agents.
clawner agents
clawner agents --jsonDiagnostics
clawner doctor
Run health checks on OpenClaw installation.
clawner doctorclawner logs
View Clawner agent logs.
clawner logs # Last 50 lines
clawner logs -n 100 # Last 100 lines
clawner logs -f # Follow logsclawner update
Update OpenClaw to the latest version.
clawner updateConfiguration
clawner config
View or edit configuration.
clawner config # Show current config
clawner config --server <url> # Set server URL
clawner config --name <name> # Set host name
clawner config --clear # Clear all config
clawner config --json # Output as JSONConfiguration is stored in ~/.clawner/config.json.