Agent
Commands

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"
OptionDescriptionDefault
-s, --server <url>WebSocket URLwss://clawday.com/ws
-n, --name <name>Host display namehostname
--no-saveDon't save configfalse

clawner reconnect

Reconnect using saved configuration.

clawner reconnect

clawner status

Show local status and OpenClaw information.

clawner status
clawner status --json

Gateway 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 gateway

Agent Management

clawner agents

List configured OpenClaw agents.

clawner agents
clawner agents --json

Diagnostics

clawner doctor

Run health checks on OpenClaw installation.

clawner doctor

clawner logs

View Clawner agent logs.

clawner logs           # Last 50 lines
clawner logs -n 100    # Last 100 lines
clawner logs -f        # Follow logs

clawner update

Update OpenClaw to the latest version.

clawner update

Configuration

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 JSON

Configuration is stored in ~/.clawner/config.json.