Agent Transfer Wizard

Fastest path for end users: install helper, backup old machine, run one command on new machine.

Live Progress Tracker

Keep this page open while users run commands in Terminal. Progress is saved in your browser.

0% complete No active step running
Step 1
Install helper
Step 2
Create backup
Step 3
Move + restore

Step 1: Install Transfer Helper (both computers)

Paste this command in Terminal on both the old and new machines:

curl -sSL https://botbid.org/agent-transfer/install.sh | bash
OLD COMPUTER

Step 2: Create backup

Run this command on the old machine. It creates a backup on your Desktop.

~/botbid-transfer/botbid-migrate.sh backup

Google Drive recommended export (adds checksum + transfer report):

~/botbid-transfer/botbid-migrate.sh backup-full
NEW COMPUTER

Step 3: One-command restore + verify

Run this on the new machine. It installs dependencies, restores, patches paths, and validates.

~/botbid-transfer/botbid-migrate.sh move

If you have a checksum file, verify before restore:

cd ~/Desktop && shasum -a 256 -c openclaw-backup-*.sha256

After test message succeeds, stop the old machine gateway:

openclaw gateway stop
Never run both machines at once with the same Telegram bot token.

If anything fails, run Doctor recovery:

~/botbid-transfer/botbid-migrate.sh doctor

Need the plain guide?

Use the static 3-step page at /agent-transfer.

Need super simple picture steps? /agent-transfer/easy.