This is ProxyLink’s most powerful setup. One tunnel on a router or Linux gateway gives you access to every device on the network — cameras, NVRs, PBX systems, printers, switches — without installing anything on them.Documentation Index
Fetch the complete documentation index at: https://docs.proxylink.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works
The router establishes a WireGuard tunnel to ProxyLink. ProxyLink routes traffic through that tunnel to any IP on the router’s LAN. From the engineer’s perspective, they click a device in the browser and they’re in — regardless of what the device is.Supported platforms
| Platform | Method |
|---|---|
| MikroTik RouterOS 7 | WireGuard native + auto-config |
| pfSense / OPNsense | WireGuard package |
| OpenWRT | WireGuard package |
| Linux (Raspberry Pi, Debian, Ubuntu) | Install script |
| Ubiquiti UniFi | WireGuard via Linux gateway |
Setup
Create a Router / Gateway tunnel
In ProxyLink, go to Tunnels → + New Tunnel → select Router / Gateway. Enter a name and your LAN subnet (e.g.
192.168.1.0/24).Download and install the config
Click Activate & Download. Select your platform — MikroTik, pfSense/OpenWRT, or Linux. ProxyLink generates the WireGuard config and install script.
- MikroTik
- pfSense / OPNsense
- OpenWRT
- Linux Gateway
Use Auto-Config Router for automatic setup via SSH, or download the
.rsc script and run it manually in the terminal.Multi-VLAN support
ProxyLink supports multiple VLANs on a single tunnel. After creating the tunnel, go to the tunnel settings and add extra subnets under Additional Subnets.MikroTik auto-configuration
ProxyLink can configure MikroTik routers automatically via SSH:- Go to Tunnels → Auto-Config Router
- Enter the router’s IP, SSH credentials, and LAN interface name
- ProxyLink connects via SSH and applies the WireGuard config, firewall rules, and mangle rules in one step