Download NGROK from https://ngrok.com/
Register your account and login to ngrok dashboard
Copy Authentication token from your dashboard and paste your terminal to configure ngrok
Now open configuration file
- For linux
- For Windows
~/home/user/.ngrok2/filename.yml
C:/Users/username/.ngrok2/filename.yml
Open filename.yml file in any editor and copy paste Step6
authentoken:<your-auth-token>
tunnels:
web:
addr: 80
proto: http
file:
addr: 4545
proto: tcp
Now save the file and close
Open terminal or cmd and type step 9
- For linux
- For windows
./ngrok start --all
or ngrok start --all
ngrok.exe start --all