# TLSTCP Tunnels

> Create TLSTCP tunnels with Pinggy in a single command. Establish TLS-wrapped connections to your localhost using unique domains. Follow the guide for TLSTCP tunnels.
> Source: https://pinggy.io/docs/tlstcp_tunnels/


# Create TLSTCP Tunnels with Pinggy

Create a tunnel using a single command.


```bash
# SSH - no install, works anywhere the ssh client is available
ssh -p 443 -R0:localhost:8000 tlstcp@free.pinggy.io
```

```bash
# Pinggy CLI - install with: npm install -g pinggy (or download the binary)
./pinggy -p 443 -R0:localhost:8000 tlstcp@free.pinggy.io
```


TLSTCP is the wrapper on top TCP. It provides an option to connection to a TCP based service via TLS.

