Difference between revisions of "X2Go"

From Blue-IT.org Wiki

(Created page with "X2Go ([http://www.x2go.org/ Homepage])is a remote control tool baed on nomachines nxserver technology ([http://www.nomachine.com/ Homepage]). There is a ppa available for ubu...")
 
 
Line 1: Line 1:
 
X2Go ([http://www.x2go.org/ Homepage])is a remote control tool baed on nomachines nxserver technology ([http://www.nomachine.com/ Homepage]).
 
X2Go ([http://www.x2go.org/ Homepage])is a remote control tool baed on nomachines nxserver technology ([http://www.nomachine.com/ Homepage]).
  
There is a ppa available for ubuntu as well as an x2go portable-apps-client.
+
For Ubuntu there is a ppa available:
 +
* https://launchpad.net/~x2go/+archive/stable
 +
 
 +
There is also an x2go portable-apps-client.
  
 
== Troubleshooting ==
 
== Troubleshooting ==

Latest revision as of 00:48, 14 January 2014

X2Go (Homepage)is a remote control tool baed on nomachines nxserver technology (Homepage).

For Ubuntu there is a ppa available:

There is also an x2go portable-apps-client.

Troubleshooting

SSH Error

Reconnection a session gives you the following error:

The remote proxy closed the connection while negotiating the session. This may be due to the wrong authentication credentials passed to the server.

Solution

On server:

sudo apt-get remove --purge -y x2goserver x2goagent x2goclient
rm -rf ~/.x2go* ~/.nx
sudo apt-get install x2goserver

On client:

sudo apt-get remove --purge -y x2go*
rm -rf ~/.x2go* ~/.nx
sudo apt-get install x2goclient

Be sure you are using "16m-jpeg".