Access IoT Devices from Anywhere
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.
Remote Desktop for Raspberry Pi and other IoT devices
You remotely access your Raspberry Pi desktop from anywhere using Remote Desktop Protocol (RDP). Even if your Pi is outside your local network, you can access it easily over the internet using Pinggy. Summary Step 1. Run these commands on your Raspberry Pi: sudo apt update sudo apt install xrdp sudo systemctl start xrdp Step 2. Run this command to get a public URL to your Raspberry Pi: ssh -p 443 -R0:localhost:3389 tcp@a.
T-Mobile Port Forwarding
Summary Open terminal or command prompt. Paste the following command in the terminal (replace 22 with the port you want to forward): ssh -p 443 -R0:localhost:22 tcp@a.pinggy.io After running the tunneling command, you will receive a public URL in the following format: tcp://tljocjkijs.a.pinggy.link:40527 You can use this address and port to connect to your local port from outside the local network. Sign in to https://dashboard.pinggy.io to get persistent URLs and persistent TCP ports for your tunnels.