GraD0s 1 Posted May 11, 2016 (edited) 1. Login to to VPS via SSH and install gnome sudo yum groupinstall Desktop 2. install Vnc Server,Nano Editor and Font. sudo yum install nano sudo yum install tigervnc-server sudo yum install xorg-x11-fonts-Type1 Confirm with ( Y ) 3. To make VNC start automatic after reboot. Use this commands. sudo chkconfig vncserver on 4. Make password for you VNC server. Enter password and Verify. vncpasswd 5. Now set resolution and user on you VNC server. Edit using nano or another editor. nano /etc/sysconfig/vncservers Copy/Paste this code at last line. VNCSERVERS="1:root"VNCSERVERARGS[1]="-geometry 1024x600" save and exit. Then restart VNC. service vncserver restart 6. To enter GUI GNOME when startup. Kill VNC service first. vncserver -kill :1 and edit this file. nano .vnc/xstartup at the last line, put # on "twm &" and add this code "exec gnome-session &" #twm &exec gnome-session & save and exit. 7. Lastly start and restart VNC with this command. service vncserver start service vncserver restart Done To connect to your GUI GNOME please use VNC Viewer. Download from Here : VNC Viewer and insert YOUIPVPS:1 and vnc password you create early. Edited May 15, 2016 by Hyena 1 minx123 reacted to this Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 12, 2016 You should be specific of OS. To those who are wondering, Above guide is for CentOS Quote Share this post Link to post Share on other sites
0 Critica 2 Posted May 12, 2016 did somebody told you how awsome you are? ive been using a different VPS hosting and i have no idea how to set this all up. because usually RO hostings are pre set up and all you need to do is edit some files.now that ive already done this, all i need to do is upload my server to my VPS and im good to go!thank you!ive saved up to 4$ a month using a different VPS hosting sites Quote Share this post Link to post Share on other sites
0 GraD0s 1 Posted May 13, 2016 You should be specific of OS. To those who are wondering, Above guide is for CentOS Ohh yah i forgot bout that . did somebody told you how awsome you are? ive been using a different VPS hosting and i have no idea how to set this all up. because usually RO hostings are pre set up and all you need to do is edit some files. now that ive already done this, all i need to do is upload my server to my VPS and im good to go! thank you! ive saved up to 4$ a month using a different VPS hosting sites You welcome dude Quote Share this post Link to post Share on other sites
0 minx123 2 Posted May 14, 2016 (edited) can i know why it be black screen only? Edited May 14, 2016 by minx123 Quote Share this post Link to post Share on other sites
0 GraD0s 1 Posted May 14, 2016 can i know why it be black screen only? you using what OS ? Quote Share this post Link to post Share on other sites
2. install Vnc Server,Nano Editor and Font.
Confirm with ( Y )
3. To make VNC start automatic after reboot. Use this commands.
4. Make password for you VNC server. Enter password and Verify.
5. Now set resolution and user on you VNC server. Edit using nano or another editor.
save and exit. Then restart VNC.
6. To enter GUI GNOME when startup. Kill VNC service first.
at the last line, put # on "twm &" and add this code "exec gnome-session &"
save and exit.
7. Lastly start and restart VNC with this command.
Done
To connect to your GUI GNOME please use VNC Viewer.
Download from Here : VNC Viewer
and insert YOUIPVPS:1 and vnc password you create early.
Edited by Hyena
Share this post
Link to post
Share on other sites