Linux App
Scope
The Gateway is fully supported on Linux. Node.js is the recommended runtime; Bun is not recommended for Gateway channel stability.
Native Linux companion apps are planned (Gateway-first is the current model).
Beginner quick path (VPS)
- Install Node.js 22+
- Install Moltbot
- Run onboarding and install the service
- Access the UI via SSH tunnel (or Tailscale)
- Verify
status+health
Example:
curl -fsSL https://clawd.bot/install.sh | bash
moltbot onboard --install-daemonFrom your laptop:
ssh -N -L 18789:127.0.0.1:18789 user@hostOpen http://127.0.0.1:18789/.
Install and updates
- Install hub: /en/docs/install/
- Updating: /en/docs/install/updating/
- Docker option: /en/docs/install/docker/
Gateway operations
- Runbook: /en/docs/gateway/
- Configuration: /en/docs/gateway/configuration/
- Logging: /en/docs/gateway/logging/
Service install (systemd user unit)
Common commands:
moltbot gateway install
moltbot gateway status
moltbot gateway restartIf you need to manage the service directly:
systemctl --user status moltbot-gateway.service
journalctl --user -u moltbot-gateway.service -fVerify
moltbot status
moltbot healthFurther reading
- Source path:
platforms/linux.md