🏗️ Atlas Emergency Recovery
Everything you need to get Atlas back up and running. Last updated: April 6, 2026
⚡ Fastest path: If Atlas is unreachable on Telegram, SSH into the VPS and run
openclaw gateway restart. That fixes 90% of issues in 30 seconds.
🖥️ VPS Access
SSH Command
ssh u4s@187.124.249.45
VPS IP187.124.249.45
SSH Useru4s
Hostinger Loginjohn.bunrs@gmail.com
Hostinger URLhostinger.com/cpanel
🔄 Scenario 1: Atlas not responding on Telegram
1
SSH into the VPS:
ssh u4s@187.124.249.452
Restart OpenClaw:
openclaw gateway restart3
Wait 15 seconds, then send "hello" to Atlas on Telegram
4
If still no response:
openclaw gateway stop && openclaw gateway start⚠️ Scenario 2: Cooper bots silent / emails not processing
Restart all Cooper services
pm2 resurrect
pm2 list
# If any service is offline:
pm2 restart cooper-telegram-multibot
pm2 restart cooper-email-poller
pm2 restart cooper-support-bot
pm2 save
🔑 Scenario 3: Cooper chat broken ("I'm having a moment")
Re-set Cloudflare env vars + redeploy
cd /data/.openclaw/workspace/scripts
python3 set_cf_env_vars.py
cd /data/.openclaw/workspace/atlas-agent-site
CLOUDFLARE_API_TOKEN="cfut_OVzINyK8IuxlAYKtmhJBz5QsQPZT5PpsNF76TxGjca504f1c" npx wrangler pages deploy . --project-name atlas-agent-site --branch main
Verify fix
curl -s https://meetcooper.ai/api/healthcheck
💾 Scenario 4: Atlas lost memory / fresh session
1
Atlas will read RECOVER.md automatically on startup — this has everything it needs
2
If memory is incomplete, say: "Read RECOVER.md and MEMORY.md"
3
Memory is also synced to Cloudflare KV — Atlas can pull it from there
4
Full memory backup in OneDrive: HSRE/Atlas-Memory/
🌐 Scenario 5: VPS completely down
1
Login to hostinger.com → VPS dashboard → Restart VPS
2
Wait 2 minutes for boot
3
SSH back in and run:
openclaw gateway start && pm2 resurrect4
Cooper web (meetcooper.ai) stays online — it's on Cloudflare, not the VPS
🔑 Key Credentials
Cloudflare API Tokencfut_OVzINyK8IuxlAYKtmhJBz5QsQPZT5PpsNF76TxGjca504f1c
Cloudflare Account ID101074ef1857ad52fc4026209cf8c3f1
MS Client ID3b97e84c-d76e-45d9-a1c1-1afa236c04b1
Cooper KV Namespace8a72789122e248d09c61093911f8aadf
Full credentials vault/data/.openclaw/workspace/credentials/accounts-vault.md
📞 Fallback Contact Methods
Primary: Telegram@Atlas bot (John ID: 8572736869)
Secondary: Webchathub.highside-re.com (atlas-ops-jb2026)
Emergency: SSHssh u4s@187.124.249.45