Go from localhost to live
Create HTTP and TCP tunnels from the CLI, reuse saved agent tokens, and inspect live status without touching server-side config files.
Turn any local HTTP or TCP service into a controlled endpoint in seconds—without opening ports, changing firewall rules, or exposing the rest of your machine.
One compact agent. Every path from local to live.
Simple enough for a preview link, deliberate enough for sensitive services.
Create HTTP and TCP tunnels from the CLI, reuse saved agent tokens, and inspect live status without touching server-side config files.
Keep endpoints public, restrict them to an allowlist, or dynamically lock access to the first trusted client.
Use the admin portal to issue credentials, close public endpoints, and revoke compromised agents with audit visibility and session protections.
Native agents, guided setup, and published checksums for every supported platform.
Run one command in Terminal to fetch the installer script, download the native Mac binary, and walk through token, tunnel, subdomain, and access prompts.
sh <(curl -fsSL https://tunneltime.dev/install.sh)uname -s and uname -m.sh <(curl -fsSL https://tunneltime.dev/install.sh) <agent-token> 3000 httpRun one command to fetch the installer script, download the native Linux binary, and walk through token, tunnel, subdomain, and access prompts.
sh <(curl -fsSL https://tunneltime.dev/install.sh)sh <(curl -fsSL https://tunneltime.dev/install.sh) <agent-token> 3000 httpRun this in PowerShell to fetch the installer script, download the Windows CLI, and go through the same guided setup flow.
powershell -ExecutionPolicy Bypass -Command "& { iwr https://tunneltime.dev/install.ps1 -OutFile install.ps1; .\install.ps1 }".\install.ps1 -Token '<agent-token>' -Port 3000 -Mode http