OpenClaw

OpenClaw

Oficial

Aplicación Docker from Selfhosters

Visión general

OpenClaw is a powerful AI assistant gateway that connects Claude and other LLMs to messaging platforms like Discord, Telegram, WhatsApp, and more. Features include file access, shell commands, web browsing, cron jobs, and a web-based Control UI. To access the Control UI, add your token to the URL: http://YOUR-IP:18789/?token=YOUR-GATEWAY-TOKEN For setup details and documentation, see: https://github.com/jdhill777/openclaw-Unraid OpenClaw project and source: https://github.com/openclaw/openclaw Requires at least one LLM API key. Anthropic (Claude) is recommended, but many providers are supported. Optional Homebrew: Some skills require tools installed via brew/go. This is completely optional and at your own discretion. If needed, open OpenClaw's container console and run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" We recommend reviewing the install script at brew.sh before running. You can ignore the "Next steps" output - the template has already configured the PATH for you.

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:18789]/
Red
bridge
Concha
sh
Privilegiado
false
Parámetros adicionales
--user root --hostname OpenClaw

Configuración de plantillas

Control UI PortPorttcp

Port for Control UI and Gateway API. Access at http://IP:18789/?token=YOUR_TOKEN

Objetivo
18789
Por defecto
18789
Valor
18789
Config PathPathrw

Path to store OpenClaw configuration files, sessions, and credentials

Objetivo
/root/.openclaw
Por defecto
/mnt/user/appdata/openclaw/config
Valor
/mnt/user/appdata/openclaw/config
Workspace PathPathrw

Path for agent workspace (files, memory, AGENTS.md, projects)

Objetivo
/home/node/clawd
Por defecto
/mnt/user/appdata/openclaw/workspace
Valor
/mnt/user/appdata/openclaw/workspace
Projects PathPathrw

Optional additional path for coding projects

Objetivo
/projects
Por defecto
/mnt/user/appdata/openclaw/projects
Valor
/mnt/user/appdata/openclaw/projects
Homebrew PathPathrw

Persistent storage for Homebrew packages. If you install Homebrew manually via console, this mount ensures it persists across restarts.

Objetivo
/home/linuxbrew/.linuxbrew
Por defecto
/mnt/user/appdata/openclaw/homebrew
Valor
/mnt/user/appdata/openclaw/homebrew
Gateway TokenVariable

Secret token for authentication. Generate with: openssl rand -hex 24 (or use any secret value). Required to access the Control UI.

Objetivo
OPENCLAW_GATEWAY_TOKEN
Anthropic API KeyVariable

API key for Claude models (recommended). Get from console.anthropic.com

Objetivo
ANTHROPIC_API_KEY
OpenAI API KeyVariable

API key for GPT models. Get from platform.openai.com

Objetivo
OPENAI_API_KEY
OpenRouter API KeyVariable

API key for OpenRouter - access 100+ models. Get from openrouter.ai

Objetivo
OPENROUTER_API_KEY
Gemini API KeyVariable

API key for Google Gemini models. Get from aistudio.google.com

Objetivo
GEMINI_API_KEY
Groq API KeyVariable

API key for Groq (fast Llama/Mixtral inference). Get from console.groq.com

Objetivo
GROQ_API_KEY
xAI API KeyVariable

API key for xAI Grok models. Get from console.x.ai

Objetivo
XAI_API_KEY
Z.AI API KeyVariable

API key for Z.AI/Zhipu GLM models. Get from z.ai/model-api

Objetivo
ZAI_API_KEY
GitHub Copilot TokenVariable

(Advanced) GitHub Copilot OAuth token. Requires running 'openclaw models auth login-github-copilot' on another machine first.

Objetivo
COPILOT_GITHUB_TOKEN
Discord Bot TokenVariable

(Optional) Discord bot token for Discord integration. Can also configure via Control UI after install.

Objetivo
DISCORD_BOT_TOKEN
Telegram Bot TokenVariable

(Optional) Telegram bot token from @BotFather. Can also configure via Control UI after install.

Objetivo
TELEGRAM_BOT_TOKEN
Gateway PortVariable

Internal gateway port. Change if 18789 is already in use (must match Control UI Port).

Objetivo
OPENCLAW_GATEWAY_PORT
Por defecto
18789
Valor
18789
PATHVariable

System PATH including Homebrew. Do not modify unless you know what you're doing.

Por defecto
/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Valor
/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Web Search API KeyVariable

(Optional) Brave Search API key for web search. Free tier: 2000 queries/month at brave.com/search/api

Objetivo
BRAVE_API_KEY

Detalles

Repositorio
ghcr.io/openclaw/openclaw:latest
Última actualización2026-06-01
Visto por primera vez2026-02-03

Ejecute OpenClaw en Unraid.

OpenClaw se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.