ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu

ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu

🧠 แนวคิดก่อนติดตั้ง

OpenClaw is a personal AI assistant you run on your own devices.

https://openclaw.ai/

OpenClaw เป็น AI agent + automation system
จะต้องมีองค์ประกอบหลัก:

  • Python (backend)

  • Node.js (frontend บางส่วน)

  • LLM backend (เช่น local model หรือ API)

  • Playwright / browser automation

What you need

Hardware

  • Local PC or Notebook with Ubuntu support. ( We've tested on Ubuntu 22.04.5 LTS )

Software 

  • Node.js — Node 24 recommended (Node 22.14+ also supported)

  • LLM API key from a model provider (Anthropic, OpenAI, Google, etc.) 

    — onboarding will prompt you 

Install OpenClaw

curl -fsSL https://openclaw.ai/install.sh | bash



Run onboarding

openclaw onboard --install-daemon

 

Security First.

Openclaw doctor Config


Gateway Service Config



Gateway Connection


Verify the Gateway is running

openclaw gateway status




Open the dashboard

















 

 

Uninstall OpenClaw


1. Stop the Gateway Service

Ensure the service is not running: 

openclaw gateway stop


2. Run the Official Uninstaller

Use the CLI to uninstall the gateway and related components: 

openclaw uninstall --all --yes --non-interactive


3. Remove the CLI Package

If you installed it globally via npm, remove it: 

npm rm -g openclaw

# Or if using pnpm/bun:

# pnpm remove -g openclaw

# bun remove -g openclaw


4. Remove Residual Files and Folders

Clean up configuration files and workspace data: 

rm -rf ~/.openclaw

rm -rf ~/.config/openclaw  # If it exists

rm -rf ~/.molthub       # If installed


5. Remove Systemd Service

If the service remains, manually disable and remove it: 

systemctl --user disable --now openclaw-gateway.service

rm -f ~/.config/systemd/user/openclaw-gateway.service

systemctl --user daemon-reload


6. Verification

Ensure no processes are still running: 

ps aux | grep openclaw

systemctl --user list-units | grep openclaw

 

Reference

OpenClaw Getting Started https://docs.openclaw.ai/start/getting-started


Adun Nantakaew อดุลย์ นันทะแก้ว

LINE : adunnan


 

ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

Eval Llama v3.1 8B ,70B Model with Thai Language

Llama3 Typhoon v1.5 (scb10x) LLM

LLAMA-CPP-PYTHON on RTX4060 GPU