> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edisglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Change IP Address in Windows Server

> Change the IP address on a Windows Server VPS using Network Connections or PowerShell. Step-by-step guide covering static IP, gateway, and DNS configuration.

export const CtaButton = ({label, link, openInNewTab}) => <button className="custom-cta-button">
    <a href={link} target={openInNewTab ? "_blank" : "_self"}>
      {label}
    </a>
  </button>;

## 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 <a href="https://docs.edisglobal.com/enable-vnc-server" target="_blank">
here</a>

.

### **Step 1: connect to your Windows server via VNC**

<Steps>
  <Step title="Log in to your">
    [VPS Management Portal](https://manage.edisglobal.com/clientarea.php)
  </Step>

  <Step title="Enable your VNC server">
    Follow the instructions
    [here](https://docs.edisglobal.com/enable-vnc-server)
  </Step>

  <Step title="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>
</Steps>

***

### **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.

<img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/1sSq3fI0sZJj8Zc4RoSr4-9mrOC1yNl1bI3VFtxq2NR-20241106-143431.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=3aa00fa08c19d20dec19c993df09d805" alt="Change IP (Windows)" width="1201" height="750" data-path="assets/1sSq3fI0sZJj8Zc4RoSr4-9mrOC1yNl1bI3VFtxq2NR-20241106-143431.png" />

***

### **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.

<img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/1sSq3fI0sZJj8Zc4RoSr4-DMYYt30jBazsPxUj7AJlB-20241106-143450.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=6d226aee408f34a3ecedca6c08db8636" alt="Change IP (Windows)" width="1200" height="752" data-path="assets/1sSq3fI0sZJj8Zc4RoSr4-DMYYt30jBazsPxUj7AJlB-20241106-143450.png" />

***

### **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.

<img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/1sSq3fI0sZJj8Zc4RoSr4-aKYYiaZFGWrDXcuNvHt2Q-20241106-143634.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=6d5e6a87056be448c6fb16d588553316" alt="Change IP (Windows)" width="1207" height="752" data-path="assets/1sSq3fI0sZJj8Zc4RoSr4-aKYYiaZFGWrDXcuNvHt2Q-20241106-143634.png" />

***

### **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`

<img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/1sSq3fI0sZJj8Zc4RoSr4-7e4qsQlMtqcneRYQoPZQp-20241106-143711.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=deb0dbe1894ae4601492f7b436880e05" alt="Change IP (Windows)" width="1198" height="751" data-path="assets/1sSq3fI0sZJj8Zc4RoSr4-7e4qsQlMtqcneRYQoPZQp-20241106-143711.png" />

***

### **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`).

<img src="https://mintcdn.com/edisglobal-b1e34a56/9TSyAo-SUko4yblb/assets/1sSq3fI0sZJj8Zc4RoSr4-4BhxXEhIHXelTu7FLG9lc-20241106-143733.png?fit=max&auto=format&n=9TSyAo-SUko4yblb&q=85&s=c6ae02d15ca545c9b8605687c0aad475" alt="Change IP (Windows)" width="1198" height="747" data-path="assets/1sSq3fI0sZJj8Zc4RoSr4-4BhxXEhIHXelTu7FLG9lc-20241106-143733.png" />

***

### **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.

***

#### Fast Windows VPS — ready in minutes

Spin up a secure Windows VPS with 2 vCPUs or more. Instant setup, full administrator access, and reliable global performance.

Select your preferred hosting location, plan, select Windows OS at checkout, and start with full RDP access.

<CtaButton label="Launch Windows VPS" link="https://www.edisglobal.com/#start-now" />
