#the command to reopen my ai using cmd + vps kali

1 messages Β· Page 1 of 1 (latest)

rugged igloo
#

Can anyone help me im new:

just hosted a vps, kali os for open claw + ai brain ( watched a step by step video ) long story short i had it operational yesterday. Ive closed my pc ( windows ) so my cmd prompt was closed, ive changed my token on telegram as thats where i was chatting to it and now needa configure it into the ai via cmd.

Does anyone know the command to reopen the ai once i open the kali os ?

dim snowBOT
#

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

fickle laurelBOT
#

SSH into the VPS first, then run:

openclaw --version
openclaw status
openclaw gateway status

If it’s just stopped, restart it:

openclaw gateway restart

If you were previously running it in the foreground from your Windows CMD, start it again with:

#
openclaw gateway

For the new Telegram bot token, don’t paste it here. On the VPS, set it in config, then restart:

openclaw config set channels.telegram.botToken "YOUR_NEW_BOT_TOKEN"
openclaw gateway restart

On a VPS, you probably want it to keep running after you close your PC/SSH session:

openclaw gateway install
systemctl --user enable --now openclaw-gateway.service