Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions do/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ ufw allow 80/tcp
ufw allow 443/tcp
ufw allow 18789/tcp
ufw --force enable

# Enable systemd lingering for openclaw user (required for user services)
# This allows OpenClaw gateway to run as user service without staying logged in
loginctl enable-linger openclaw
```

### Step 3: Install Node.js v22
Expand Down