---
title: "Claw Setup: Connect Self-Hosted Agent Servers"
slug: "claw-setup-self-hosted"
date: "2025-02-15"
tag: "Infrastructure"
summary: "Connect self-hosted OpenClaw and NVIDIA NemoClaw servers to the ibl.ai platform. Run your own agent infrastructure with full management through ibl.ai APIs."
author: "ibl.ai Engineering"
repo: "iblai/iblai-claw-setup"
---

**Claw Setup** provides everything needed to connect self-hosted agent servers to the ibl.ai platform:

### Supported Runtimes

- **OpenClaw** — Open source agent execution runtime
- **NVIDIA NemoClaw** — NVIDIA's enterprise agent runtime with GPU acceleration

### What's Included

- **Caddy reverse proxy** configuration for SSL termination and routing
- **Docker Compose** files for one-command deployment
- **Platform API integration** scripts for registering servers
- **Health check** and monitoring configuration

### Setup Flow

1. Deploy your Claw server (OpenClaw or NemoClaw)
2. Clone the setup repository:
   ```bash
   git clone https://github.com/iblai/iblai-claw-setup.git
   cd iblai-claw-setup
   ```
3. Configure your platform credentials and server URL
4. Run the setup script to register with ibl.ai
5. Manage agents through the ibl.ai dashboard or API

### Why Self-Host?

- **Data sovereignty** — All agent execution happens on your infrastructure
- **GPU control** — Use your own GPUs for model inference
- **Network isolation** — Keep sensitive data within your network perimeter
- **Cost optimization** — Scale compute independently of the platform
