Run the installer on the Secure Tunnel Client (Linux/Debian) with a single command. It downloads the script, then walks through initial setup.
curl -fsSL https://raw.githubusercontent.com/Cal4Care-Developers/proxytunnel/master/install.sh -o /tmp/install.sh
# Make executable and run
chmod +x /tmp/install.sh
sudo /tmp/install.sh
ℹ Run the plain command first on a new device. Only reach for --yes, --reconfigure, or --reinstall when re-running on a device that’s already been through setup once.
Removes the RingQ tunnel software from the Secure Tunnel Client. Download and run the uninstall script the same way the installer was run.
# Download and run uninstall script
curl -fsSL https://raw.githubusercontent.com/Cal4Care-Developers/proxytunnel/master/uninstall.sh -o /tmp/uninstall.sh
chmod +x /tmp/uninstall.sh
sudo /tmp/uninstall.sh
Run a one-shot status check to confirm the tunnel is up and running.
# one-shot status
ringqtunnel-status
💡
No UDP port for SIP from PBX to Secure Tunnel Client — the TCP tunnel handles all directions
No STUN server — the proxy detects its public IP via the bind API response
No OpenVPN / IPSec — the TCP/6010 tunnel IS the secure channel
No port-forwarding for phones — phones talk to the Secure Tunnel Client on the LAN only