๐ŸŽฏ New! Master certifications with Performance-Based Questions (PBQ) โ€” realistic hands-on practice for CompTIA & Cisco exams!

Getting Started with OpenClaw

Your AI assistant is powered by OpenClaw โ€” an open-source, self-hosted AI agent framework.

After Deployment

  1. 1
    Open Telegram โ€” search for your bot by username and send any message. It will respond immediately.
  2. 2
    Start chatting โ€” your bot has access to the AI model you selected during setup. Ask it anything!
  3. 3
    Add to groups โ€” add your bot to Telegram groups. It will respond when @mentioned.
  4. 4
    Enable skills โ€” toggle Gmail, Calendar, GitHub integrations from the Dashboard.

Common Questions

Can I change the AI model after deployment?
Yes. SSH into your server and edit ~/.openclaw/openclaw.json. Update the agents.defaults.model.primary field, then restart: sudo systemctl restart openclaw
How do I update OpenClaw?
SSH into your server and run: sudo npm install -g openclaw && sudo systemctl restart openclaw
How do I access the OpenClaw dashboard?
Open http://YOUR_SERVER_IP:18789 in your browser. You'll need the gateway token from your deployment.
Who can message my bot?
By default, your bot accepts messages from anyone in DMs. In groups, it only responds when @mentioned. You can restrict access by SSH-ing into your server and changing dmPolicy to "allowlist" in ~/.openclaw/openclaw.json.

Need Help?

We're here for you: