I think I’m stuck with enabling bash commands in OpenClaw.
My setup:
• Windows Server VM
• WSL installed
• OpenClaw gateway running
• Dashboard works
• Agent can read files (ls works in normal chat)
Problem:
When I try to run !bash ls in the dashboard I always get:
⚠️ bash is disabled. Set commands.bash=true to enable.
What I already tried:
• openclaw config set commands.bash true
• openclaw config set tools.elevated.enabled true
• openclaw config set tools.elevated.allowFrom.webchat ["127.0.0.1"]
• restarted the gateway
But the message still appears.
Am I editing the wrong config file or does this need to be enabled in ~/.openclaw/openclaw.json manually?
Any idea what I’m missing?