-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
README
Current Version: 0.9.0
xrdp provides a graphical login to remote clients using RDP (Microsoft Remote Desktop Protocol). xrdp accepts connections from veriaty of RDP clients: FreeRDP, rdesktop, NeutrinoRDP and Microsoft Remote Desktop Client (for Windows, macOS, iOS and Android).
As Windows-to-Windows Remote Desktop can, xrdp supports not only graphics remoting but also
- two-way clipboard transfer (text, bitmap, file)
- audio redirection (client to server, setver to client)
- drive redirection (mount client drives on server)
All traffic between server and client can be protected by TLS (depends on configuration).
apt-get install xrdp
yum install xrdp
dnf install xrdp
This project is very much dependent on NeutrinoRDP
, FreeRDP
, rdesktop
and
the work of Matt Chapman and the NeutrinoRDP
team members, of which I'm a
member.
Mark from up 19.9 was the first to work with RDP server code.
Tested with Linux on i386, x64, SPARC and PowerPC. I've got it compiling and working in windows with Borland free tools. None of the sesman or Xserver stuff works in windows of course.
xrdp
├── common
├── docs
├── fontdump
├── genkeymap
├── instfiles
├── keygen
├── librfxcodec
├── libxrdp ----- a static library needed by xrdp
├── m4
├── mc
├── neutrinordp
├── rdp ---------- an rdp client module for connecting to another rdp server
├── sesman ------- a session manager for xrdp that uses Xvnc for the Xserver
├── tcutils
├── tests
├── vnc --------- a simple vnc client module for xrdp
├── vrplayer
├── xorg
├── xorgxrdp
├── xrdp --------- main server code
├── xrdpapi
├── xrdpvr
└── xup ---------- a module used to connect to an rdp specific X11 server
Jay Sorg