setup Intermediate

NemoClaw Setup Guide: Fastest Way to Install

⏱️ ~7 minutes

NemoClaw is not a replacement for OpenClaw—it's an open-source security and privacy layer that wraps around your existing OpenClaw setup. Built in collaboration with OpenClaw's creator Peter Steinberg

NemoClaw Setup Guide: Fastest Way to Install

Overview

NemoClaw is not a replacement for OpenClaw—it's an open-source security and privacy layer that wraps around your existing OpenClaw setup. Built in collaboration with OpenClaw's creator Peter Steinberger, NemoClaw solves one of OpenClaw's biggest challenges: security.

Video Reference: Watch on YouTube
Duration: ~7 minutes
Difficulty: Intermediate


What is NemoClaw?

NemoClaw is a security wrapper that adds enterprise-grade protection to OpenClaw without requiring you to start from scratch.

Key Features

  • Isolated Sandboxing: Agents run in secure containers
  • Policy-Based Security: Granular control over agent permissions
  • Network Isolation: Controlled external access
  • Data Privacy Controls: Protect sensitive information
  • Privacy Router: Intelligent data routing
  • Hybrid Model Strategy: Mix local and cloud models securely

Important: You Don't Need to Start from Scratch

If you already have an OpenClaw agent, you can add NemoClaw as a layer on top. You do not need to reinstall everything.


Prerequisites

  • Existing OpenClaw agent (recommended) or fresh installation
  • VPS with 2GB+ RAM (Zebra VPS recommended at $2/month)
  • Discord bot token (if using Discord integration)
  • API key for your chosen model

Installation Methods

Method 1: Agent-Assisted Installation (Fastest)

This is the recommended method if you already have an OpenClaw agent.

Step 1: Share Documentation

Send your agent the NemoClaw documentation:

Learn and understand Nvidia's NemoClaw from nvidia.com/nemo

Step 2: Request Installation

Can you set up a NemoClaw agent in our Discord server?

Step 3: Provide Resources

Your agent will ask for:

  • Zebra VPS credentials (IP, username, password)
  • Discord bot token
  • API key preference

Step 4: Let Your Agent Handle It

Your orchestrator agent will:

  1. SSH into the VPS
  2. Install NemoClaw
  3. Configure security layers
  4. Set up Discord integration
  5. Test the installation

Installation time: 10-20 minutes (automated)

NemoClaw Installation


Method 2: Manual VPS Installation

If you prefer hands-on control or don't have an existing agent.

Step 1: Get a VPS

  1. Sign up for Zebra VPS
  2. Choose 2GB RAM plan ($2/month)
  3. Note your credentials:
    • IP address
    • SSH username
    • SSH password

Step 2: Connect to VPS

ssh ubuntu@YOUR_VPS_IP

Step 3: Install NemoClaw

curl -fsSL https://nvidia.com/nemo/install.sh | bash

Step 4: Configure

Follow the setup wizard:

  1. Choose model provider
  2. Enter API key
  3. Configure security policies
  4. Set up messaging platform

Step 5: Verify

nemo status

Model Options

Free Option: Nvidia Nemotron 3 Super

Specs:

  • $0 per million input tokens
  • $0 per million output tokens
  • Available on OpenRouter

Setup:

  1. Sign up at OpenRouter.ai
  2. Create API key
  3. Select "Nvidia Nemotron 3 Super" as model

Paid Options

MiniMax M2.5/M2.7:

  • Best for task execution
  • Popular on OpenRouter
  • Affordable pricing

Claude Opus/Sonnet 4.6:

  • Recommended for architecture tasks
  • Higher quality reasoning
  • More expensive

Hunter Alpha:

  • Free tier available
  • Good for experimentation

Discord Integration

Step 1: Create Discord Bot

  1. Go to Discord Developer Portal
  2. Click "New Application"
  3. Name your application
  4. Go to "Bot" section
  5. Click "Add Bot"
  6. Copy the bot token

Step 2: Configure NemoClaw

nemo config discord

Paste your Discord bot token when prompted.

Step 3: Invite Bot to Server

  1. Go to OAuth2 → URL Generator
  2. Select scopes: bot, applications.commands
  3. Select permissions: Send Messages, Read Messages, Embed Links
  4. Copy generated URL
  5. Open URL in browser and invite to your server

Discord Bot Permissions


Security Configuration

Understanding Security Layers

NemoClaw adds multiple security layers:

OpenShell: Core infrastructure providing isolated sandboxes

Policy-Based Guardrails: Control what agents can access

Network Isolation: Restrict external connections

Data Privacy Controls: Protect sensitive information

Configuring Policies

Basic Setup (Recommended for beginners):

nemo policy set --level basic

Custom Setup:

nemo policy edit

Edit policies to allow/deny:

  • File system access
  • Network requests
  • External API calls
  • System commands

Architecture Integration

If you have multiple OpenClaw agents, NemoClaw can integrate as an additional secure agent.

Example Architecture

Main Orchestrator (Opus 4.6)
├── Research Agent (MiniMax M2.7)
├── Task Executor (MiniMax M2.7)
├── Discord Manager (Sonnet 4.6)
└── NemoClaw Agent (Nemotron 3 Super) ← Secure layer

Benefits

  • Secure handling of sensitive operations
  • Isolated environment for risky tasks
  • Additional layer of verification
  • Compliance-friendly architecture

Troubleshooting

Installation Fails on Windows

Problem: Docker Desktop issues on Windows

Solution: NemoClaw requires Linux. Use one of these approaches:

  1. Install on VPS (recommended)
  2. Use WSL2 (advanced - see Windows setup guide)
  3. Use agent-assisted installation on VPS

Agent Can't Install NemoClaw

Problem: Your agent encounters errors during installation

Solution:

  1. Ensure VPS has sufficient resources (2GB+ RAM)
  2. Verify SSH credentials are correct
  3. Check that VPS is running Ubuntu/Debian
  4. Try manual installation method

NemoClaw Won't Start

Problem: Service fails to start after installation

Solutions:

  1. Check logs: nemo logs
  2. Verify configuration: nemo config check
  3. Ensure API key is valid
  4. Restart service: nemo restart

Discord Bot Not Responding

Problem: Bot appears online but doesn't respond

Solutions:

  1. Verify bot token is correct
  2. Check bot has proper permissions in Discord
  3. Ensure NemoClaw is running: nemo status
  4. Review logs: nemo logs discord

Comparison: NemoClaw vs Standard OpenClaw

Standard OpenClaw

Pros:

  • Simpler setup
  • Direct system access
  • Faster execution

Cons:

  • Security risks
  • No isolation
  • Harder to audit

NemoClaw

Pros:

  • Enterprise-grade security
  • Isolated sandboxes
  • Policy-based controls
  • Audit trails

Cons:

  • Slightly more complex setup
  • Small performance overhead
  • Requires understanding of security policies

When to Use NemoClaw

Use NemoClaw If:

✅ You handle sensitive data
✅ You need compliance (GDPR, HIPAA, etc.)
✅ You want granular permission control
✅ You're in an enterprise environment
✅ You need audit trails

Stick with Standard OpenClaw If:

✅ You're just experimenting
✅ You don't handle sensitive data
✅ You want maximum simplicity
✅ You're comfortable with security risks


Best Practices

  1. Start with Basic Policies: Don't over-restrict initially—learn what your agent needs
  2. Monitor Logs: Regularly check logs for security events
  3. Update Regularly: Keep NemoClaw updated for latest security patches
  4. Test Policies: Verify policies work as expected before production use
  5. Document Changes: Keep track of policy modifications

Next Steps

After installation:

  1. Test Basic Commands: Verify agent responds correctly
  2. Configure Policies: Set up security rules for your use case
  3. Integrate with Existing Agents: Connect to your orchestrator
  4. Monitor Performance: Check that security layers don't impact speed significantly
  5. Review Logs: Understand what security events are being logged

Related Resources


Community Feedback

If you successfully set up NemoClaw:

  • Share your configuration in the community Discord
  • Report any unique features you discover
  • Help others troubleshoot issues
  • Contribute to documentation improvements

Getting Help

  • Official Documentation: nvidia.com/nemo
  • Community Discord: Join for setup assistance
  • GitHub Issues: Report bugs and feature requests
  • Ask Your Agent: Use your existing OpenClaw agent to troubleshoot

Last Updated: 2026-05-06

Tags

setup openclaw hermes discord
Back to Guides