#Reinstallig clawdbot
1 messages ยท Page 1 of 1 (latest)
Yes, you can completely reinstall Clawdbot! Here's how:
Option 1: Quick reinstall (keeps config)
# Stop the gateway
clawdbot gateway stop
# Reinstall the CLI
pnpm uninstall -g clawdbot
pnpm install -g clawdbot
# Restart
clawdbot gateway start
Option 2: Clean reinstall (deletes everything)
# Stop and remove
clawdbot gateway stop
rm -rf ~/.clawdbot
# Reinstall
pnpm uninstall -g clawdbot
pnpm install -g clawdbot
# Reconfigure from scratch
clawdbot configure
Important:
~/.clawdbotcontains your config, data, and sessions- Back up anything you want to keep before deleting
- You'll need to re-link your messaging services (WhatsApp, Discord, etc.) after reinstalling