Was fehlt ohne openclaw docker setup script
Manuelle Docker-Installation. Fehlende Health-Checks. Dashboard offen gelassen.
→
Produktions-Docker-Deploy × offizielles Provisionierungs-Skript ÷ 5-Minuten-Ausführung ÷ keine manuellen Schritte = Zero-Config-Container.
Sicherheitscheck — openclaw docker setup script
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, Ubuntu 20.04/22.04; Debian 11/12; Docker ≥24 auto-installed by script-Kompatibilität bestätigen.
Schnellstart — openclaw docker setup script in 5–15 minutes
Einrichtungszeit: 5–15 minutes
!
Du brauchst:
- Fresh Ubuntu 22.04 server
- root or sudo access
- ports 5140 open
Paket installieren:
curl -fsSL https://raw.githubusercontent.com/openclaw/openclaw/main/docker-setup.sh | bash
1
Provision a VPS with Ubuntu 22.04
2
Open port 5140 in your firewall
3
Run the setup script via curl | bash
4
Script installs Docker, pulls image, and starts the container
5
Set your bot token in the prompted environment variables
6
Access Lobster at http://your-server:5140
Kompatibilität & Status
Kompatibel mit: Ubuntu 20.04/22.04; Debian 11/12; Docker ≥24 auto-installed by script
beginner
Zuletzt aktualisiert: Nov. 2025
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw docker setup script
Can I run this on non-Ubuntu systems?
Debian 11/12 works. CentOS/RHEL requires manual adaptation.
Does the script configure Lobster automatically?
It sets up the port and a random access token printed to stdout.
Is this suitable for a multi-bot setup?
For multiple bots, extend docker-compose.yml instead of running the script twice.