Piramilan Suthesakumaran

Full-Stack & AI Engineer

Published March 29, 2026Updated March 29, 20261 min readBy Piramilan Suthesakumaran

How to Uninstall and Reinstall OpenClaw Without Losing Your Telegram Setup

Back up first, remove the Telegram channel cleanly, reinstall OpenClaw, then add the bot token back and verify pairing.

A reinstall should be controlled, not destructive. The safe order is backup, remove or disable the Telegram channel, uninstall, reinstall, then add the token back and verify the DM or group flow.

Quick answer

Create a backup, remove or disable Telegram cleanly, run the uninstaller, reinstall, then re-add the bot token and check the channel status before you start chatting again.

Command line steps

1. Create a restore point before you remove anything

This is the difference between a clean reinstall and a blind reset.

Command

BASH

$openclaw backup create
$openclaw channels list

2. Remove the Telegram channel before reinstalling

The CLI supports channel removal directly. If you only want a temporary shutdown, disable the channel instead of deleting it.

Command

BASH

$openclaw channels remove --channel telegram --delete
$# or disable it in config:
$openclaw config set channels.telegram.enabled false

3. Uninstall, reinstall, and add the Telegram token back

After the reinstall, attach the token again and verify the gateway plus channel path.

Command

BASH

$openclaw uninstall --all --yes --non-interactive
$curl -fsSL https://openclaw.ai/install.sh | bash
$openclaw channels add --channel telegram --token "$TELEGRAM_BOT_TOKEN"
$openclaw gateway restart
$openclaw channels status --probe

What to check if it still fails

  • If you want a full rollback path, keep the backup until the new install passes a live Telegram test.
  • If pairing codes or allowlists look stale after reinstall, rerun openclaw doctor --fix and then recheck the Telegram config.
  • If you only needed to refresh the gateway service, a full reinstall was probably overkill. Try openclaw gateway restart first next time.

Related articles

View all

Need help with setup or delivery?

I take on freelance and outsourcing work across AI consulting, website development, mobile apps, automation, and OpenClaw setup. If you want to discuss your project, email milan@findmilan.ca.

You can also review the services page or browse the full blog archive.