Quick guide on how to change IP address on Windows Server via VNC
This guide shows you how to change the IP address on Windows Server while you’re connected via VNC.Change IP address on Windows Server
Step 1: connect to your Windows Server via VNC
1
Log in to the VPS Management Portal
Open the VPS Management Portal.
2
Enable your VNC server
Follow the instructions in Enable VNC server.
3
Open VNC
- Press
Ctrl + Alt + Deleteto open the Windows login page. You can also use the top key (send CtrlAltDelete). Enter your username and password.
Step 2: open network connections
- Once connected, right-click on the Start button and select Run.
- Type
ncpa.cpland press Enter. This will open the Network Connections window.

Step 3: access properties of the network adapter
- In the Network Connections window, find the network adapter you wish to configure (e.g., Ethernet).
- Right-click on the adapter and select Properties from the context menu.

Step 4: select internet protocol version
- In the Properties window, locate and select Internet Protocol Version 4 (TCP/IPv4).
- Click the Properties button.

Step 5: change the IP address
- In the TCP/IPv4 Properties window, select Use the following IP address.
- Enter your desired IP address, Subnet mask, and Default gateway. For example:
- IP address:
192.168.1.100 - Subnet mask:
255.255.255.0 - Default gateway:
192.168.1.1
- IP address:

Step 6: configure DNS servers (optional)
- If needed, select Use the following DNS server addresses.
- Enter your preferred DNS server (e.g.,
8.8.8.8for Google DNS) and an alternate DNS server (e.g.,8.8.4.4).

Step 7: save changes
- Click OK to close the TCP/IPv4 Properties window.
- Click Close in the Network Adapter Properties window.
Step 8: verify the changes
- Open Command Prompt or PowerShell by right-clicking the Start button and selecting it from the menu.
- Type the following command and press Enter:
ipconfig - Check the output to confirm that your new IP address is correctly set for the network adapter.
Important notes
- Admin privileges: Changing network settings requires administrative privileges. Ensure you have the necessary permissions.
- Backup settings: Always note your previous network settings before making changes, in case you need to revert.