Ali Gunes Blog

Ali Ihsan Gunes

Sep 25, 2025 • 5 min read

How to Configure IP and Rename Your Windows Server Core

One of the first tasks after installing Windows Server Core is configuring its network settings and giving it a proper name. Since there's no graphical interface, we rely on the built-in SConfig utility—the Server Configuration tool.

Here is a simple, step-by-step guide to configuring your Server Core's static IP address and hostname.

how to configure ip and rename your windows server core

Step 1: Accessing the SConfig Utility

When you log into your Server Core installation, you will be presented with a command prompt. The fastest way to manage your server is to launch the configuration tool:

Step 2: Configuring Network Settings (IP Address)

We'll start by setting up a static IP address for reliable network communication.

Your basic network settings are now configured.

Step 3: Configuring DNS Servers

Since we set a static IP, we need to manually define the DNS servers as well.

Step 4: Renaming the Computer

The default computer name is usually a long, randomized string. Let's change it to something more meaningful.

Once the server restarts, log back in, run sconfig, and you'll see your newly configured IP address and server name. Process complete!

This SConfig process makes essential Server Core setup surprisingly straightforward, allowing you to quickly move on to installing your desired server roles.

I’ll be sharing more soon!