ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu
ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu
🧠 แนวคิดก่อนติดตั้ง
OpenClaw is a personal AI assistant you run on your own devices.
OpenClaw เป็น AI agent + automation system
จะต้องมีองค์ประกอบหลัก:
Python (backend)
Node.js (frontend บางส่วน)
LLM backend (เช่น local model หรือ API)
Playwright / browser automation
จะต้องมีองค์ประกอบหลัก:
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 | bashRun onboarding
openclaw onboard --install-daemon
Security First.
Openclaw doctor Config
Gateway Connection
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


















ความคิดเห็น
แสดงความคิดเห็น