Please follow the steps to setup the Ngrok
Step 1 : Visit the Ngrok website and signup yourself. You can use the below link to signup.
https://dashboard.ngrok.com/login
Step 2 : Login to the account with registered username and Password.
https://dashboard.ngrok.com/login
Step 3 : Once you have logged in, please select the operating system and download the Ngrok setup file
Step 4 : Once you have downloaded the Ngrok zip file, you have to unzip the file.
Step 5: Copy and paste the extracted Ngrok file to below location.
/user/bin/
Step 6: Connect your ngrok account with your system.
Select Authentication and Your Autotoken
Here you will see your Autotoken
Use this command to link your account with system
.ngrok authtoken <paste your authtoken here>
Eg :
ngrok tcp 80
Thats it. You system is now connected to ngrok server.
https://dashboard.ngrok.com/login
Step 3 : Once you have logged in, please select the operating system and download the Ngrok setup file
Step 4 : Once you have downloaded the Ngrok zip file, you have to unzip the file.
Step 5: Copy and paste the extracted Ngrok file to below location.
/user/bin/
Step 6: Connect your ngrok account with your system.
Select Authentication and Your Autotoken
Here you will see your Autotoken
Use this command to link your account with system
.ngrok authtoken <paste your authtoken here>
Eg :
./ngrok authtoken 1cPZuAlm999IWaBKnemFmloTODX_SrtCscqb2RuyMPDKNcLd
Step 7: type this command to run ngrok serverngrok tcp 80
Thats it. You system is now connected to ngrok server.
Post a Comment