#How to install second openclaw same user

1 messages · Page 1 of 1 (latest)

elfin ivyBOT
#

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

charred nebulaBOT
#

If you mean a second Gateway instance (2 separate OpenClaw “servers”) on the same iMac user account: use profiles. That’s the supported way to isolate config/state + install a second launchd service.

Docs: https://docs.openclaw.ai/gateway/multiple-gateways

Recommended (profiles)

Pick a name (e.g. rescue), and give it a different port (leave ~20 ports of space to avoid browser/canvas derived-port collisions):

# main (existing)
openclaw onboard
openclaw gateway install

# second instance
openclaw --profile rescue onboard
openclaw --profile rescue gateway --port 19789
openclaw --profile rescue gateway install