Fast, secure tunneling for developers. Expose your localhost to the internet in seconds.
Copy and paste this command into your terminal
curl -fsSL https://get.ngsrv.com | shFor macOS 10.15 (Catalina) or later
For most Linux distributions
For Windows 10 or later
PowerShell:
irm https://get.ngsrv.com/windows | iexCommand Prompt:
curl -fsSL https://get.ngsrv.com/install.bat -o install.bat && install.batCommand-line installation avoids Windows SmartScreen warnings and is the recommended method.
Use the quick install command above, or download the binary for your platform.
curl -fsSL https://get.ngsrv.com | shGet your API token from the dashboard and authenticate:
ngsrv token YOUR_API_TOKENExpose your local server to the internet:
ngsrv http 3000