docs: warn against third-party 1-click marketplace images

This commit is contained in:
Peter Steinberger
2026-02-19 08:30:24 +01:00
parent 1d71c21aac
commit 87d8331150
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ On Windows, we strongly recommend running OpenClaw under [WSL2](https://learn.mi
The **installer script** is the recommended way to install OpenClaw. It handles Node detection, installation, and onboarding in one step.
</Tip>
<Warning>
For VPS/cloud hosts, avoid third-party "1-click" marketplace images when possible. Prefer a clean base OS image (for example Ubuntu LTS), then install OpenClaw yourself with the installer script.
</Warning>
<AccordionGroup>
<Accordion title="Installer script" icon="rocket" defaultOpen>
Downloads the CLI, installs it globally via npm, and launches the onboarding wizard.