Self-serve tunnels
Create HTTP and TCP tunnels from the CLI, reuse saved agent tokens, and inspect live status without touching server-side config files.
TunnelTime gives you HTTP and TCP tunnels with lightweight agent auth, an admin portal, and fast revocation controls for public endpoints.
Create HTTP and TCP tunnels from the CLI, reuse saved agent tokens, and inspect live status without touching server-side config files.
Use the admin portal to issue credentials, close public endpoints, and revoke compromised agents with audit visibility and session protections.
Run 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