Devuan /
Openclaw
Install
$ curl -fsSL --proto '=https' --tlsv1.2 \ https://openclaw.ai/install.sh | bash -s -- --install-method git
Setup
Cowboys are retarded and want us to pay and get all our data,
as such it seems is not that easy to setup from openclaw ollama
will update as soon as I manage to have a running config.
I understand this is powerful and inherently risky. Continue? Yes
Onboarding mode QuickStart (Configure details later via openclaw
Model/auth provider vLLM
vLLM base URL http://192.168.1.4:11434/v1
Any since Ollama uses nothing and will just ignore it;
vLLM API key ollama
Control UI
http://192.168.1.4:18789/?token=YOUR_TOKEN
{
"gateway": {
"auth": {
"mode": "token",
"token": "d1e561aac8d523b60d6f62608fcdb8faaa545d9df2e22eca"
},
"bind": "lan",
"mode": "local",
"port": 18789,
"controlUi": {
"enabled": true,
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true
},
"trustedProxies": [
"192.168.1.2",
"127.0.0.1"
]
}
}
Proper Device Pairing (Recommended)
Keep security intact by pairing your browser as a device:
Access the UI from 192.168.1.2 with your token:
plain
Copy
http://192.168.1.4:18789/?token=YOUR_TOKEN
On the OpenClaw machine (192.168.1.4), check for pending devices:
bash
Copy
openclaw devices list
You should see something like:
plain
Copy
Pending:
- id: abc123def456
browser: Chrome/Firefox
requested: 2 minutes ago
Approve the device:
bash
Copy
openclaw devices approve abc123def456
Refresh your browser - you should now have access without the "device identity" error.
