Install and Configure DHCP Server on Windows Server

In this guide, I will show you step by step instructions for installing and configuring a Windows DHCP server.

What is a DHCP Server?

A DHCP server (Dynamic Host Configuration Protocol)  is a server that automatically assigns IP addresses to computers and other devices on the network. Without a DHCP server, each device on the network would need to be manually configured with an IP address.

Why is a DHCP server needed?

Every device on the network needs an IP address to access network resources such as the internet, applications and even making phone calls. With a DHCP server, this entire process is automated and can be managed from a centralized server. When mobile devices move from one office to another it may require a new IP address. DHCP handles this automatically providing a new IP addresses when the device moves to another location. Without a DHCP server there would be an overwhelming amount of manual configuration assigning IP addresses to devices on the network. A DHCP server is a huge time saver.

How to Install DHCP Server

This guide was created using Windows Server 2016. The steps should be similar for other server versions.

Step 1: Open Server Manager

Click the start button then click the Server Manager

Step 2: Add roles and features

On the server manager dashboard click “Add roles and features” This will start the add roles and features wizard

Click next on the before you begin page.

Step 3: Select Role-based or feature-based installation

Make sure “Role-based or feature-based installation is selected and click next

Step 4: Select the destination server

On this page choose the server you want the DHCP service installed on. In this example, I’ll be choosing the local server.

Step 5: Select server roles

On this page, you want to select the DHCP server roles and click next.

When you select the roll you will get a pop up asking to add features that are required for DHCP server. Click add features

Back on the select server roles page click next

Step 6: Feature, DHCP Server

On the features screen click next

On the DHCP server click next

Step 7: Confirmation

On the confirmation page, you can select to automatically restart the server if required.

On 2016 server it does not require a restart.

Click install and the install will start.

You will get an install progress page, it will say install succeeded when complete.

That completes the install of the DHCP role. Move onto the next section for steps on configuring the DCHP server.

Configure DHCP Server

If you followed the steps above you should now have the DHCP service installed.

But.. It still needs to be configured.

Step 1: Server Manager

In the server manager dashboard, you will see a yellow notification at the top left.

Click on it.

Now click on “Complete DHCP configuration”

Step 2: Post-Install configuration wizard

On the description screen click next

On the authorization page use AD credentials if the server is joined to the domain.

Choose “Skip AD authorization” if the DHCP server is standalone and not joined to the domain.

Click commit

You will see a summary page of the configuration steps

Click close

Now you can open the DHCP management console to configure DHCP scopes and other options.

To access the DHCP management console click start -> Windows Administrative Tool -> DHCP

The DHCP management console

The next steps are to configure a new scope, configure scope options and ensure clients can access the DHCP server. I’ll cover these steps in another post.

23 thoughts on “Install and Configure DHCP Server on Windows Server”

  1. Hello,
    Is it safe to install the DHCP server on the same virtual machine as your DNS server or should the DHCP be installed on its own device?

    Thank you,
    Thomas

    Reply
    • Typically DNS is integrated with your domain controller, if this is the case I would put DHCP on a separate server. It’s best to not install additional roles or software on your domain controllers.

      Reply
  2. I am facing issue with windows dhcp server.
    My wifi controller is sending request to dhcp server but not getting response back from server
    What can be done to troubleshoot this issue?

    Reply
  3. As per your blog i have applied same steps. It helped me a lot in organization. We moved physical to virtual DHCP server for our critical prod Infra.

    Reply
  4. I have been using my router for DHCP services. I have more devices than the router is able to handle (over 100), and I’ve been told that moving the DHCP services to my windows server will help with this issue. True? The server really isn’t getting all that much use for other chores.
    I have some static IP addresses. Are those easily accommodated?

    Reply
    • Absolutely.

      What I typically do is exclude the first 10 IP addresses from a DHCP scope for anything that needs a static IP. I prefer to do DHCP reservations (for static IPs) but if for some reason that can’t be done you have an excluded range for that. Windows DHCP is very easy to configure and manage.

      Reply
  5. The pc(or any host without an IP address) broadcasts a DHCP Discover message.
    The DHCP Server receives this packet and unicasts a DHCP Offer packet(with the right details in it).
    The host unicasts a DHCP Request(asks for a specific IP Address).
    The DHCP Server sends a DHCP Acknowledgement(ends the previous sequence)

    Reply
  6. s0 how do the switches or computers know where the dhcp server is? does the pc go look for one or do you have to point to it in the switches?

    Reply
    • Look up DORA for endpoints to find their DHCP servers. You will set ip-helper addresses in each vlan/subnet on your router\L3Switch that will tell it where the discovery packets get sent to.

      Reply

Leave a Reply to Robert Allen Cancel reply