How To Setup X2Go Server & Windows 10 Client On Linux Mint 19.3
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
X2Go is a remote desktop application to access X-Desktop enviroments over a network connection, it is well suited for low bandwidth connections, has support for sound with PulseAudio and allows desktop sharing. The application has two parts, the x2goclient for the client side and x2goserver (which has to be installed on the desktop system that shall be accessed). The X2Go client software is available for Windows, Mac OS X and Linux.
Offcial Website -https://wiki.x2go.org/doku.php/start
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification:-
Os : Linux Mint 19.3 Tricia | Hostname: www.example.com | IP Address of Server:192.168.1.30
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd ; getconf LONG_BIT ; hostname ; hostname -I && apt install -y build-essential net-tools curl git software-properties-common
apt update
sudo apt-get install x2goclient x2goserver x2goserver-xsession xfce4 -y
X2Go Client Download Link - https://wiki.x2go.org/doku.php/start
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment