How to add a static IP to windows server?

Method (1)

To add IP addresses to a Windows VPS or Windows Server, first open Command Prompt at Start > Run > cmd
Enter the command for each new IP address to add to the system:

netsh interface ipv4 add address “Local Area Connection” 192.168.1.2 255.255.255.0

Edit the IP address (in green) with your additional IP. The subnet mask is usually 255.255.255.0.


Method (2)

Follow the video tutorial on this link:

https://www.youtube.com/watch?v=084SRx1u0vc

  • windows server, ip
  • 875 Users Found This Useful
Was this answer helpful?

Related Articles

How to change administrator username on windows server

Changing administrator username is very important for your windows server security.To change it...

Change remote desktop (RDP) port on Windows Server 2016/2019 (Powershell)

It's highly recommended to change windows remote desktop default port for added security. You...

How to change administrator password on Windows Server 2016/2019/2022

To change admin/user password on Windows Server 2016/2019/2022, please apply the following steps:...

How to fix clipboard issues on windows server 2016/2019

If you experience difficulties with the clipboard (copy/paste) on your windows server 2016...

How to send Alt+Ctrl+Del on Remote Desktop (RDP)

You can trigger ALT + CTRL + DEL screen on RDP session by one of the following methods:  1....