← BACK TO PORTAL
TL;DR / Key Takeaway: The 'No-VPN' WebSocket tunnel uses outbound-only security to bypass port-forwarding requirements. This ensures your AI agent remains unreachable from the public internet while maintaining a secure, encrypted link to your control interface.

Understanding the 'No-VPN' WebSocket Tunnel

Traditional remote access requires complex VPN setups or dangerous port forwarding. The OpenClaw 'No-VPN' strategy uses a modern WebSocket approach to solve this.

1. Outbound-Only Security

Unlike a web server that listens for incoming connections (a major security risk), the OpenClaw tunnel initiates an outbound connection to a secure relay. Because the connection starts from inside your network, your firewall allows it by default, and no ports need to be opened to the world.

2. Port-Forwarding Bypass

By using persistent WebSocket connections, the AI agent maintains a two-way communication channel without needing a static IP or dynamic DNS. This makes it compatible with CGNAT (common in mobile and fiber networks) where traditional port forwarding is impossible.

3. End-to-End Encryption

All traffic through the tunnel is wrapped in TLS 1.3 encryption. Even though the data passes through a relay, the content remains private and tamper-proof, ensuring your AI's internal state and your personal data are never exposed.