🦞 OpenCLAW Autonomer KI-Assistent
OpenCLAW ist ein open-source KI-Assistent, der eigenständig Aufgaben ausführen kann. Steuern Sie ihn über Discord, WhatsApp oder Telegram.
Autonomes Handeln
OpenCLAW kann eigenständig Aufgaben ausführen.
Multi-Platform
Steuerung über Discord, WhatsApp, Telegram.
Persistent Memory
Erlernte Informationen werden dauerhaft gespeichert.
Offene Quelle
100% Open-Source - volle Kontrolle.
Flexible LLMs
Unterstützung für Claude, GPT-4, Ollama.
Self-Hosted
Läuft auf Ihrem eigenen Server.
✓ Vorteile
- ✓ Volle Kontrolle über Ihre Daten
- ✓ Keine Abhängigkeit von Drittanbietern
- ✓ Kostenlos
- ✓ Anpassbar
- ✓ Discord/Telegram
✗ Nachteile
- ✗ Erfordert technisches Know-how
- ✗ Manuelle Updates
- ✗ API-Kosten bei Cloud-LLMs
- ✗ Server nötig
📥 Installation
⚠️ Wichtige Sicherheitswarnung
Installieren Sie OpenCLAW NIEMALS auf Ihrem Privatrechner! Nutzen Sie einen isolierten VPS oder Mini-PC.
🌐 Empfohlener VPS-Anbieter
Für OpenCLAW benötigst du einen VPS. Unsere Empfehlung:
netcup - ab 1€/Monat, Deutschland, DSGVO-konform
Jetzt bei netcup anmelden →System vorbereiten
apt update && apt upgrade -y apt install curl wget git nginx
Node.js 22
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - apt install -y nodejs
OpenCLAW installieren
npm install -g openclaw@latest
Onboarding starten
openclaw onboard --install-daemon
🔒 Sicherheit
Firewall konfigurieren
ufw allow 22/tcp ufw allow 80/tcp ufw allow 443/tcp ufw enable
Benutzer erstellen
adduser openclaw usermod -aG sudo openclaw
Auto-Update einrichten
apt install unattended-upgrades dpkg-reconfigure -plow unattended-upgrades
🚀 Erster Zugriff (Anfänger)
OpenCLAW starten
openclaw launch --daemon
Web-Interface öffnen
http://IHRE_SERVER_IP:8080
Admin-Benutzer anlegen
Passwort merken!
🔑 API-Key einrichten
Ohne API-Key geht nichts! Optionen:
- Anthropic (Claude): console.anthropic.com - ca. $15-50/Monat
- OpenAI (GPT-4): platform.openai.com - ca. $10-30/Monat
- Ollama (lokal): ollama.com - kostenlos
Key eintragen:
openclaw config set anthropic.key IHR_API_KEY ❓ Probleme und Lösungen
Problem: Startet nicht
Lösung: Logs prüfen: openclaw logs
Problem: Keine Antwort
Lösung: API-Key und Guthaben prüfen
Problem: Web lädt nicht
Lösung: ufw allow 8080/tcp