Localtonet lets you expose local TCP or HTTP/HTTPS services without installing any extra binary—just use the ssh
client that comes with Windows 10+, macOS, Linux, or PuTTY on older systems.
ssh -p 223 YourTunnelToken@example.localto.net -R3327:127.0.0.1:8080
Open Terminal / PowerShell / iTerm (or launch PuTTY), paste the command, and press Enter.
• TCP ⇒ example.localto.net:3327 ⇒ 127.0.0.1:8080
Visit the public URL (or TCP port) shown—traffic is now forwarded down the encrypted tunnel to your local service.