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
Install & Start
Install the gateway package and start it on your machine. It listens on port 18789 by default.
Connect from Moni
Add the gateway URL in Moni. A secure Ed25519 key pair is generated for your device.
Approve Device
Approve the connection request in your terminal. Your device is now authorized.
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.