Simplestack
Step-by-step Guides

OpenClaw

Step-by-step guide on installing and setting up a OpenClaw cloud server.

What is OpenClaw?

OpenClaw is a self-hosted gateway that connects your everyday chat apps, such as WhatsApp, Telegram, Discord, and iMessage, to AI coding agents like Pi, turning them into a personal AI assistant you can message from anywhere. It runs as a single gateway process on your own computer or server and acts as a bridge between your messaging platforms and an always-available AI agent that can help with coding and other tasks. OpenClaw is designed for developers and power users who want full control, privacy, and flexibility, allowing them to use powerful AI assistants without relying on third-party hosted services or giving up ownership of their data.

TypeCPUMemoryDisk spaceRecommended Linux Distro
Start with the smallest server12 GB25 GBUbuntu

Install OpenClaw

Simply run the following command and follow the instructions:

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

Accessing OpenClaw Dashboard

Make sure to open an SSH tunnel between your computer and the OpenClaw gateway, make sure to replace the user ubuntu with the correct server user.

Terminal
ssh -N -L 18789:127.0.0.1:18789 ubuntu@YOUR_IP_HERE

Now you can visit your gateway dashboard http://127.0.0.1:18789

© 2026 Simplestack – All Rights Reserved.