3

What is the highest RDP protocol version implemented by Remmina or the underlying FreeRDP software? I cannot seem to find any details on the official website of either project?

I am looking to repurpose some old laptops by installing a small Linux distro plus Remmina to allow them to remote desktop to a Windows 10 PC. I'm aware that Windows Server 2012 (equivalent to Windows 8) requires a Remote Desktop client supporting RDP Protocol 6 or later. Therefore I'm afraid connecting to Windows 10 will require a minimum of RDP Protocol 6 or later. That is why I'm asking the hightest RDP protocol supported by Remmina/FreeRDP.

Giacomo1968
  • 58,727

3 Answers3

6

FreeRDP supports AVC which was introduced in RDP version 10 it should be compatible with RDP version 10. But as with all proprietary protocols mileage may vary. Using AVC444 or AVC420 you should be able to connect (eg. /gfx:AVC444).

Initial support was added Jul 2, 2014 so chances are high everything works today. According to the source code of gcc.c and settings.h FreeRDP appears to be compatible up to RDP version 10.7. The support was added on Dec 19, 2019 and was first available in FreeRDP release 2.0.0.

2

As far as I know, Remmina/FreeRDP can connect to all versions of Windows, including Windows 10, so supporting all versions of the RDP protocol.

Strangely enough, the projects themselves don't list specific Windows versions, but many articles discuss connecting from Linux to Windows 10.

One example is How to connect to a remote desktop from Linux:

Remmina's minimal UI makes it easy to remotely access Linux PCs and Windows 10.

Note that RDP is not supported in Windows 10 Home. If this is your case, see also
tutorial for installing Reminna and using RDP with Windows 10 Home.

harrymc
  • 498,455
2

I found no direct information on the association Version of Remmina <-> Version of FreeRDP <-> Version of RDP.

But I found the following pieces of information:

  1. Free RDP lib >= 2.0.0-rc2 supports H264 ref.
  2. Remmina 1.2.30.1 supports Free RDP lib >= 2.0.0-rc2 ref.
  3. Support for H264 was added in RDP version 10.0, the latest (important for video compression).

So Remmina 1.2.30.1 would be enough to connect with the latest RDP version.