#where to start
1 messages · Page 1 of 1 (latest)
Let me check the actual docs first so I don't send you vibes-only advice.
Easiest mental model:
Don’t start with “new install on new device” unless you want a separate bot.
Usually you want one Gateway and then decide how the other device connects.
Best options:
-
Same bot, different device → use remote access
Keep the Gateway on your main machine or a VPS, then access it from the other device.
Docs: https://docs.openclaw.ai/gateway/remote -
Same bot, but you want local tools on the second laptop → add it as a node
That’s better than duplicating your whole setup.
Note: local node tools are currently mainly macOS-first.
Docs: https://docs.openclaw.ai/nodes -
Totally separate setup / separate bot → install a second Gateway
Only do this if you want full isolation.
Docs: https://docs.openclaw.ai/gateway/multiple-gateways
What to look for before choosing:
- Do you want shared state or a separate bot?
- Does the second device need local files/browser/screen/camera?
- Will the main machine sleep a lot? If yes, a VPS is usually the better home for the Gateway.
- What device is it: Windows, Mac, Linux laptop, phone, Pi, VPS?
If you’re starting fresh on that second device, the quick setup path is:
- install OpenClaw
openclaw onboard --install-daemonopenclaw gateway statusopenclaw dashboard