Want to give Even AI "hands" on your machine? Here's how to route Even AI commands through your own local OpenClaw instance so it can execute code and manage files for you!
Before You Start
You need to be an EvenHub developer to access the Agent Configuration menu. If you're not enrolled yet, sign up for EvenHub first — once approved, the settings below will unlock inside the app.
⚠️ Security warning: OpenClaw has deep access to your machine. Never expose it to the public internet without serious protection. Stick to LAN unless you really know what you're doing — and if any of this is unfamiliar, ask someone experienced before flipping it on.
Step 1: Prepare OpenClaw on Your Computer
Open your OpenClaw config (usually at
~/.openclaw/openclaw.json) and set the following:
"gateway": {
"bind": "lan",
"port": 18789
},
"auth": {
"mode": "token",
"token": "YOUR_SECURE_TOKEN" // Set a strong, unique key
},
"http": {
"endpoints": {
"chatCompletions": { "enabled": true }
}
}Save the file and make sure OpenClaw is running.
Step 2: Find Your Endpoint Address
Pick the option that fits your setup:
- Same Wi-Fi (local): Grab your computer's local IP (e.g.
192.168.1.15). - Remote access: Install Tailscale on both your computer and your phone, then use your computer's Tailscale IP.
Step 3: Configure the Phone App
- Open the Even app and go to Settings → Even AI → Agent Configuration (only visible to EvenHub developers).
- Set Endpoint to:
http://[YOUR_IP]:18789/v1/chat/completions - Set API Key to the secure token you defined in Step 1.
- Tap Save & Activate.
That's it — Even AI is now routing through your local OpenClaw. Try a command from G2 and watch it execute on your machine.
Still Need Help?
Should you need any additional assistance, please feel free to contact us here: https://www.evenrealities.com/contact