VPS Management
How to Change IP Address in Windows Server
15min
Here’s a revised guide on how to change the IP address on Windows Server, specifically tailored for users who are connected via VNC.
Enable your VNC server: Follow the instructions here.
- Log in to KVM Management Portal:
- Enable your VNC server:
- 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.
- Once connected, right-click on the Start button and select Run.
- Type ncpa.cpl and press Enter. This will open the Network Connections window.
- 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.
- In the Properties window, locate and select Internet Protocol Version 4 (TCP/IPv4).
- Click the Properties button.
- 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
- If needed, select Use the following DNS server addresses.
- 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).
- Click OK to close the TCP/IPv4 Properties window.;
- Click Close in the Network Adapter Properties window.
- 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.
- 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.
Updated 08 Nov 2024
Did this page help you?