25 - Windows Server 2012 How to Fix Problem Client Cannot Login to Server (Video in Khmer)
Learn how to fix problem client cannot login to server on Windows Server 2012 R2 step-by-step with video tutorial in Khmer and tips for beginners.
2026-09-15 ยท 4 min read
Hello my friend! Today I show you step-by-step how to Fix Problem Client Cannot Login to Server on Windows Server 2012 R2 inside VMware! When client PC cannot log in to domain server, error messages like "There are currently no logon servers available" or "The trust relationship between this workstation and primary domain failed" can happen! Follow troubleshooting steps below with video tutorial in Khmer! Let's get started!
๐ก Tip: 90% of domain login problems are caused by incorrect DNS IP address on client PC or time desynchronization between client and Domain Controller server!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see complete process in Khmer:
Step 1: Verify Client DNS Server Settings & Ping Server
- On client PC, press
Win + R> typencpa.cpl> press Enter. - Right-click Ethernet adapter > select Properties > double-click Internet Protocol Version 4 (TCP/IPv4).
- Verify Preferred DNS server is set to Domain Controller IP address (example:
192.168.1.100). - Open Command Prompt (
cmd) > typeping mydomain.localto verify server responds.
๐ก Tip: If client DNS points to home router IP (like
192.168.1.1or8.8.8.8) instead of DC IP address, client PC cannot locate Domain Controller for login!
Step 2: Sync System Time & Date with Domain Controller
- Check system date and time on client PC vs. Domain Controller server.
- If time gap is more than 5 minutes, Kerberos domain authentication will fail automatically!
- On client PC, open Command Prompt (
cmd) as Administrator > run:net time \\YourDomainControllerIP /set /y - Time synchronizes with server immediately!
๐ก Tip: Active Directory domain security requires client and server clock times to be synchronized within a 5-minute threshold!
Step 3: Check Account Status & Unlock Account on Server
- On Domain Controller, open Active Directory Users and Computers (
dsa.msc). - Find target user account > double-click to open properties > click Account tab.
- Make sure box Account is disabled is UNCHECKED.
- If account is locked out, check box Unlock account > click Apply.
- Right-click user account > select Reset Password... if user forgot password.
๐ก Tip: If user account has "User must change password at next logon" checked, client PC prompts user to create new password at login screen!
Step 4: Fix Broken Domain Trust Relationship (Re-join Domain)
If client shows error "The trust relationship between this workstation and primary domain failed":
- On client PC, press
Win + R> typesysdm.cpl> press Enter. - Click Change... button > change domain to WORKGROUP (example:
WORKGROUP) > click OK > Restart Now. - Log in with local administrator account.
- Open
sysdm.cpl> change back to Domain (example:mydomain.local) > enter Domain Admin credentials > Restart Now. - Domain trust relationship is repaired and client can log in successfully!
๐ก Tip: Shortcut! Run PowerShell command
Test-ComputerSecureChannel -Repair -Credential (Get-Credential)on client PC to repair broken domain trust without restarting twice!
Related Tutorials
- ๐ Windows Server 2012 Complete Tutorial Series (Video in Khmer)
- ๐ป 07 - Windows Server 2012 Join Domain Client to Domain Controller (Video in Khmer)
- โจ๏ธ 09 - Windows Server 2012 Join Domain using Command Line (Video in Khmer)
- ๐ 15 - Windows Server 2012 Allow User to Reset Password (Video in Khmer)
- ๐ 19 - Windows Server 2012 Configure DNS Server (Video in Khmer)
Hope this tutorial help you fix problem client cannot login to server on Windows Server 2012 R2 easily! Practice Active Directory domain troubleshooting today. Happy learning my friends! Sharing is caring!