Access IoT Devices from Anywhere
guide
tcp
You can access your Internet of Things (IoT), devices remotely and manage our devices from anywhere with just one command.
Summary Run this command on your IoT device such as Raspberry Pi:
ssh -p 443 -R0:localhost:22 tcp@a.pinggy.io This command creates a TCP tunnel and it will output a public URL like tcp://tljocjkijs.a.pinggy.link:40527.
Use the SSH command with the URL and port to connect to your IoT device:
ssh -p <port> <username>@<pinggy_url> Example: ssh -p 40527 pi@tljocjkijs.