Web Server
This guide covers usage of NoPorts with webpages or APIs.
Last updated
This guide covers usage of NoPorts with webpages or APIs.
Last updated
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.
We are assuming that the web server is running on port 8080
, you can replace it with the port that your web server is running on. (Also works over TLS with port 443)
The command should look like:
Example:
Now you can access localhost:80 in your browser to access the web server locally.