Win 2025 RDP host - users get booted and cannot reconnect until an admin changes security groups.

Posted by Glasofruix@reddit | sysadmin | View on Reddit | 15 comments

Hey there,

We are having a problem that's killing what's left of my hairline.

The situation, a classic domain with a bunch of win 2022 servers, two DCs, fileserver, app servers etc...

The client wanted a self contained machine to run a multi user app (minimal spending/resources). We've basically installed a classic poor man RDS farm with the broker, rds licensing server + host on the same VM (something we hate, but we've seen working on hundreds of sites). No user containers, fslogix or anything fancy. Juste one VM to rule them all. Users click on rdp file, enter their domain credentials, get connected to a desktop from which they would run their app, no printing, file sharing, pure remote desktop one app use.

The problem: after a while, 8-10 hours they get disconnected from the server and cannot reconnect. With the classic message saying "this user cannot open a remote desktop connection because he's not authorized" or some such. BUT, the user is authorized, either through an AD group allowed in the collection settings our directly with their domain account. It does not happen gradually, everyone gets the same treatement even users who did not connect that day. Basically any user not in the admin group gets the stick.

We've found out that modifying the collection authorizations, either by adding or removing a group or a user (even a rando test user not even in the same group) fixes the immediate problem. The users can reconnect and work for the next 8 hours or so.

We've tested the kerberos connections to the DCs, we've disabled every firewall rule between the affected machine and the rest of the network, there are no session expiration rules/gpos in place. The network is clean and every bit of trafic gets where it should to through the correct ports.

There are no errors reported in the event viewer when the problem occurs, all we can see are events

261 - connection received

1149 - authentication succeeded

when everything is working an event 263 connection established usually follows, but not this time.

It's like the groups get reset after 8 hours and mucking around renews something somewhere but we really have not clue where, how and why.

At this point we suspect a bug in win 2025, but the OS is up to date.

If anyone has a clue, please share ;)