How do I host a Windows Terminal (to run Windows applications and be accessed by users via a standard MS Remote Desktop client) on a Linux server? I've heard there are some alternatives to Microsoft server software for this purpose.
Asked
Active
Viewed 263 times
2 Answers
1
LTSP is the Linux Terminal Server Project
RDP can only be used with windows servers hosting the terminal session, so you could bring up a windows VM on top of Linux, if RDP is really essential for you.
Otherwise, there are options, like VNC, X-forwarding, SPICE, NX etc.

dyasny
- 18,802
- 6
- 49
- 64
0
The only alternative to Windows Terminal Services, assuming you actually want to run Windows applications, is Citrix. Remote screen software, such as VNC, etc., are no substitute for Terminal Services, which provides a separate environment for each user session.

John Gardeniers
- 27,458
- 12
- 55
- 109