VPS Management

How to Change IP Address in Windows Server

15min

Quick Guide on How to Change IP Address on Windows Server via VNC

Here’s a revised guide on how to change the IP address on Windows Server, specifically tailored for users who are connected via VNC.

Change IP Address on Windows Server

Enable your VNC server: Follow the instructions here.

Step 1: Connect to Your Windows Server via VNC

  1. Log in to KVM Management Portal:
  2. Enable your VNC server:
    • Follow the instructions here.
  3. Open VNC:
    • Press Ctrl + Alt + Delete to open the Windows login page. Also you can Use the top key.(send CtrlAltDelete)
    • Enter your username and password.


Step 2: Open Network Connections

  1. Once connected, right-click on the Start button and select Run.
  2. Type ncpa.cpl and press Enter. This will open the Network Connections window.
Document image



Step 3: Access Properties of the Network Adapter;

  1. In the Network Connections window, find the network adapter you wish to configure (e.g., Ethernet).
  2. Right-click on the adapter and select Properties from the context menu.
Document image



Step 4: Select Internet Protocol Version

  1. In the Properties window, locate and select Internet Protocol Version 4 (TCP/IPv4).
  2. Click the Properties button.
Document image



Step 5: Change the IP Address

  1. In the TCP/IPv4 Properties window, select Use the following IP address.
  2. 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
Document image



Step 6: Configure DNS Servers (Optional)

  1. If needed, select Use the following DNS server addresses.
  2. Enter your preferred DNS server (e.g., 8.8.8.8 for Google DNS) and an alternate DNS server (e.g., 8.8.4.4).
Document image



Step 7: Save Changes

  1. Click OK to close the TCP/IPv4 Properties window.;
  2. Click Close in the Network Adapter Properties window.


Step 8: Verify the Changes

  1. Open Command Prompt or PowerShell by right-clicking the Start button and selecting it from the menu.
  2. Type the following command and press Enter: ipconfig
  3. 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 back.