#Installing on a Synology NAS VM

1 messages Β· Page 1 of 1 (latest)

hushed bramble
#

Hi, i want to install openclaw on a Synology NAS VM in the Virtual Machine Manager, how can i install it, i cant find anything about VMs

wide frostBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

red sequoiaBOT
#

A Synology VM is just a normal Linux box as far as OpenClaw is concerned β€” follow the Linux/VPS install path.

1) Create the VM (recommended)

  • OS: Ubuntu 24.04 LTS (or Debian 12)
  • Resources: start with 1–2 vCPU + 2GB RAM (1GB can work, but 2GB is nicer)
  • Make sure the VM has outbound internet + SSH enabled

2) Install OpenClaw inside the VM

Docs: https://docs.openclaw.ai/platforms/linux and https://docs.openclaw.ai/start/getting-started

Typical flow:

# (prereq) Node 22+ installed
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon