How can I stop users from RDPing to localhost on a Windows Server?

0
13
Asked By TechyTurtle007 On

I'm trying to prevent Terminal Services users from starting a new RDP session on the same server using 'localhost' with a different user account. Does anyone have any suggestions or strategies for this?

5 Answers

Answered By QuirkyTechie44 On

Another approach could be to modify the hosts file to make localhost point to an invalid IP. Just be cautious if you have web applications that may rely on it.

Answered By HelpfulHarriet42 On

It sounds like you may want to look into changing the security permissions to restrict RDP access from the server itself. Check out this link for more info: https://superuser.com/questions/1926981/restrict-a-local-windows-10-11-user-from-using-rdp-from-its-localhost. Just a heads up though, blocking RDP access only from localhost might be tricky.

CuriousChris88 -

That's interesting, but I actually found it works for preventing those kinds of connections!

Answered By ConfusedCoder56 On

Have you thought about just blocking access to mstsc.exe? You could use AppLocker policies for that if you have it set up.

Answered By ServerSage99 On

You really need to explain why your users have multiple accounts. It’s key to addressing your issue effectively. Knowing what you hope to achieve can also help us give better answers.

Answered By FirewallFanatic11 On

It might be worth considering a firewall rule to block localhost as a source, but I’m not sure if that’s feasible with your setup. That said, this also sounds like it could be an educational issue for your users to clarify the correct usage.

NetworkNerd25 -

Exactly! They might be trying to bypass restrictions like Citrix escape, but I think education is really the key here.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.