can log on HTML5 web site

Misko Stanivukovich 25 Reputation points
2025-08-06T08:10:53.28+00:00

Hello I have deployed RDS, and I also have installed HTML5

packageId                       : rd-html5 version                         : 2.1.65.0 author                          : Microsoft summary                         : The Remote Desktop Web Client minRDWebClientManagementVersion : 1.0.4 path                            : C:\Program Files\RemoteDesktopWeb\Internal\Clients\x4isi5i1.oca _baseVersion                    : 2.1.65.0 publishedAs                     : {}

I can log on to RDWeb/Pages but when I try to log to RDWeb/webclient it is rejecting my log in credentials which are the same

Windows development | Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tom Tran (WICLOUD CORPORATION) 260 Reputation points Microsoft External Staff
    2025-08-06T09:37:26.6533333+00:00

    Hi Misko Stanivukovich,

    Thanks for the update, and great job getting the HTML5 Web Client installed!

    From what you’ve described, you’re able to log in successfully at /RDWeb/Pages, but login fails at /RDWeb/webclient using the same credentials. This usually points to a configuration issue specific to the HTML5 client.

    In my understanding, The HTML5 Web Client has stricter requirements for authentication and deployment linkage. Even if RDWeb/Pages works, the HTML5 client may reject logins due to:

    • Missing or unpublished web client package
    • RD Gateway misconfiguration
    • User permissions not correctly set
    • SSO or credential caching conflicts
    • Certificate trust issues

    Here are a few things to check to help resolve this:


    1. Verify Web Client Is Published

    Run:

    Get-RDWebClientPackage
    

    If not published:

    Publish-RDWebClientPackage -Type Production -Latest
    

    Reference: Set up the Remote Desktop Web Client


    2. Use the Correct Login URL

    Make sure you're accessing:

    https://<YourServerFQDN>/RDWeb/webclient/index.html

    Some browsers don’t redirect properly if /index.html is missing.


    3. Check RD Gateway Configuration

    The HTML5 client uses RD Gateway for external access. Ensure:

    • RD Gateway is enabled and reachable
    • Certificate is valid and trusted
    • Gateway settings are configured in the deployment

    I managed to find this thread with a similar issue, please take a look at the solutions when you have the time: RemoteApp WebClient Launch Failure


    4. Review User Permissions

    Make sure the user:

    • Is part of the Remote Desktop Users group
    • Is assigned to the RemoteApp collection

    Reference: RDWeb login OK, but RemoteApp says credentials are wrong


    5. Check for SSO Conflicts

    If SSO is enabled and the user recently changed their password, registry settings like ForceSilentTSAutoLogon can block login.

    Reference: SSO Login Failure Troubleshooting


    6. Try a Different Browser or InPrivate Mode

    Sometimes cached credentials or certificate trust issues can interfere. Testing in a clean browser session can help isolate the issue.


    Let me know what you find after trying these steps. If login still fails, feel free to share any error messages or screenshots, and I’ll help you dig deeper.

    0 comments No comments

  2. Misko Stanivukovich 25 Reputation points
    2025-08-06T14:01:24.52+00:00

    It is having same issue

    An account failed to log on.

    Subject:

    Security ID:		NULL SID
    
    Account Name:		-
    
    Account Domain:		-
    
    Logon ID:		0x0
    

    Logon Type: 3

    Account For Which Logon Failed:

    Security ID:		NULL SID
    
    Account Name:		test
    
    Account Domain:		dc01
    

    Failure Information:

    Failure Reason:		An Error occured during Logon.
    
    Status:			0xC000006D
    
    Sub Status:		0x0
    

    Process Information:

    Caller Process ID:	0x0
    
    Caller Process Name:	-
    

    Network Information:

    Workstation Name:	TC-XXXXX
    
    Source Network Address:	131.176.170.130
    
    Source Port:		51038
    

    Detailed Authentication Information:

    Logon Process:		
    
    Authentication Package:	NTLM
    
    Transited Services:	-
    
    Package Name (NTLM only):	-
    
    Key Length:		0
    

    This event is generated when a logon request fails. It is generated on the computer where access was attempted.

    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).

    The Process Information fields indicate which account and process on the system requested the logon.

    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

    The authentication information fields provide detailed information about this specific logon request.

    - Transited services indicate which intermediate services have participated in this logon request.
    
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.