Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • Run OpenClaw with a Local LLM

    30 MIN

    Install a local-first AI agent and connect it to a private OpenAI-compatible model endpoint

    • Agentic Workflow
    • DGX Spark
    • OpenClaw
    • RTX
    OpenClaw
    OverviewOverviewInstructionsInstructionsAgent-ready ModelsAgent-ready ModelsTroubleshootingTroubleshooting
    SymptomCauseFix
    OpenClaw dashboard URL not loadingGateway not running or wrong host/portRestart the OpenClaw gateway so it reloads ~/.openclaw/openclaw.json. Verify: Check that the gateway process is running with pgrep -f openclaw or ps aux | grep openclaw. Find URL/token: Check the original installer output (scroll up in your terminal) or look in gateway logs (typically ~/.openclaw/logs/) for the dashboard URL and access token
    "Connection refused" to model (for example localhost:8000)Local inference server not running, still loading, or wrong portConfirm the backend is up (curl http://localhost:8000/v1/models for vLLM, or your LM Studio / Ollama status checks) and that baseUrl in openclaw.json matches the server
    OpenClaw says no model availableProvider not configured or model handle mismatchAdd the provider to ~/.openclaw/openclaw.json and ensure id/name exactly match the served handle
    Out-of-memory or very slow inferenceModel too large for available GPU memory or other GPU workloadsUse a smaller model from Agent-ready Models, lower context length / GPU memory utilization for vLLM, free GPU memory (close other apps), or check usage with nvidia-smi
    WSL cannot reach model server on Windows hostlocalhost inside WSL is not the Windows hostReplace 127.0.0.1 / localhost in OpenClaw baseUrl with the Windows host IP as seen from WSL
    Install script fails or dependencies missingMissing system packagesInstall curl and any required build tools; see OpenClaw documentation for current requirements
    Config changes not appliedGateway not reloadedRestart the OpenClaw gateway so it reloads ~/.openclaw/openclaw.json

    Resources

    • OpenClaw Documentation
    • OpenClaw Gateway Security
    • Clawhub (community skills)
    • OpenClaw
    • Serve LLMs with vLLM
    • Install and Configure Ollama
    • Serve LLMs with LM Studio
    • DGX Spark Documentation
    • DGX Spark Forum
    • NVIDIA Developer Forums
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation