VNC (GUI) for Ubuntu

The following steps can be used to install and use a VNC server on a Ubuntu VPS.

Log into your VPS with SSH, then enter the following commands:

  • apt-get update
  • apt-get upgrade
  • apt-get install ubuntu-desktop
  • apt-get install tightvncserver
  • apt-get install nano
  • vncserver (type desired vnc password, then again)
  • vncserver -kill :1
  • mkdir /root/.ssh
  • cd /root/.ssh
  • nano xstartup (arrow key down to new line at bottom)
  • "gnome-session &" (without the quotes)

Then hit ctrl+o, Enter, ctrl+x, followed by:

  • vncserver

Open your VNC client, enter your VPS IP, use port 5901, type the password you used. Done.

  • 0 Mục tin có ích
Câu trả lời có giúp được bạn không?

Mục tin liên quan

KVM VPS Information / Installation Guide

KVM VPS clients have two ways to install their VPS OS. Log into the SolusVM control panel and...

What happens if I run out of bandwidth?

If your VPS uses all of its bandwidth for the month, it will be automatically suspended. You may...

What is the difference between KVM and OpenVZ?

KVM is true virtualization where the VPS operates as its own server, independently of the host...

Cannot Allocate Memory Error

If you are trying to run an update on your KVM VPS and see the "cannot allocate memory" error,...

CPU/Host Passthrough

We will be happy to enable CPU host-passthrough mode on your KVM VPS upon request. Please submit...