Download Article
Download Article
Ngrok is a command-line software that allows developers to use their local server on the Internet. This wikiHow will teach you how to use ngrok in Windows.
Steps
-
Click Download for Windows . A .zip file will download.Advertisement
-
Double-click the downloaded file. Many web browsers will display a notification when a file is downloading; if you don't see this, you can find the downloaded file in your "Downloads" folder.
-
Extract ngrok.exe. When you double-click to open the .zip, you'll see the files within. Click Extract all (if you don't see this, click Compressed Folder Tools ) then choose a location for the file to move to and click Extract . [1] X Research source
Advertisement
-
Open ngrok. It's in your Start menu, most likely under "Recently added."
-
Type "ngrok authtoken <your_auth_token>" and press ↵ Enter . Replace "your_auth_token" with your personal authtoken, and this will add your authtoken to your ngrok.yml file. To find your Authtoken, go to https://dashboard.ngrok.com/ , sign in, click Authentication > Your Authtoken in the menu on the left side of the page. Your Authtoken is listed at the top of the page.
- If you don't have an account, you can sign up for a free account at https://dashboard.ngrok.com/signup . You'll need an account in order to use ngrok.
-
Type "ngrok help" and press ↵ Enter . You'll see a wall of text explaining what ngrok can do with your commands.
- To run a local server to the Internet, let ngrok know which port to run. For example, type "ngrok http 80" if your server is running from port 80 (which is the default). [2] X Research source
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
About This Article
Article Summary
X
1. Go to https://ngrok.com/download
.
2. Click Download for Windows
.
3. Double-click the downloaded file.
4. Extract ngrok.exe.
5. Open ngrok.
6. Type "ngrok authtoken " and press Enter
.
7. Type "ngrok help" and press Enter
.
Did this summary help you?
Thanks to all authors for creating a page that has been read 37,034 times.
Advertisement