I updated to 2025.5.12 and rebooted my raspberry pi. When I run sudo -u openclaw -H openclaw dashboard I I get:
momo@peach:~ $ sudo -u openclaw -H openclaw dashboard
Config warnings:
- plugins.entries.memory-lancedb: plugin not installed: memory-lancedb โ install the official external plugin with: openclaw plugins install @openclaw/memory-lancedb
๐ฆ OpenClaw 2026.5.12 (f066dd2)
Finally, a use for that always-on Mac Mini under your desk.
โ
โ Config warnings โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ - plugins.entries.memory-lancedb: plugin not installed: memory-lancedb โ install โ
โ the official external plugin with: openclaw plugins install โ
โ @openclaw/memory-lancedb โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Dashboard URL: http://127.0.0.1:18789/
Token auto-auth included in browser/clipboard URL.
Copy to clipboard unavailable.
No GUI detected. Open from your computer:
ssh -N -L 18789:127.0.0.1:18789 openclaw@<host>
Then open:
http://localhost:18789/
Docs:
https://docs.openclaw.ai/gateway/remote
https://docs.openclaw.ai/web/control-ui
Token auto-auth not delivered. Append your gateway token (from OPENCLAW_GATEWAY_TOKEN or gateway.auth.token) as a URL fragment with key token to authenticate.
I've made the SSH connection on my desktop:
C:\Users\Lukas>ssh -i "C:\Users\Lukas\Dropbox\Code\KEYS\raspberrypi-openssh" -N -L 18789:127.0.0.1:18789 momo@192.168.178.41
channel 2: open failed: connect failed: Connection refused
And I'm on the same network. this all used to work before, but now in my browser 127.0.0.1:18789 gives me "This site canโt be reached
The connection was reset."