X2Go Client can be used to connect to Microsoft Windows Terminal Servers. There are two modes available: DirectRDP support and X2Go-proxied RDP support.
Especially for X2Go Client running on the X2Go TCE, we added a feature to X2Go Client that we call DirectRDP. In DirectRDP mode X2Go Client basically becomes a GUI frontend for rdesktop
or xfreerdp
(which of the two is configurable per session profile). If a session profile is configured for DirectRDP mode, X2Go Client turns into a normal RDP client GUI.
This can be very handy on X2Go Thin Client Environment machines. For Linux-based businesses, in most cases it cannot be avoided having a few MS Windows machines on site. If your company's IT concept is server/client based, then the X2Go TCE comes into play. You can use X2Go Client (in TCE mode) to manage your sessions on your company's X2Go Server and also provide session profiles for your (e.g.) accountants who need to work on the MS Windows machines.
Session profiles with DirectRDP support can also be deployed via the X2Go Session Broker. So most features of the X2Go Session Broker can be combined with X2Go Client's DirectRDP feature.
Direct RDP sessions should then be fine-tuned under the Settings tab.
X2Go Client allows to select what RDP client backend should be used. You can either choose rdesktop
or xfreerdp
. The client of your choice also has to be installed on the X2Go Client machine.
The rdestop
command is rather old (but still maintained by its developers) and only supports RDP session protocol versions up-to RDPv5. However, in some cases rdesktop
appears to be more robust than xfreerdp
.
The FreeRDP project develops the xfreerdp
command line RDP client. The project development is very active at the time of writing this (spring 2014) and many RDP features of recent RDP protocol versions are implemented / are getting implemented in FreeRDP.
The fine-tuning of RDP client specific features is done via specifying extra command line options of the respective RDP client. See man rdesktop or man xfreerdp on the machine that you want to use X2Go Client on.
Some command line options are derived from the X2Go Client session profile settings (hostname, username, geometry, etc.).
Extra command line options for rdesktop
can be specified in the Additional parameters field.
Some command line options are derived from the X2Go Client session profile settings (hostname, username, geometry, etc.).
Extra command line options for rdesktop
can be specified in the Additional parameters field.
With X2Go you can launch any application hosted on a Linux-based X2Go Server. These applications can run inside a full desktop session launched on a remote X2Go Server or these applications can run independently and seamlessly integrate into your local desktop session (e.g. see the Published Applications documentation).
An RDP session is a remote session on an MS Windows machine. With an RDP client application like the rdesktop
command line utility, you can connect to MS Windows desktops and launch remote sessions on that Windows machine from a Linux-based desktop.
An X2Go-proxied RDP session now is an RDP session that gets launched inside an X2Go session.
If X2Go Client is used for proxying an RDP session, the session start up goes like this:
rdesktop
is installedrdesktop
command inside this session (with a special set of parameters)rdesktop
RDP client connects to the MS Windows machine, starts/resumes an RDP session thereThere are some benefits gained from this approach compared to direct RDP session setups.
In X2Go Client's session profile manager, select the following parameters:
-u <windows-username> -d <windows-domain-name>
If you want to save your users from having to enter username and password twice (SSH for X2Go Server, RDP for MS Windows machine), you can put these special parameters into the advanced RDP options:
-u X2GO_USER -p X2GO_PASSWORD
X2Go Client's DirectRDP feature was sponsored by the Rohloff AG back in 2012.