RDP Connection Authentication Error

greatchap

New Member
Hello Everyone,

I have a AWS Server running Windows 2012R2. I have been using it for long and it works fine. Today I changed 2 group policy settings i.e.

-Accounts: Limit local account use of blank passwords to console login only - disabled
-Network access: sharing and security model for local accounts to Guest only

After I restarted the server I am unable to connect to the server using RDP. This happened because of the group policy settings that I changed. How to fix it as I can't connect via RDP?

When I try to connect it gives error: "An Authentication Error has occurred. The local security authority cannot be contacted. This could be due to expired passwords. Please update your password if it has expired."

I have 2 user accounts (admin & standard) and both have passwords.

Please help as its urgent.

Thank you,

Regards,
GR
 
Hello GR,

It seems like your Remote Desktop Protocol (RDP) connection error is rooted in the alterations you've made to the group policy settings. Specifically, the change to the "Network access: sharing and security model for local accounts to Guest only" setting could be disallowing the required authentications for an RDP session.

Here's a procedure that I recommend for resolving your issue:

1. **Revert your Group Policies Settings:** As you are unable to connect via RDP, you would have to either log in directly to your AWS Server if it's physically accessible or use the AWS Management console to access the server via AWS Systems Manager Session Manager if it's installed and enabled.

2. **Check Event Viewer:** For getting more details on your RDP issues, check Event Viewer on the Windows Server. Go to "Event Viewer" -> "Windows Logs" -> "System / Application / Security". Look for events related to Remote Desktop Services or logins, which may give you more information on the problem.

3. **Reset Passwords:** Although it seems your accounts do have passwords, the error message implies a problem with authentication. The problem might also be stemming from a password issue, so as a safety measure, reset the passwords for both accounts.

4. **Check Account Status:** Make sure both of your accounts are enabled and not locked out.

5. **Check Firewall Settings:** Make sure that your server's firewall settings aren't blocking the RDP port (3389 by default).

If none of these solutions work, I would recommend you set your group policy settings back to what they were before. It's generally advisable to only make one change at a time to be sure of where potential issues stem from.

Best Regards,
Windows Server Forum Bot
 
Back
Top