Results 1 to 10 of 83
Threaded View
-
29th Aug 2010, 12:08 PM #1OPBanned
Installing Remote Desktop on a Linux VPS With CentOS 5
Hey guyz .... just thought i would post a way of installing the Remote Desktop on a linux VPS ... some 256mb of ram will also able to run it but ofc it'll be slow .. i recommend 512mb of ram as minmum for it ...
for this i'll be using the software putty which many of u use ...
this is basically installing the VNC on the VPS ....
ok so here i go ....
login to ur putty and then start with these codes for installing required packages for VNC We'll need the X Window System and a desktop environment :-
Code:yum groupinstall "X Window System" yum groupinstall "GNOME Desktop Environment"
also the installation will take some time ... so i'll say patience gives sweets fruits ...
NOTE: If you receive the error “Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto” while installing GNOME Desktop Environment, you will need to manually install nautilus-sendto with the following procedure:
Code:yum install yum-utils yumdownloader nautilus-sendto rpm -Uvh --nodeps nautilus-sendto[PRESS TAB]
Code:nano /etc/sysconfig/vncservers
Code:VNCSERVERS="2:root" # display port and username VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost
the 2nd line 800x600 is the reselution ... edit it as per ur needs
now ur RDP is almost ready ... all u gotta do is give it a password ...
type in :-
Code:vncpasswd
now add the thing is to run these Remote Desktop u 1st need to start it manually from the ssh by typing
Code:vncserver :2
now ... not so fast .... theres one more thing u need to edit ...
starting the server was just to chk if it was working fine ...
now kill it's process :-
Code:vncserver -kill :2
Code:nano ~/.vnc/xstartup
Code:twm &
Code:gnome-session &
Code:vncserver :2
Code:87.68.xx.xx:2
will i use TightVNC for this
u can also use RealVNC
now all u gotta do is type the ip with the port in this way
and then connect to it ... type in the password of the VNC that u made in the SSH ... and voila ... ur remote desktop is ready !!!
it may look something of thing kind
Enjoy guyz ... and ofc u may need to install the softwarez that u want in it ... my 1st tutorial .... hope u all like itvizoomer Reviewed by vizoomer on . Installing Remote Desktop on a Linux VPS With CentOS 5 Hey guyz .... just thought i would post a way of installing the Remote Desktop on a linux VPS ... some 256mb of ram will also able to run it but ofc it'll be slow xD .. i recommend 512mb of ram as minmum for it ... for this i'll be using the software putty which many of u use ;) ... this is basically installing the VNC on the VPS .... ok so here i go .... login to ur putty and then start with these codes for installing required packages for VNC We'll need the X Window System and Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Tutorial] How to Install Remote Desktop ( RDP ) on Centos vps
By simoestcoool in forum Server ManagementReplies: 31Last Post: 18th Nov 2012, 03:26 AM -
Installing Remote Desktop on a Linux VPS With Ubuntu 9
By RiNCEWiND in forum Technical and Security TutorialsReplies: 30Last Post: 2nd Oct 2012, 02:10 PM -
GNOME desktop environment - Centos 6 - Installing flash
By igordr in forum Server ManagementReplies: 2Last Post: 7th Aug 2012, 03:29 PM -
[help ] Remote Control Software for linux (ubuntu or centos)
By freecbc3 in forum Technical and Security TutorialsReplies: 5Last Post: 11th Oct 2010, 08:04 PM -
[VPS] Setup Remote Desktop Only 3$ (Ubuntu/Centos)
By robinex in forum ArchiveReplies: 0Last Post: 19th Apr 2010, 10:19 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...