#Reinstallig clawdbot

1 messages ยท Page 1 of 1 (latest)

last ivyBOT
#

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

frail depotBOT
#

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:

  • ~/.clawdbot contains 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