Straightforward answers to the most common questions about setup, security, model selection, and real-world usage.
node --version first. We recommend v24.
openclaw gateway status — if the Gateway isn't running, start it. (2) Run openclaw doctor for a full diagnostic. (3) For Discord: verify Message Content Intent is enabled in the Developer Portal. (4) Check that your API key is valid and has quota remaining. (5) Open the Dashboard at http://localhost:18789/ui to see error logs.
ollama.com), pull a model (e.g., ollama pull llama3.3), and select "Ollama" as your provider during OpenClaw setup. This is completely free and 100% private — zero data leaves your machine. Performance depends on your hardware. For most research and writing tasks, 7–13B parameter models work well.
AGENTS.md file to change the model configuration, then restart the Gateway. You can also set different models per agent if you have multiple agents running.
shell access should be treated with extra caution: they can run arbitrary commands on your machine. Only install skills from trusted sources or review them yourself before activating.
SOUL.md (e.g., "every morning at 7AM, send me a briefing"). The agent runs these autonomously and messages you with results. This is how you build a real 24/7 assistant rather than just a chatbot you have to poke.
--install-daemon, OpenClaw registers as a system service and starts automatically on reboot. However, it only runs 24/7 if your machine is on 24/7. For true always-on, deploy on a VPS (DigitalOcean, Hetzner) or a dedicated home server. Don't rely on a laptop you take to meetings.
Join the OpenClaw Discord — the community is active and founders help founders.