From 8dea2b124b7a5cf84d2316e16b828dd372eb6d3f Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 13:25:05 -0700 Subject: [PATCH] docs: rename VPS to Linux Server, update provider links for moved pages --- docs/platforms/linux.md | 2 +- docs/vps.md | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/platforms/linux.md b/docs/platforms/linux.md index c03dba6f795..522218ddc72 100644 --- a/docs/platforms/linux.md +++ b/docs/platforms/linux.md @@ -21,7 +21,7 @@ Native Linux companion apps are planned. Contributions are welcome if you want t 4. From your laptop: `ssh -N -L 18789:127.0.0.1:18789 @` 5. Open `http://127.0.0.1:18789/` and paste your token -Step-by-step VPS guide: [exe.dev](/install/exe-dev) +Full Linux server guide: [Linux Server](/vps). Step-by-step VPS example: [exe.dev](/install/exe-dev) ## Install diff --git a/docs/vps.md b/docs/vps.md index 2367043650e..4a1eb692c85 100644 --- a/docs/vps.md +++ b/docs/vps.md @@ -1,26 +1,32 @@ --- -summary: "VPS hosting hub for OpenClaw (Oracle/Fly/Hetzner/GCP/Azure/exe.dev)" +summary: "Run OpenClaw on a Linux server or cloud VPS — provider picker, architecture, and tuning" read_when: - - You want to run the Gateway in the cloud - - You need a quick map of VPS/hosting guides -title: "VPS Hosting" + - You want to run the Gateway on a Linux server or cloud VPS + - You need a quick map of hosting guides + - You want generic Linux server tuning for OpenClaw +title: "Linux Server" +sidebarTitle: "Linux Server" --- -# VPS Hosting +# Linux Server -Run the OpenClaw Gateway around the clock on a cloud VPS. This page helps you pick a provider, explains how cloud deployments work, and covers generic Linux server tuning that applies to every provider. +Run the OpenClaw Gateway on any Linux server or cloud VPS. This page helps you +pick a provider, explains how cloud deployments work, and covers generic Linux +tuning that applies everywhere. ## Pick a provider One-click, browser setup One-click, browser setup - Always Free ARM tier ($0/month, capacity can be finicky) + Simple paid VPS + Always Free ARM tier Fly Machines Docker on Hetzner VPS Compute Engine Linux VM VM with HTTPS proxy + ARM self-hosted **AWS (EC2 / Lightsail / free tier)** also works well. @@ -72,7 +78,7 @@ source ~/.bashrc - `NODE_COMPILE_CACHE` improves repeated command startup times. - `OPENCLAW_NO_RESPAWN=1` avoids extra startup overhead from a self-respawn path. - First command run warms the cache; subsequent runs are faster. -- For Raspberry Pi specifics, see [Raspberry Pi](/platforms/raspberry-pi). +- For Raspberry Pi specifics, see [Raspberry Pi](/install/raspberry-pi). ### systemd tuning checklist (optional)