Skip to main content
ngrok logo

Download ngrok

ngrok is your app’s front door—and the fastest way to put anything on the internet.

Agent

Windows

Installation

Install ngrok via Chocolatey with the following command:

choco install ngrok

Configure and run

Add your authtoken:

Don’t have an authtoken? for a free account.

ngrok config add-authtoken 

Start an endpoint:

ngrok http 80

Congratulations, you have an endpoint online!

You can run ngrok as a background service on a Windows machine.