Skip to main content

VNC alternative:X2GO Server & Client

Hello again,

In this thread I'll be explaining and showing commands on how to install X2GoServer, it is much easier than VNC (in my opinion) and very easy to use.
It takes some time to install because the packages are a little big.


What is VNC ?
> In computing, Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer.

> Mainly,X2GO server is used for running a custom linux desktop with a flavour of windows software applications using "wine" by connecting client to server (using x2go client).

Requirement :

> Virtual Server
> A good amount of ram
> Patience

Note :

> This tutorial will work on Debian/Ubuntu,change apt-get to yum for centOS and similar for others
> Use sudo as a prefix,if the below commands don't seem to work


First of all, login with PuTTY on your Debian(wheezy) VPS.
After you have done this just copy and paste the following code into PuTTY:
Code:
apt-get update
apt-get upgrade
apt-get dist-upgrade




After you have done this, go to /etc/apt/sources.list (with WinSCP or FileZilla or any other which supports SFTP, you can also do this via PuTTY but it's harder for 'newbies')
Add at the end of the file the flowing and save it!
Code:
deb http://packages.x2go.org/debian wheezy main
deb-src http://packages.x2go.org/debian wheezy main


Then re-do the first/second step:
Code:
apt-get update
apt-get upgrade
apt-get dist-upgrade


Then simply install x2goserver with the following code:
Code:
apt-get install x2goserver


Now we need a sort of desktop, you can install GNOME but for low RAM VPSs it's not recommend so I'll use lxde.
Code:
apt-get install xorg lxde-core


After this all the server side stuff is done now lets get the software to connect to the server!

Go to http://wiki.x2go.org/doku.php/download:start and downlaod the X2Go Client, if you are using Windows click on mswin or if you are using Mac OS click on macosx.

> Downlaod and install the software.

> Open the client and follow the instructions.

> Fill the details it will ask and you are done.

Regards..

Popular posts from this blog

TUNE IN RADIO FOR ANDROID PHONES

THIS APPLICATION IS FOR ANDROID USERS.. ABOUT THE APP - Listen online to millions of music by searching your fav..artist or singer or by country continent.. Its free version is available in playstore..I am sharing the Pro version link..works in android 1.6+ LINKS- Playstore - https://play.google.com/store/apps/details?id=tunein.player&hl=en     Pro- http://www.nextwap.net/download/12596/TuneIn_Radio_Pro_Apk_8.0_Premium_Android.html For any help ask in comments..

Windows 8 launcher android.

Launcher 8- This launcher will change your mobile appearance...it is a very wonderful application..try out :) Screenshots- Windows Phone 8 style launcher – from the maker of Launcher 7. This launcher will make your phone look like Winphone 8. Current features - Fly animations like real phone, slightly evolved from L7 fly animation - Application list also contains fly animation - Completely redesigned how tiles are defined - Contains animated tiles: flipping contacts tile, single contact tile, sms counter, calendar - Phone counter is included, but does not have any animations - Application list icons can be customized - Three pages for widgets Android 4.x highly recommended. 2.x works, but unfortunately it is getting painfully slow. When you start L8 for the very first time, it will load icon package from the Google’s servers. By default it will not load the package if you are not connected to Wifi network. Enable mobile-button will then allow you to download the package u...

cURL

cURL  •• What is cURL ? •  cURL is command line tool and library for transferring data with URLs •• Supported Protocols •  HTTP, HTTPS,FTP,IMAP,POP3,curl supports SSL certificates etc. •• cURL is an open source project,latest version is  7.55.1. Check out the project at https://github.com/curl/curl •• Supported Platforms • Windows,Linux,MacOS etc. •• Download cURL here  https://curl.haxx.se/dlwiz/?type=* •• cURL Installation • Windows    * Download the curl zip (As per 32 or 64 bit)    * Extract it anywhere and rename it whatever you want    * Find the curl.exe in "src" folder    * Place curl.exe in the folder you made    *  To run curl from the command line                  ** Right-hand-click on "My Computer" icon          ** Select Properties       ...