How to Access a Web Server From the Internet
There are a number of situations which may require you to be able to reach your Web server from the Internet. In one such situation, you may own and/or manage the Web server, in which case, you may need to remotely manipulate the Web server from the Internet, as if you were locally logged in. In another situation, you may simply need to browse the web server from the Internet in order to verify web page changes.
Things You'll Need
- A computer on the Internet with:
- * An Internet browser
- * VNC client (UltraVNC, for example)
- Your local Web server, where the server is running the following:
- * IIS or other web server software
- * VNC server software (UltraVNC, for example) installed, using a complex password
- Your network's external IP address
- Your firewall/router inbound rules allowing Port 80 (Web) and Ports 5800 & 5900 (VNC)
Instructions
-
Remotely browsing
-
1
Obtain your network's external IP address.Open your browser locally on your Web server, from inside your network, and type the following into the "address" portion of your browser: http://www.whatismyip.com and then press "Enter." This will take you to an Internet page that displays your network's external IP address - as in the example image below. Make note of this address. In this example, it is 88.84.89.23 (your address will be different).
-
2
Log in to a computer outside your network (on the Internet).
-
- 3
Remote VNC connection
-
4
Log in to a computer on the Internet with administrative privileges. Browse to http://www.uvnc.com and download the UltraVNC client software. Install the VNC software and choose the "Client" or "Viewer" option - meaning that this is the computer "from which" you will be connecting to your Web server (i.e., this is the VNC client; your Web server is the VNC host/server).
- 5
-
6
Type in your VNC server's access password when prompted in the VNC Authentication window. Note: This is the password you chose whenever you initially setup the VNC server on your Web server. Next, click "OK." This will connect you to your Web server, where you will have full control. If prompted, also enter any necessary Domain, User name and Password information to log in to your Web server, just as you would do if you were locally sitting in front of it.
-
1
Tips & Warnings
VNC is not the most secure method of connecting to your server from the Internet, so whenever setting up the VNC server portion, always ensure you choose a complex password that is easy to remember but difficult for others to guess.