Skip to content
English
  • There are no suggestions because the search field is empty.

Clawdbot (OpenClaw) Quick Start Guide

Getting started with Clawdbot from is*hosting: a step-by-step setup guide.

What is Clawdbot from is*hosting?

is*hosting offers Clawdbot as a pre-installed, ready-to-use AI assistant solution that lets you chat, draft, research, and automate tasks on dedicated infrastructure without the need for complex setup, model deployment, or DevOps work.

Clawdbot is like your own private, self-hosted alternative to public AI chat services, but it runs on hosting you control, with predictable performance, transparent pricing, and your data stored within the is*hosting environment. With is*hosting, Clawdbot comes pre-installed and configured, so you can skip the technical setup and get started in minutes.

Key Benefits of Clawdbot from is*hosting

  • Ready-to-use environment: no manual installation, model uploads, or dependency configuration required.
  • Full control over your assistant, conversations, and data. Your chats remain within the is*hosting environment, not on third-party SaaS platforms.
  • Flexible Access: use Clawdbot via the web interface, mobile chat panel, or API for your own apps and automations.
  • Managed Updates: model updates, security patches, and dependencies are handled automatically, with no maintenance required.
  • Predictable Performance: hardware optimized for AI workloads ensures consistent response times even under heavy use.
  • Transparent pricing: a single is*hosting plan includes computing resources, storage, and the assistant itself, without separate tokens from different providers.

Requirements for Running Clawdbot on is*hosting:

A Linux VPS server (Ubuntu recommended).

  • Minimum resources:
    • 2 CPUs
    • 2–4 GB of RAM
    • 20+ GB of SSD/NVMe
  • Docker or Node.js environment
  • Stable internet connection for AI APIs and messaging platforms
  • SSH access for configuration and management
  • API keys (OpenAI, Claude, etc.) if using external AI models

For browser automation, multiple agents, or more resource-intensive workflows, 4+ GB of RAM is recommended.

Launching and Initial Configuration of Clawdbot from is*hosting

When ordering a VPS from is*hosting (e.g., Medium - Linux SSD), select OpenClaw Ubuntu 24 in the configuration tool.

This eliminates the need to manually install or configure any AI components.

Запись 2026-06-17 173909

Launching OpenClaw Ubuntu 24

To open the command line, follow the steps:

  1. Press the keyboard shortcut "Win + R" (Windows), "Ctrl + Alt + T" (Linux), or press the terminal button on your device (macOS).
  2. In the window that appears, type "cmd" and click OK.
    cmd
  3.  Connect to your server via SSH: 
     ssh root@your_server_ip 

     

  4.  When you log in, all the information necessary to launch is displayed in the welcome message (MOTD) – this is the OpenClaw Gateway block, which includes the gateway token, the OpenClaw control panel address, and a ready-made command to create an SSH tunnel. 
    cmd_gateaway

Configuring OpenClaw

There are two ways to configure OpenClaw: via the web interface (control panel) or directly from the console.

Option 1. Web Interface (Control Panel)

The control panel runs locally on the server at http://xxx.x.x.x:xxxxx and is accessed via an SSH tunnel. To access it, follow these steps:

  1.  On your local computer, create an SSH tunnel in the terminal (the command is also shown in the MOTD): 
    ssh -L your_server_ip [email protected] -N

     

  2.  Copy the Gateway token displayed in the welcome message (MOTD). → Follow the link http://xxx.x.x.x:xxxxx, which is also displayed in the welcome message (MOTD) when logging into the server: 
    gateway token
  3.  Enter the Gateway token to log into the Openclaw control panel → click Connect
    openclaw_gateway_connect
  4.  Start chatting with an OpenClaw agent in the control panel chat. 
    openclaw_chat

Option 2. Configuring OpenClaw from the PuTTY console

  1. If you don't need the web interface, simply run the command and configure it directly in PuTTY, a program for remote access to computers and servers:
     openclaw configure

     

  2.  Start by configuring the provider model through which you'll configure interaction with the AI. 
    model1
  3.  Select a provider model, such as OpenRouter. 
    openrouter1
  4. Open OpenRouter in your browser and sign up.
  5. Go to the Profile tab of your OpenRouter account.
    openrouter ai 2
  6.  Create a new API key. To do this, click + New Key in the API Keys tab. 
    openrouter ai 3
  7.  In the window that opens, enter the name and expiration date for the API key → click Create
    openrouter ai 4
  8.  Copy the generated API key. 
    openrouter api key 5
  9.  Paste the OpenRouter API key into the command line. 
    openrouter ENTER api key 6
  10.  Select the download model
    openrouter model 7
  11.  Select Channels to configure: 
    openrouter model 8
  12.  Select a Telegram channel
    openrouter model 9
  13.  When you select a Telegram channel, the terminal immediately displays instructions on how to obtain a token using a Telegram bot. 
    openrouter model 11
  14.  Open your Telegram channel → open BotFather → click Create a New Bot
    create tg bot 12
  15.  Create a bot. 
    create tg bot 13
  16.  Copy the unique authentication token assigned to each bot upon creation. 
    create tg bot 14
  17.  Enter the Telegram bot token into the command line. 
    create tg bot 15
  18. When selecting a channel, select Finished
    create tg bot 16
  19. Agree to configure DM access policies. 
    create tg bot 17
  20. Select a list of allowed Telegram accounts or users. 
    allowlist
  21. Find and copy your chatbot ID to search for user information in Telegram. 
    create tg bot 19
  22. Enter the ID in the terminal and select Done
    create tg bot 20
  23. Find the openclaw_bot you created via FatherBot in Telegram. 
    create tg bot 21-1
  24. Go to the bot you created (openclaw_bot) in Telegram and start chatting with it. 
    tg_start

After the bot responds in the chat, the system is ready to use. The rest are optional settings.

If you have any questions, you can ask them in the online chat in the lower-right corner of the site or create a request to the support service through the ticket system.