forked from neutrinolabs/xrdp
-
Notifications
You must be signed in to change notification settings - Fork 1
xrdp broker project
jsorg71 edited this page Oct 6, 2014
·
3 revisions
xrdp broker project
As xrdp becomes more used more in larger installs(more users than what fix on one server), the need for a broker come to mind. I'm getting asked more and more for a broker.
A broker is the middle componet between the desktops and the RDP servers. The broker need to perform the following tasks.
- Check user credencials.
- Assign users to RDP servers, reconnecting if need be. If a user is already logged into one of the RDP servers and only disconnected, send them back to that same RDP server.
- Load balance the RDP server. If the user is not logged in, send them to the least busy server.