Cara Setup Openclaw AI Agent Di PC/Laptop/VPS

3 min read 3 hours ago
Published on Mar 19, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial provides a step-by-step guide on setting up the Openclaw AI Agent on your PC, laptop, Raspberry Pi, or VPS. You will learn how to integrate the Openclaw AI with a Telegram bot, enabling you to control your system remotely. This setup is designed for beginners and covers the essential steps to get the Openclaw AI Agent running for free.

Step 1: Download Openclaw

  • Visit the Openclaw official website: openclaw.ai
  • Download the latest version of the Openclaw software.
  • Save the installer to a location on your PC where you can easily find it.

Step 2: Register for OpenRouter

  • Go to the OpenRouter website: openrouter.ai
  • Complete the registration process to obtain the necessary access for using the AI models.

Step 3: Choose Your AI Model

  • Select a model that fits your needs. Recommended models include:
    • STEP-3.5-FLASH:FREE 196B (efficient token usage)
    • nvidia/nemotron-3-super-120b-a12b:free (moderate token usage)
    • trinity-large-preview:free (higher token usage)
  • Ensure that you understand the token limits for the free tier, which is 20 requests per minute.

Step 4: Install WSL (Windows Subsystem for Linux)

  • Open PowerShell as an Administrator.
  • Execute the command to enable WSL:
    wsl --install
    
  • Follow the prompts to complete the installation and restart your PC if necessary.

Step 5: Install Docker

  • Download Docker Desktop from the official Docker website.
  • Run the installer and follow the setup wizard to complete the installation.
  • Ensure Docker is running properly by opening Docker Desktop after installation.

Step 6: Set Up Openclaw

  • Open your terminal (or WSL if you're using Windows).
  • Navigate to the directory where you downloaded Openclaw.
  • Run the following command to start the Openclaw agent:
    docker run -d -p 8080:8080 openclaw/openclaw
    
  • This command will pull the Openclaw image and run it in a Docker container.

Step 7: Integrate with Telegram Bot

  • Create a Telegram bot by talking to the BotFather on Telegram.
  • Note down the API token provided by BotFather.
  • Add the bot to your Telegram group or chat where you want to send commands.

Step 8: Configure Openclaw to Use the Telegram Bot

  • Access the Openclaw configuration settings.
  • Input the API token from your Telegram bot into the Openclaw settings.
  • Specify the commands you want to enable for remote control.

Conclusion

You have successfully set up the Openclaw AI Agent on your device and integrated it with a Telegram bot. This setup allows you to control your PC remotely. Remember to use caution when sending commands, as improper use may lead to unintended actions. For further enhancements or troubleshooting, consider watching additional tutorials or seeking community support. Enjoy exploring the capabilities of Openclaw!