#Plugins disabled
2 messages ยท Page 1 of 1 (latest)
Yep:
openclaw config set commands.plugins true
openclaw gateway restart
If you're running from source, same thing with pnpm:
pnpm openclaw config set commands.plugins true
pnpm openclaw gateway restart
openclaw config set is the CLI way to avoid hand-editing openclaw.json.
Docs: