Hell guys we are here again to share information where you can connect your localhost to real world where you can access your projects online.
This starts with the following steps:
1-Login to website :https://ngrok.com/
2-download binary file from here and unzip it.
3-type command and get authentication key
cmd:ngrok authtoken <YOUR_AUTHTOKEN>
4-Then go to that folder and type cmd in terminal :
cd ./ngrok port 80
5-you can also control through username and password by command.
cmd:ngrok http -auth="username:password" 8080
thank you and follow for more content:
This starts with the following steps:
1-Login to website :https://ngrok.com/
2-download binary file from here and unzip it.
3-type command and get authentication key
cmd:ngrok authtoken <YOUR_AUTHTOKEN>
4-Then go to that folder and type cmd in terminal :
cd ./ngrok port 80
5-you can also control through username and password by command.
cmd:ngrok http -auth="username:password" 8080
thank you and follow for more content:
0 Comments