Results 1 to 1 of 1
-
8th Jan 2012, 08:46 PM #1OPMemberWebsite's:
VPS6.net vps-extra.com VZtemplate.com XenTemplate.comHow to Install VNC w/ GNOME on Debian VPS
VNC is a remote desktop sharing system that will allow you to connect your home PC to a GUI (graphical interface) hosted on your VPS, for easy remote management. This guide will walk you through the steps required to setup and access a VNC server hosted on a Debian VPS.
Before beginning, ensure you are logged in to your VPS as the root user, and run the following:
Code:# apt-get update # apt-get upgrade
Code:#apt-get install gnome-desktop-environment
Code:# apt-get install xfonts-100dpi # apt-get install xfonts-100dpi-transcoded # apt-get install xfonts-75dpi # apt-get install xfonts-75dpi-transcoded # apt-get install xfonts-base
Code:# apt-get install tightvncserver
Code:# tightvncserver :1
Code:# tightvncserver -kill :1
Code:# vi ~/.vnc/xstartup
Code:#!/bin/shxrdb $HOME/.Xresources xsetroot -solid grey x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & # x-window-manager & gnome-session &
7. Start the VNC server with your desired resolution:
Code:# tightvncserver -geometry 1024x768 :1
Rewritten from the VPS6.NET Knowledgebase: https://vps6.net/my/knowledgebase/52...buntu-VPS.htmlVPS6NET Reviewed by VPS6NET on . How to Install VNC w/ GNOME on Debian VPS VNC is a remote desktop sharing system that will allow you to connect your home PC to a GUI (graphical interface) hosted on your VPS, for easy remote management. This guide will walk you through the steps required to setup and access a VNC server hosted on a Debian VPS. Before beginning, ensure you are logged in to your VPS as the root user, and run the following: # apt-get update # apt-get upgrade 1. Install GNOME: #apt-get install gnome-desktop-environment Rating: 5|| Jeremy Hartnett, Managing Partner :: VPS6.NET, LP
|| VPS6.NET - Managed, Semi-Managed Linux & Windows VPS Hosting | USA, DE, TR
|| www.vps6.net | @vps6net | msn: jeremy.hartnett @live.com | email: jh @vps6.net
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 RDP server on debian
By evoluso in forum Technical and Security TutorialsReplies: 1Last Post: 14th Jul 2012, 06:58 PM -
Trying to install VNC on Centos 6 OS [GNOME Desktop Environment]
By igordr in forum Server ManagementReplies: 7Last Post: 29th Jun 2012, 09:47 AM -
How To Install Gnome Themes In Ubuntu 11.10
By Daniel in forum Tutorials and GuidesReplies: 0Last Post: 3rd Nov 2011, 09:58 AM -
[Hiring] Someone to install DLE site on a Clean Debian VPS
By TheTorrentSeller in forum Completed TransactionsReplies: 3Last Post: 17th Jun 2011, 03:09 AM -
Sharing VPS, German Linux VPS , if u can install Gnome+VNC
By ifreeshare in forum Community CooperativeReplies: 6Last Post: 11th Mar 2011, 01:43 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...