08 - Windows Server 2022 Join Server to Existing Domain Controller (Video Tutorial in Khmer)
Learn how to join secondary Windows Server to existing Active Directory domain step-by-step with video tutorial in Khmer and setup tips.
2026-08-30 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Join a Secondary Server to an Existing Active Directory Domain in Windows Server 2022! Joining member servers to domain allows centralized management, single sign-on with domain admin credentials, and easy deployment of server roles like File Server or Member Server! Very easy to follow with video tutorial in Khmer! Let's get started!

Step 1: Set Preferred DNS IP to Existing Domain Controller
Before joining domain, member server MUST point Preferred DNS server directly to existing primary Domain Controller IP address!
- Press
Win + R, typencpa.cpland press Enter to open Network Connections. - Right-click your network adapter > select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) > click Properties.
- Set static IP configuration:
- IP address:
192.168.1.20(Member Server IP) - Subnet mask:
255.255.255.0 - Default gateway:
192.168.1.1 - Preferred DNS server:
192.168.1.10(Enter your Primary DC IP address!).
- IP address:
๐ก Tip: This is #1 most common mistake! If Preferred DNS points to public IP like
8.8.8.8or home router, server CANNOT query Active Directory SRV DNS records and domain join will FAIL!
Step 2: Test Network & DNS Connectivity to Domain Controller
Open Command Prompt (cmd) on your member server and test pinging Domain Controller IP and domain name:
# Ping Primary Domain Controller IP address
ping 192.168.1.10
# Ping Active Directory domain name
ping rean.local
๐ก Tip: If
ping rean.localresolves IP address192.168.1.10successfully, your DNS configuration is 100% ready for domain join!
Step 3: Join Member Server to Active Directory Domain
- Open Server Manager window.
- On left sidebar, click Local Server.
- Click hyperlink next to Computer name (or press
Win + R, typesysdm.cpland press Enter). - On Computer Name tab, click Change... button.
- Under Member of, select radio button Domain.
- Type your domain name (example:
rean.localorcompany.local) > click OK. - Pop-up credential prompt will ask for domain admin user:
- Username:
REAN\Administrator(or user account with domain join privileges) - Password:
YourDomainAdminPassword
- Username:
- Click OK! You will see welcome popup: Welcome to the rean.local domain!
๐ก Tip: Rename computer to a standardized server name (like
SRV-FILE-01orSRV-APP-02) BEFORE joining domain! Changing computer name after domain join requires extra reboots.
Step 4: Restart Member Server
- Click OK on welcome dialog box.
- Click Close on System Properties window.
- Click Restart Now button to finish joining server to domain!
Step 5: Log in with Domain Administrator Account
After server reboots finish:
- On Windows login screen, click Other user at bottom left.
- Log in using domain credentials format:
- User:
REAN\Administratororadministrator@rean.local - Password:
YourDomainAdminPassword
- User:
- Open Server Manager > click Local Server > verify Domain field shows:
rean.local!
๐ก Tip: If you want to manage this server remotely from primary DC, make sure Remote Management is enabled in Server Manager!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see how to join server to existing domain controller in Khmer:
Hope this tutorial help you join secondary server to domain easily! Practice joining member servers to your domain today. Happy learning my friends! Sharing is caring!