Xrdp

Today, Xrdp is a topic that covers a wide range of aspects in today's society. From the impact it has on people's lives to its relevance in the professional field, Xrdp has proven to be a fundamental piece in the development and evolution of various fields. Through various research and studies, it has been possible to confirm the importance that Xrdp has in our daily lives, as well as its role in shaping different aspects of reality. In this article, we will explore the different approaches and perspectives on Xrdp, analyzing its influence and relevance in the contemporary world.

xrdp
Original author(s)Jay Sorg
Developer(s)xrdp Team
Initial release2004 (2004)
Stable release
0.9.22 / 7 May 2023 (2023-05-07)
Repositorygithub.com/neutrinolabs/xrdp
Written inC (primarily; portions C++, Assembly)
Operating systemUnix-like
Size> 2.5 MB
Typeremote desktop software
LicenseApache, GNU Public License
Websitewww.xrdp.org

xrdp is a free and open-source implementation of Microsoft RDP (Remote Desktop Protocol) server that enables operating systems other than Microsoft Windows (such as Linux and BSD-style operating systems) to provide a fully functional RDP-compatible remote desktop experience. It works by bridging graphics from the X Window System to the client and relaying controls from the client back to X Window Server.

According to the developers, the protocol works with rdesktop, FreeRDP and Microsoft's own Remote Desktop Client.

Modes of operation

In order to relay the graphics and controls between the X Window System and the user, XRDP can utilize several forwarding modes:

  • Xvnc: This mode works by using a VNC server installation.
  • xorgxrdp / X11rdp: In this mode, XRDP can communicate directly with the X server in order to bridge the graphics.

History

The project was started in mid-2004 by Jay Sorg based on the work of rdesktop and FreeRDP that had previously explored implementations of the proprietary Remote Desktop Protocol, including RemoteFX.

The initial versions of the XRDP project relied on a local VNC server installation that had to be present alongside the program, in order to relay the graphics and controls between the user and the server (known as the "VNC forwarding mode"). However, this mode is currently not recommended to use anymore, due to its slow performance.

Due to the slow performance of forwarding to a VNC server, the developers introduced the X11rdp mode – which allowed for direct communication with the X Window Server, resulting in improved draw times and an overall better user experience. In 2019, the XRDP developers announced the xorgxrdp project as the replacement to the X11rdp mode, which is the default mode that XRDP uses in new installations.

See also

References

  1. ^ "neutrinolabs/xrdp". github.com. Github. Archived from the original on 2018-03-01. Retrieved 2018-09-22.
  2. ^ "School of GeoSciences:XRDP". ed.ac.uk. The University of Edinburgh.
  3. ^ "Install and configure Remote Desktop to connect to a Linux VM in Azure". docs.microsoft.com. Microsoft. Archived from the original on 2018-08-15. Retrieved 2018-10-03.
  4. ^ "XRDP from Mac". it.ece.iastate.edu. Iowa State University.
  5. ^ "Xrdp". Archived from the original on 2018-08-17. Retrieved 2018-09-22.
  6. ^ "Xrdp". Archived from the original on 2018-02-14. Retrieved 2018-09-22.
  7. ^ "Remote Desktop Connection to Linux from Windows using the XRDP server". Archived from the original on 2021-09-03. Retrieved 2021-09-03.

More reading

External links