#Update open-claw.org Instance – API Bundle Annual

1 messages Β· Page 1 of 1 (latest)

exotic acorn
#

Environment:
Deployment: open-claw.org API Bundle
OpenClaw version: 2026.2.13
URL: https://w35huz.open-claw.org/

Local computer: WSL2 Ubuntu
OpenClaw version: 2026.3.13
β€”
export OPENCLAW_GATEWAY_URL="wss://w35huz.open-claw.org/"
export OPENCLAW_GATEWAY_TOKEN="…your token…"
β€”
$ pnpm dlx openclaw@2026.2.13 update

Config was last written by a newer OpenClaw (2026.3.13); current version is 2026.2.13.
Updating OpenClaw...

Update Result: SKIPPED
Root: /home/onlee/.cache/pnpm/dlx/3d38b36f513a8215723b8abc7b764a7a06391080bf0204959e6129d9ef39adb9/19cee47da45-23f1/node_modules/.pnpm/openclaw@2026.2.13_@napi-rs+canvas@0.1.96_@types+express@5.0.6_hono@4.12.8_node-llama-cpp@3.15.1_signal-polyfill@0.2.2/node_modules/openclaw
Reason: not-git-install
Before: 2026.2.13

Total time: 253ms
Skipped: this OpenClaw install isn't a git checkout, and the package manager couldn't be detected. Update via your package manager, then run openclaw doctor and openclaw gateway restart.
Examples: npm i -g openclaw@latest or pnpm add -g openclaw@latest
β€”
If I do the following, it will update my local npm or pnpm on WSL2. How to update my open-claw.org remote instance
npm i -g openclaw@latest or pnpm add -g openclaw@latest

woven robinBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution