Download NGSRV CLI

Fast, secure tunneling for developers. Expose your localhost to the internet in seconds.

Quick Install

Copy and paste this command into your terminal

curl -fsSL https://get.ngsrv.com | sh

Direct Downloads

macOS

For macOS 10.15 (Catalina) or later

Linux

For most Linux distributions

Windows

For Windows 10 or later

PowerShell:

irm https://get.ngsrv.com/windows | iex

Command Prompt:

curl -fsSL https://get.ngsrv.com/install.bat -o install.bat && install.bat

Command-line installation avoids Windows SmartScreen warnings and is the recommended method.

Getting Started

1. Install the CLI

Use the quick install command above, or download the binary for your platform.

curl -fsSL https://get.ngsrv.com | sh

2. Authenticate

Get your API token from the dashboard and authenticate:

ngsrv token YOUR_API_TOKEN

3. Start a Tunnel

Expose your local server to the internet:

ngsrv http 3000