Myfinalhost22
06-11-2011, 12:11 PM
i want to view my centos vps desktop i am not very techinal so i need easy steps can anyone help
![]() | View Full Version : easy ways to view u vps desktop Myfinalhost22 06-11-2011, 12:11 PM i want to view my centos vps desktop i am not very techinal so i need easy steps can anyone help betacorp 07-24-2011, 07:04 PM You may need to install a desktop. How can you get to it? Vnc? Most things can be done through the terminal anyway. SaffronSolutions 07-25-2011, 03:29 AM Which OS You Are using ? betacorp 07-25-2011, 04:16 AM He says - centos If you can't get into vnc then you can't use a desktop. SaffronSolutions 07-25-2011, 04:51 AM Well Here is the Tutorial For Installing Remote Desktop For Centos . Hope It Will Work For You :) Step 1: Download an install putty . This is a utility which you will use to send remote commands to your vps for installing rdp.When you will run putty , it will open a window like this.Where you enter the ip address of your vps which your host gave you and click on open. http://img705.imageshack.us/img705/2118/20101109165518.jpg Step 2: In the next window login as root and supply your root password. This will log you as root into your vps. http://img585.imageshack.us/img585/1310/20101107215820.jpg Step 3: The next steps assume that your centos comes with YUM already installed. You may check if it is installed or not by issuing the following command in ur putty window. yum If the output is something like this window , then it is ok otherwise contact your hosting provider to isntall yum for you. They can do it in two seconds and they should have included it in the first place. http://img684.imageshack.us/img684/715/20101109170707.gif Step 3: Now we are using the command to install genome desktop enviroment which will install graphical environment on your vps . Issue the following command in the putty window. yum groupinstall 'GNOME Desktop Environment' 'X Window System' This will take quite some time ( around 10-15 ) minutes , depending upon the speed of your vps. Please wait for it to finish. After the command executes successfully , issue the following command. yum update This will update your system. Step 4: Now we will install NX/FreeNX server in vps which will act as our server when in the next steps we connect to this vps as rdp. More information about NX server and client can be found here. In your putty window , issue the following command. yum install nx freenx When this command executes successfully , you again issue the yum update command. yum update Now restart your server and issue the following command. shutdown -r now This will restart your server in about two minutes time. You will have to close the putty window and again start putty and connect to your server as in Step 2 above. We will be needing something from this putty window one final time in a while. Step 5: Now go here and download NX client for windows and install it. http://img828.imageshack.us/img828/3461/20101109175030.jpg Now run nx client from programs and a window like this will open.Enter in the Host box your IP address of vps , Select Gnome as desktop and display area as Available Area and move to next step without pressing any other button. http://img27.imageshack.us/img27/4710/20101109175620.jpg Step 6: Go to your putty window and issue the following command. cat /var/lib/nxserver/home/.ssh/client.id_dsa.key Now copy the resulting dsa key with Control + C . The area to be copied is shown as grey area in the following picture. http://img152.imageshack.us/img152/9415/20101109180644.jpg Now go to the nomachine client window that we have left opened in Step 5 and click on key and paste the copied text from putty window in place of the already existing default key there. http://img233.imageshack.us/img233/4647/20101109181442.jpg Click Save and Then Click OK. It will open a window like this. http://img178.imageshack.us/img178/1650/20101109181624.jpg Enter your user name as root and your root password and click login. And if you followed me correctly , you will soon see a screen like this. http://img29.imageshack.us/img29/9505/20101109182046.jpg And then finally your centos remote desktop screen like this: http://img641.imageshack.us/img641/2619/20101109182126.jpg Dig1 07-29-2011, 04:28 PM Installing Gnome and running will require a minimum of 1 gig ram on your vps 613.72 MB of 1 GB used / 410.28 MB free before i installed Gnome i was using 387.38 MB of ram |