X2Goserver Installation
5 March, 2021 by
X2Goserver Installation
Administrator
| No comments yet


 

I will be installing X2Goserver in my Ubuntu 14.04 Server as follows:

apt-get update
apt-get install python-software-properties
add-apt-repository ppa:x2go/stable

root@server1:~# add-apt-repository ppa:x2go/stable
Quick howto to turn your machine into an X2Go server:

sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
sudo apt-get install x2golxdebindings  # if you use LXDE/lubuntu

Quick howto to install the x2goclient:

sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goclient

Enjoy!
More info: https://launchpad.net/~x2go/+archive/ubuntu/stable
Press [ENTER] to continue or ctrl-c to cancel adding it  <–ENTER

gpg: keyring `/tmp/tmpyyi5xx5q/secring.gpg’ created
gpg: keyring `/tmp/tmpyyi5xx5q/pubring.gpg’ created
gpg: requesting key 0A53F9FD from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpyyi5xx5q/trustdb.gpg: trustdb created
gpg: key 0A53F9FD: public key “Launchpad PPA for x2go” imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
root@server1:~#

It will add the X2Goserver repository, Now install it as :

apt-get update
apt-get install x2goserver x2goserver-xsession

Now we need to install the graphical Desktop environment  in the Ubuntu Server, for that install:

apt-get install xfce4
reboot

After reboot we are ready for the connection.

 

Sign in to leave a comment