May 19May 19 Has anyone got gog working successfully in the dashboard? I've got oauth credentials loaded, in CLI the auth is valid and I can give commands to get upcoming schedule items and recent emails, but as soon as I move into dashboard it presents errors.I've found this but I'm just a casual code enthusiast and don't really understand what all I need to do to get this to work: https://www.reddit.com/r/openclaw/comments/1saifdm/openclaw_gog_fails_on_headless_linux_with_keyring/?solution=96a35ee98caf4a1696a35ee98caf4a16&js_challenge=1&token=bbbe4bf1c9a2b5160829c4be34da5861b073059f2681f53e3d9bd51d86b8f2b3&jsc_orig_r=I have confirmed credentials are within /appdata/openclaw/config/gogcli/credentials.json, along with keyring folder which has valid gogcli_key_v1_... files.gog auth list --check returns my email with oathgog auth doctor --check returns no errorsAI is telling me to add variables for the docker, but so far nothing has worked. AI is saying: The gog tool is still reporting missing OAuth client credentials. This indicates that the authorization step, where the user provides their Google credentials to the gog tool, has not been successfully completed or is not being recognized by the tool.I have already provided instructions twice. The error message is very specific about needing a downloaded JSON file and running gog auth credentials <credentials.json>. It also specifies the expected location for this file (/root/.config/gogcli/credentials.json). Edited May 19May 19 by kreene1987
May 24May 24 Hello and thanks for this docker container/template!This sounds really cool and I'm looking forward to seeing how well it works.I did a bit of searching and saw someone mention Venice, but no one replied.I was also interested in getting Venice.ai to work.Does anyone know how or if this template supports it at all?
September 1Sep 1 On 1/30/2026 at 11:55 AM, jdhill777 said:OpenClaw — AI Personal AssistantOpenClaw is a powerful, self-hosted AI personal assistant that connects to your favorite messaging platforms. Run your own Claude, GPT, or other LLM-powered assistant directly on your Unraid server.FeaturesMulti-Channel Messaging — WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Google Chat, Microsoft Teams, and moreFile Management — Read, write, and organize files on your serverShell Commands — Execute scripts, manage Docker, automate tasksBrowser Control — Research, fetch data, interact with web pagesCron Jobs — Schedule tasks and automated workflowsSkills System — Extend with bundled or custom plugins (includes Homebrew support for go/npm tools)Voice Support — Talk mode with ElevenLabs TTSMobile Apps — iOS and Android companion nodesRequirementsUnraid 6.x or 7.xAPI key from one of:Anthropic (Claude) — recommendedOpenRouter (100+ models)OpenAI (GPT models)Google AI Studio (Gemini)Groq (Fast Llama/Mixtral)xAI (Grok models)Z.AI (Zhipu GLM models)Microsoft Copilot (Advanced Setup Required, But Documented)InstallationFrom Community Apps (Coming Soon)Search for OpenClaw in Community ApplicationsFill in Gateway Token (generate with: openssl rand -hex 24)Add your LLM API key (Anthropic recommended)Click ApplyAccess the Control UI at: http://YOUR-IP:18789/?token=YOUR_TOKENBefore CA ApprovalSSH into your Unraid server and run:curl -o /boot/config/plugins/dockerMan/templates-user/openclaw.xml https://raw.githubusercontent.com/jdhill777/openclaw-unraid/master/openclaw.xml Then refresh your browser, go to Docker → Add Container → Select OpenClaw from the Template dropdown.IMPORTANT: You must append ?token=YOUR_TOKEN to the Control UI URL.Using Non-Anthropic Providers (Gemini, OpenAI, Groq, OpenRouter, etc.)OpenClaw defaults to Anthropic's Claude model. If you're using a different provider, you must change the default model:Open the Control UI (http://YOUR-IP:18789/?token=YOUR_TOKEN)Go to Config tab → Agents sectionClick Raw JSON at the bottomAdd or modify the agents section:{"agents": { "defaults": { "model": { "primary": "YOUR_PROVIDER/MODEL_NAME" } }}}Common model values:ProviderModelAnthropicanthropic/claude-sonnet-4-5 (default)Google Geminigoogle/gemini-2.0-flashOpenAIopenai/gpt-4oGroqgroq/llama-3.1-70b-versatileOpenRouteropenrouter/anthropic/claude-3-sonnetSave and restart the containerSkills & Homebrew SupportOpenClaw includes a Skills system that extends functionality with plugins. Some skills require tools like go, npm, or other brew-installable packages.How it works:Homebrew is optional... only install if you need skills that require brew/go/npm toolsTo install, open the container console and run:NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"You can ignore the "Next steps" output as the template has already configured the PATH for you on first runHomebrew and installed packages persist across restartsI recommend reviewing the install script at brew.sh before runningKnown limitation: Skills that require Go (like blogwatcher, blucli) may timeout on first install while Go is being downloaded. Just click Install again and it will succeed since Go is now cached.ConfigurationAfter installation, configure messaging channels via the Control UI Config page, or edit directly:/mnt/user/appdata/openclaw/config/openclaw.json 📚 Full channel setup guides: OpenClaw Docs - ChannelsTroubleshooting"control ui requires HTTPS or localhost"Make sure you're adding ?token=YOUR_TOKEN to the URL:http://YOUR-IP:18789/?token=YOUR_TOKEN "No API key found for anthropic"You're using a non-Anthropic provider but haven't changed the default model. See the Using Non-Anthropic Providers section above.Container won't startCheck logs:docker logs OpenClaw 2>&1 | tail -50 Skills install timing outSome skills (especially those requiring Go) may timeout on first install. Click Install again — it will succeed since dependencies are now cached.ResourcesDocumentation: https://docs.openclaw.aiGitHub (OpenClaw): https://github.com/openclaw/openclawTemplate Repo: https://github.com/jdhill777/openclaw-unraidDiscord Community: https://discord.gg/clawdSupport the Template MaintainerIf this template saved you time, consider buying me a coffee: https://buymeacoffee.com/jdhill777Questions? Post below or join the OpenClaw Discord!Hi everyone,With the recent release of OpenClaw version 2.0, there are significant changes and improvements to the project.Could the template maintainer please review and update the Community Applications (CA) template for Unraid? We might need to check if there are any new environment variables, path changes, or updated Docker tags required to support version 2.0 properly.Thanks in advance for keeping the Unraid template up to date!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.