ใช้ OpenClaw บน GCP ( Goggle Cloud Platform ) ได้ FREE!!! ( 3 เดือน ,300 USD )
ใช้ OpenClaw บน GCP ( Goggle Cloud Platform ) ได้ FREE!!! ( 3 เดือน , 300 USD ) Build a 24/7 Personal AI Assistant ถ้าสมัคร Google Account ใหม่ ก็จะได้ GCP ฟรี $300 ในระยะเวลา 3 เดือน https://cloud.google.com/pricing เมื่อสมัครได้ เรียบร้อย ก็จะได้ Credit และ Expire Date และ My First Project สร้าง VM Instances สำหรับใช้งาน OpenClaw กันได้เลย Google Cloud => Compute Engine => VM instances Create Instances Set VM Name Change Memory to 8GB or if you want more. Change Disk 30 GB minimum Then Create. Create VM complete Set SSH remote to GCP Install gcloud CLI https://cloud.google.com/sdk/docs/install Initialize and authenticate: bash Copy code gcloud init gcloud auth login Then SSH to GCP : bash Copy code gcloud compute ssh openclaw-gcp2 --zone=us-central1-b Remote SSH ได้เรียบร้อย จะได้ User ubuntu @ YOUR_VM_NAME การติดตั้ง OpenClaw บน GCP Install Docker ( on the VM ) bash Copy code sudo apt-get update sudo apt-get install -y git curl ca-certi...