Web Server
This guide covers usage of NoPorts with webpages or APIs.
Here, we demonstrate how to use the NoPorts Tunnel to bridge a web server on a remote machine to localhost:80 so we can access the web server locally.
The command should look like:
npt -f @<client> -t @<device> -d <device name> -r @<relay> -p 8080 -l 80
Example:
npt -f @alice_client -t @alice_device -d my_server -r @rv_am -p 8080 -l 80
Now you can access localhost:80 in your browser to access the web server locally.
To learn more about NPT
npt UsageLast updated