Install Zentyal as PDC (Primary Domain Controller) and Integrate Windows System – Part 1

This series will be titled Preparation for the setting up and managing Zentyal as PDC (Primary Domain Controller) through Parts 1-14 and covers the following topics.

Part 1: Install Zentyal as PDC (Primary Domain Controller) and Integrate Windows System

This tutorial will demonstrate how to use a Linux distribution, Zentyal, as a PDC ( Primary Domain Controller ) and integrate a Windows-based system in this Domain Controller.

Requirements:

  • Download Zentyal Server Development Edition 7.0.
  • A different computer that runs a Windows-based system to be integrated into the domain.
  • The domain used is a fictional one and runs on a local network only: “tecmint.com”.

Step 1: Installing Zentyal Server

1. Choose language.

Choose Zentyal Language
Choose Zentyal Language

2. Choose an expert mode.

Install Zentyal Server Edition
Install Zentyal Server Edition

3. Again choose your language for the installation process.

Choose Zentyal Installation Language
Choose Zentyal Installation Language

4. Choose your location. If your country is not listed in the default options choose Other, then select your continent and country: I’m in India so I choose India.

Choose Zentyal Country
Choose Zentyal Country

5. Next configure your keyboard: I choose the English US keyboard.

Configure Zentyal Keyboard
Configure Zentyal Keyboard
Choose Zentyal Keyboard
Choose Zentyal Keyboard
Choose Zentyal Keyboard Layout
Choose Zentyal Keyboard Layout

6. Next the installer will load components needed for configuring the system.

Zentyal Loading Additional Components
Zentyal Loading Additional Components

7. The next installer stage is to set the hostname for your system. You should enter here your FQDN. This is a test server so I choose “pdc.tecmint.com” ( Be aware that “pdc” will be this server and “tecmint.com” would be your domain for Active Directory ).

Choose Zentyal Hostname
Choose Zentyal Hostname

8. Next choose a user for system administration ( This will be the privileged user with root powers – sudo ) not the user domain controller.

Set Zentyal User
Set Zentyal User

9. Next type a password for the sudo user. Choose a strong one ( 9 characters at least upper&lower&numerical&special ). Here I choose a simple one because is a test server.

Set Zentyal User Password
Set Zentyal User Password

10. Next it will ask you to re-enter your password and if you choose a weak one the installer will warn you about this fact. So select Yes and hit enter.

Confirm Zentyal User Password
Confirm Zentyal User Password

11. Next step is configuring your time. If your system is connected to the Internet the installer will automatically detect your time zone. So press Yes if your time setting is the correct one.

Set Zentyal Timezone
Set Zentyal Timezone

12. Next screen is Partition Disks where you have four alternatives like in the images below. For better control over your system partition choose Manual and hit Enter.

Manual Zentyal Partitioning
Manual Zentyal Partitioning

13. Choose your HDD. In this setup, I’m on a Virtualbox virtual disk.

Choose Zentyal Disk
Choose Zentyal Disk

14. Next choose Yes and hit Enter.

Create Zentyal Partition Table
Create Zentyal Partition Table

15. Configuring the Hard Disk Partitions. My HDD system config is the following.

  • 40 GB for / Partition ext4
  • 1 GB for swap area
  • 10 GB for /home ext4

On a real server, you should allocate more space for all of the partitions, even create a new one for /var partition. Now is the time to create a partition. Follow the steps. Choose Free space.

Choose Free Space
Choose Free Space
Set Size Partition
Set Size Partition
Set Partition Type
Set Partition Type
Set Partition Location
Set Partition Location
Root Partition Summary
Root Partition Summary

Repeat these steps for /home and swap partitions too. The final disk layout should look like this. On the next to warn dialog choose yes and hit Enter again.

Zentyal Partitioning Table
Zentyal Partitioning Table
Zentyal Partitioning Changes
Zentyal Partitioning Changes

16. The next stage on the installer is asking if you want to set up a Graphical Environment for Zentyal. If your server has a monitor and a keyboard attached to it then you should probably choose No ( This will install an LXDE GUI ) else choose yes ( you will control your system remotely using a web admin interface and ssh ).

Choose Zentyal Graphical Environment
Choose Zentyal Graphical Environment

17. Next your system starts installing.

Installing Zentyal System
Installing Zentyal System

18. On the next dialog just hit enter ( if you are accessing the internet through a proxy you should enter it now).

Configure Zentyal Package Manager
Configure Zentyal Package Manager
Configure Zentyal APT Mirror
Configure Zentyal APT Mirror

19. Choose Yes for installing Grub into MBR.

Install GRUB Boot Loader
Install GRUB Boot Loader

20. Next choose Yes for the next warning about UTC time.

Set Zentyal System Clock
Set Zentyal System Clock

21. And we reached the finish line. Press enter to continue and the system will reboot.

Zentyal Installation Completes
Zentyal Installation Completes

After rebooting the system will install some basic software and then it will prompt us for web IP administration.

Installing Zentyal Core Packages
Installing Zentyal Core Packages
Zentyal Login
Zentyal Login

Step 2: Installing Basic Softwares for PDC

22. Now it’s time to go to heavy stuff – meaning accessing web remote administrating tool and installing the basic software for the server to become a complete Primary Domain Controller (PDC) with samba4.

  • Next, open a web browser and type the address prompted in Zentyal ( for this example the web admin address is : https://192.168.0.127:8443 ).
  • Next, the web browser will warn you about a security issue relating to the certificate.

23. Choose “Advanced” and then “Proceed” like in the screenshots below.

Zentyal SSL Warning
Zentyal SSL Warning

24. Then enter your user and password for the admin user ( the user-created on installation).

Zentyal Admin Login
Zentyal Admin Login

25. We are now presented with the Zentyal Web Administration and it’s time to choose and install software for our PDC from Software ManagementZentyal Components and choose the following packages (modules) for the server to become a Primary Domain Controller.

  • DNS Service
  • Domain Controller and File Sharing
  • Firewall
  • Network Configuration
Installing Zentyal Components
Installing Zentyal Components
Installing Zentyal Packages
Installing Zentyal Packages

26. Next, go to the SystemGeneral and set the Hostname and Domain.

Set Host and Domain Name
Set Host and Domain Name

27. Now you should go to DNS Module and make sure that your domain is listed in the Domains tab.

Confirm Zentyal Domain Name
Confirm Zentyal Domain Name

28. Then go to Users and Computers Module, select Manage and add a user with Administrator Privileges for Active Directory. Select Users, Click on the “+” button below, and enter your credentials.

Add Admin User in Zentyal
Add Admin User in Zentyal

29. Now go to Domain Module, select Settings, choose a description for your server, select “Enable roaming profiles” and hit the Change button.

Zentyal Domain Settings
Zentyal Domain Settings

30. Now go top right and click on Save Changes for the system to apply your new settings and click Save.

Zentyal Save Changes
Zentyal Save Changes

That’s it for now on the PDC server minimal configuration to become a Primary Domain Controller.

Step 3: Integrating a Windows System in PDC

It’s time to integrate a Windows-based system ( In this example a Windows 10 system) in the “tecmint.com” domain.

31. First let’s set up the network configuration for the system to be able to access the new domain. Go to Start -> Control Panel -> Network and Internet -> Network and Sharing Center -> View Network Status and Tasks -> Local Area Connection.

On Local Area Connection select Properties -> IPv4 -> and enter your static IP, netmask, gateway, and DNS like in the screenshots below.

Configure IP Address in Windows
Configure IP Address in Windows

32. To be sure that everything is OK try first pinging your pdc server address and then ping the domain name.

Ping Zentyal PDC Domain
Ping Zentyal PDC Domain

33. We now reach the end of this tutorial. Let’s finish the configuration by adding Windows 10 to the tecmint.com domain name. Click “Computer” -> System Properties -> Advanced System Settings -> Computer Name.

Enter your computer name in the Computer Name field domain in Member of Domain.

Add Windows to Domain
Add Windows to Domain

34. On the next prompt enter username and password for the Administrator User of your domain ( the user created in Users and Computer through Zentyal Web Interface).

Join Domain to Windows
Join Domain to Windows
Domain Joined
Domain Joined

35. Next, restart your computer to apply changes and log on to your new domain.

AD User Login
AD User Login

36. Navigate again to Zentyal Web Dashboard and check if the Computer has been added to Users and Computers.

Windows Added to Zentyal
Windows Added to Zentyal

Congratulations! You now have a full domain service and you can easily add other windows based systems into your new domain.

The next tutorial will be on how to access your PDC server remotely from Windows-based systems, Create new Users and Groups, Create a Share, and set up Group Policy for this domain users and computers.

Matei Cezar
I'am a computer addicted guy, a fan of open source and linux based system software, have about 4 years experience with Linux distributions desktop, servers and bash scripting.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

Leave a Reply to Luv Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.