hi,
we are streamlining out RDP sessions and found that we have trouble when we are trying to log in with FQDNs instead of IPs. Claude advises us:
When you connect by FQDN (srv003.ad.domain.com), RDM attempts Kerberos authentication. When you connect
by IP, it falls back to NTLM. The PC isn't domain-joined, so it can't obtain a Kerberos ticket, and the token is
invalid.
The fix is in RDM's connection settings. For this connection entry:
1. Open the connection properties in RDM
2. Look for Authentication or Security settings
3. Set Network Level Authentication (NLA) to use NTLM instead of Kerberos (or "Negotiate")
4. Alternatively, some RDM versions have a setting called "Authentication Level" or "Credential Security Support
Provider (CredSSP)" — set it to not require Kerberos
I can't find these settings in RDM..
Hello
Claude is correct that RDP will not even try Kerberos if you connect with an IP address, but it is wrong about this being a setting you can toggle on the RDP client (at least - using Microsoft's first party clients, which is what RDM does by default - embedded RDP is the Microsoft RDP ActiveX control).
We do expose this option if you switch to the FreeRDP backend, but it doesn't have first class support on RDM Windows so it feels a bit heavy handed.
The expectation is that if Kerberos can't be used for some reason, the MS RDP client should failover to using NTLM.
You can't really disable Kerberos just for Microsoft RDP, you have to disable it generally via a group policy or similar. I wouldn't recommend it.
Can you explain exactly what the problem or error is when you try to connect by FQDN?
Thanks and kind regards,
Richard Markievicz
This is what we did and the consequences are a little bit strange:
Remote Desktop Connection
An authentication error has occurred. The token supplied to the function is invalid
Remote computer: srv003.ad.domain.com
^ Hide details OK
Error code: 0x0 Extended error code: 0x0 Timestamp (UTC): 03/09/26 05:16:13 PM Activity ID: 56faf5ba-9430-4510-b12c-cefee05f0000
Press Ctrl+C to copy. e
But when we use quick connect with the IP or FQDN and enter the credentials manually we can login..
Hello
It sounds to me like a credential / authentication context mismatch, possibly being caused by cached credentials.
If you pick one RDP session to test with, can you verify:
In the above workflow, did you use the same user account each time? Is it an actual user account, or "Administrator" (which is a key difference when we consider that account can have the same name in both local and domain contexts)?
Please, let me know if something isn't clear
Kind regards
Richard Markievicz
Yes, it looks a little bit like a caching issue because another server in the same network with the same FQDN suddenly connects successfully when using the linked credentials. the one with the credentials set in the session did not, but when i switch it to the linked creds as well it works again. so, thanks, everything is fine now! :)
btw, please remove the real-life domain names from your post, just for privacy reasons. I thought I cleaned it up in my post but obviously did not..
Hello
Ok, first I did edit my post. Sorry about that.
I'm glad things seem to be working better. Without a broader understanding of how you have things set up, it's hard to say precisely "this is what the problem was" but I can give some pointers moving forward.
As always, if you're still getting issues, or have other questions or comments; don't hesitate to post back
Kind regards,
Richard Markievicz