Skip to content

Instantly share code, notes, and snippets.

@pungoyal
Created April 9, 2026 17:14
Show Gist options
  • Select an option

  • Save pungoyal/0a51d6f07d61f171b6505f702042d26c to your computer and use it in GitHub Desktop.

Select an option

Save pungoyal/0a51d6f07d61f171b6505f702042d26c to your computer and use it in GitHub Desktop.
Setup and openclaw server

Openclaw Server setup

GCP server

https://docs.openclaw.ai/install/gcp

Basic libraries

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install screen vim tmux htop -y
echo "set -g mouse on" >> ~/.tmux.conf && tmux source-file ~/.tmux.conf

Openclaw

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

Enable memory embeddings

Approve device

openclaw devices list
openclaw devices approve <request-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment