
How To Access Your Local Machine Online (Port Forwarding)
Wonder Access your local host online ? It's Possible with port forwarding
What we need :
- Ngrok
- Just that, what else ? :)
Ngrok is a little tool that easily forwarding your local port to their online servers, so you can access it anywhere.
How to Setup it
- Go to https://ngrok.com/download
- Download ngrok that suits your OS
- Login to ngrok dashboard to get auth token
- Enter your auth token you got from dashboard
ngrok authtoken <your_auth_token>
5. Start your ngrok
ngrok http <your_local_port>
That's it Bruh.