Pairing says disabled
That is normal after the VPS is claimed. Pairing mode should turn off so random new Home Agents cannot claim the VPS.
Expected after claim
Tater Tunnel
Most tunnel issues are one of four things: pairing, VPS firewall, WireGuard handshake, or a route target that needs a base URL/WebSocket tweak.
That is normal after the VPS is claimed. Pairing mode should turn off so random new Home Agents cannot claim the VPS.
The current profile is for tunnel access to Tater routes, not always-full internet egress. Test 10.88.0.1 routes instead.
Confirm UDP 51888 is open on the VPS firewall and cloud firewall, then check sudo wg show tater0.
Test the local target from the Home Agent machine. Then enable WebSockets or set the app's own base/public URL if it hard-codes assets.
curl -fsS https://tunnel.example.com/api/health
sudo wg show tater0
curl -fsS http://10.88.0.1:4174/api/health
curl -fsS http://10.88.0.1:4174/relay/api/state
sudo systemctl status tater-tunnel-vps
sudo journalctl -u tater-tunnel-vps -f
sudo systemctl restart tater-tunnel-vps