#Plugins disabled

2 messages ยท Page 1 of 1 (latest)

potent sandal
#

โš ๏ธ /plugins is disabled. Set commands.plugins=true to enable.

Version: 2026.4.11
Was there a command in the cli to fix this without having to go edit config files?

strong isleBOT
#

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: