From 42384eb9967a0a22c816e460b587ea1d2045c6f7 Mon Sep 17 00:00:00 2001 From: fgalz Date: Sat, 7 Feb 2026 21:55:09 +0100 Subject: [PATCH 1/2] Guide Tweaks for OpenClaw --- docs/dedicated-linux-openclaw.md | 28 ++-- docs/vserver-linux-openclaw.md | 257 ------------------------------- docusaurus.config.js | 3 + sidebars.js | 1 - src/utilities/services.map.tsx | 24 +++ 5 files changed, 43 insertions(+), 270 deletions(-) delete mode 100644 docs/vserver-linux-openclaw.md diff --git a/docs/dedicated-linux-openclaw.md b/docs/dedicated-linux-openclaw.md index 0c8773200..dc9d8ed4a 100644 --- a/docs/dedicated-linux-openclaw.md +++ b/docs/dedicated-linux-openclaw.md @@ -1,12 +1,14 @@ --- id: dedicated-linux-openclaw -title: "Dedicated Server: Setup OpenClaw on Linux - Build Your Personal AI Assistant!" +title: "Setup OpenClaw on a Linux Server - Build Your Personal AI Assistant!" description: "Discover how to set up and configure OpenClaw for self-hosting to build a personal and powerful open-source AI assistant → Learn more now" sidebar_label: Install OpenClaw services: - - dedicated + - vserver-service-openclaw + - dedicated-service-openclaw --- +import Button from '@site/src/components/Button'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import InlineVoucher from '@site/src/components/InlineVoucher'; @@ -17,10 +19,14 @@ import InlineVoucher from '@site/src/components/InlineVoucher'; ![img](https://screensaver01.zap-hosting.com/index.php/s/XQkk46EnKzxxWrK/preview) -What makes OpenClaw especially revolutionary is that it enables a modern “control layer” for applications and systems. Rather than being tied to a local desktop session, OpenClaw can run on a remote machine such as a Dedicated Server and still be fully manageable from anywhere. This makes it a powerful tool for users who want reliable automation, remote control, and centralized management without needing to keep a computer running locally. +What makes OpenClaw especially revolutionary is that it enables a modern “control layer” for applications and systems. Rather than being tied to a local desktop session, OpenClaw can run on a remote machine such as a VPS or Dedicated Server and still be fully manageable from anywhere. This makes it a powerful tool for users who want reliable automation, remote control, and centralized management without needing to keep a computer running locally. Considering about hosting this service yourself? We’ll walk you through every step on how to set it up and configure it, along with everything you need to keep in mind. +