How to configure IIS to access website using IP address?
Add a Binding in IIS
- Login into your Window server via Remote Desktop.
- Go to Start → Administrative Tools → Internet Information Services (IIS) Manager.

- In the Connections pane of IIS, expand the Sites and select the website which you want to access via IP address.

- Click on Bindings link and you will see current bindings of that website.

- Under the binding tab, Click on Add button to add a new binding.

- On the Add Site Binding window, keep website Type as http. Select an IP address from the drop-down menu upon which you want to bind the website. Since other websites (along with their Host Header Values) are already bound on port 80, you won't be able to bind this new website on port 80 without Host Header Value (Host name). So, specify a port number (other than default port 80) on which you want to bind this new website. Keep Host name as blank, click OK and then Close. Once the binding is added in IIS Manager, the next step is allowing a port in Windows Firewall.

Open a Port in Windows Firewall
- Go to Start → Administrative Tools → Windows Firewall with Advanced Security.

- At Windows Firewall and Advance security window, click on Inbound Rules.

- Under Actions pane, click on New Rule and New Inbound Rule Wizard will be opened. On this window, select the Port radio button and click on Next.

- On the next screen, select TCP and Specific local ports radio button. Specify a port number (upon which you set binding in IIS) in Specific local ports field and click Next.

- On the next screen, select Allow the connection and click Next.

- Select the profile where you want to apply this rule and click Next.

- Specify Name and Description for the newly created rule & click Finish.

- Once you allow the port number in Windows Firewall, you will be able to access your website using via IP address like http://VPS-IP-Address:81.
Related Articles
How to download website backup using plesk control panel
Steps to download website backup using Plesk Step 1: At first login to the Plesk control panel and click on Website & Domains then select the domain for which you want to take the backup and then go to file manager. Step 2: Select the folder (or ...
How to Add Website in IIS
Steps to follow to add a website in IIS Steps to configured by selecting a folder in Windows Explorer and adding the permission identity to the folder's Access Control List (ACL). Open Windows Explorer > Select the directory under (eg: C:\website) > ...
To access website without using domain name in CWP
To access website before domain propagation Step 1: For further changes needed in your site, at http://<your_server_ip>:2082 1. Login to your CWP control panel by username and password and do the needful Step 2: Follow the steps to visit your ...
How to add custom Port on IIS Manager for specific website
1. Open Internet Information Services (IIS) Manager. 2. Select the Web site that you wish to configure. 3. In the Action pane, click Bindings. 4. Click Add to add a new site binding. 5. Now add the custom port you want to use and click OK. Now you ...
How to Block an IP address From Visiting My Websites Through IIS
Steps to follow to block IP address through IIS Go to the IIS Manager from Start → Administrative Tools → Internet Information Services Manager In the Connection Panel, expand the server name, expand Sites and then your website. In the Home pane, ...