Setting up GUI Desktop on a VM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<li>install tightvncserver | <li>install tightvncserver | ||
{{Command|sudo apt install tightvncserver}} | {{Command|sudo apt install tightvncserver}} | ||
For details about using VNC servers and clients see our docs on | For details about using VNC servers and clients see our docs on [[VNC]]. | ||
</li> | </li> | ||
<li>configuring tightvncserver | <li>configuring tightvncserver |
Revision as of 17:32, 24 November 2020
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
These instructions are for the Ubuntu operating system:
- install MATE
[name@server ~]$ sudo apt update [name@server ~]$ sudo apt upgrade -y [name@server ~]$ sudo apt install ubuntu-mate-desktop
During the installation of the
ubuntu-mate-desktop
package it will ask you to choose the default display manager, a good option islightdm
. Installing theubuntu-mate-desktop
package can take a fair amount of itme (maybe something like 15-30 mins?). - install tightvncserver
[name@server ~]$ sudo apt install tightvncserver
For details about using VNC servers and clients see our docs on VNC.
- configuring tightvncserver
vncpasswd command can be used to change password later
[name@server ~]$ vncserver -> enter a password -> enter "n" for view-only password
- Open port
5901
and test connection (see OpenStack#Security_Groups security groups for more information about opening ports to your VMs with OpenStack). However, this is not secure as the data sent to and from your VM will not be encrypted. - Connect using an SSH tunnel See SSH_tunnelling. There is an example of creating an SSH tunnel to a VNC server running on a compute node of one of our clusters here: VNC#Compute_Nodes
- Close port 5901. Once you have you are connecting to your VNC server using an SSH tunnel you no longer require port 5901 open so it is recommended that you remove this rule from your security groups. (see OpenStack#Security_Groups security groups for more information).
- To stop the vncserver
[name@server ~]$ vncserver -kill :1