Pinggy Command Line Tool (Beta)

Pinggy Command Line Tool provides more robust tunnels with quicker reconnections. It supports HTTP(S), TCP, UDP, and TLS tunnels.
Pinggy Dev/Test Environment Gateway
Install

Start with npm

Use npm to install Pinggy CLI globally if you want a package-managed setup.

Recommended for Node.js users
npm install -g pinggy

Prefer a standalone binary? Download the release for your platform and use the install options below.

Download

Download and Run

Download the latest stable CLI or browse older versions below.

v0.4.7

After downloading the binary, run it from the command line as needed.

After downloading the binary, use chmod +x pinggy to make it executable, then run ./pinggy -h.

After downloading the binary, use chmod +x pinggy to make it executable, then run ./pinggy -h.

Older versions

Previous releases remain available for compatibility and rollback.

Example Usage

Use the same ssh command pattern!

Suppose we want to use CLI for the following SSH url:
ssh -p 443 -R0:localhost:8080 -L4300:localhost:4300 TOKEN@a.pinggy.io
Just replace ssh with the CLI binary:
./pinggy -p 443 -R0:localhost:8080 -L4300:localhost:4300 TOKEN@a.pinggy.io

Visit Pinggy CLI documentation to learn more.