Back to Gateways

OpenClaw Gateway

Connect your local AI agents to Moni securely.

What is a Gateway?

OpenClaw Gateway is a lightweight daemon that runs on your local machine alongside your AI agents. It acts as a secure bridge between Moni and your agents, enabling real-time communication from any device.

# Install OpenClaw Gateway

$ npm install -g @openclaw/gateway

# Start the gateway

$ openclaw-gateway start

How It Works

1

Install & Start

Install the gateway package and start it on your machine. It listens on port 18789 by default.

2

Connect from Moni

Add the gateway URL in Moni. A secure Ed25519 key pair is generated for your device.

3

Approve Device

Approve the connection request in your terminal. Your device is now authorized.

4

Start Chatting

You can now send messages to your agents from anywhere, on any device.

Security

Ed25519 Authentication

Each device generates a unique Ed25519 key pair. Private keys never leave your device.

End-to-End Encryption

All messages are encrypted in transit. Use wss:// for remote connections.

Local Processing

Your AI agents run locally. Data stays on your machine unless you choose otherwise.

Ready to connect?

Add your first gateway and start controlling your AI agents.

$add-gateway