#Openclaw on GCP
1 messages Β· Page 1 of 1 (latest)
Let me check the actual install docs path so I donβt make up commands.
Yep, GCP works fine.
Iβd use a Compute Engine VM, not Cloud Run.
Best path:
- Create a VM, Debian 12, e2-small minimum (20 GB disk).
- SSH into it.
- Follow the official GCP guide: https://docs.openclaw.ai/install/gcp
- Access the dashboard from your laptop via SSH tunnel:
gcloud compute ssh openclaw-gateway --zone=us-central1-a -- -L 18789:127.0.0.1:18789 - Open:
http://127.0.0.1:18789/
Important gotchas:
- e2-micro often OOMs during the first Docker build.
e2-smallis the real minimum,e2-mediumis smoother.