OPERATING SYSTEMSOS Linux

How to Install a GUI Desktop on Ubuntu Server 22.04 and 20.4 LTS. XRDP. VNC. TASKSEL GNOME

Here are the steps on how to install GUI Desktop on AWS EC2 Ubuntu Server 22.04 LTS Jammy Jellyfish and 20.4 LTS.
You can connect via vncviewer or xrdp using a remote desktop.

sudo apt update
sudo apt upgrade -y
sudo apt install tasksel
tasksel –list-tasks
tasksel

#NOTE: if you don’t want to use the desktop environment in tasksel, you can install other versions like below.
#Lubuntu-desktop
sudo apt-get install lubuntu-desktop
#ubuntu-desktop
sudo apt-get install ubuntu-desktop
#Lubuntu-desktop
sudo apt-get install xubuntu-desktop

sudo apt install slim
sudo apt install tigervnc-standalone-server

#Start up vnc session for vn viewer
vncserver -localhost no

#download tigervnc viewer
https://tigervnc.org/
https://github.com/TigerVNC/tigervnc/releases

#install the xrdp Griffon script

xRDP – Easy install xRDP on Ubuntu 18.04,20.04,22.04,22.10 (Script Version 1.4.6)

In this channel, I”m documenting and sharing what I do in my fields as an IT professional. Documenting things I worked with and hoped it would help you.

I appreciate your support.
Please SUBSCRIBE.

source

ubuntu

16 thoughts on “How to Install a GUI Desktop on Ubuntu Server 22.04 and 20.4 LTS. XRDP. VNC. TASKSEL GNOME

  • Thank you very much for the video!! I created another user and tried logging in, it is just duplicating the session of root user to the new user. Can you please tell me how can we have independent sessions for both the users? Thanks in advance!

  • Why do I have to re-run the code every time I restart? "vncserver -localhost no"

  • I checking the 17th video, and everybody tells me to go and grab a cup of coffee. GUYS IF I HAD TO DRINK MY 18TH COFFE I'LL BE ABLE TO HEAR COLOURS AND SEE THE SOUND
    Anyways tysm, only this one worked

  • This does not work ((
    Terminated

    X connection to :1 broken (explicit kill or server shutdown).

    ComparingUpdateTracker: 0 pixels in / 0 pixels out

    ComparingUpdateTracker: (1:-nan ratio)

    Killing Xtigervnc process ID 27355… success!

  • Do you really need bot VNC server and XRDP?
    They seem to provide a very similar functionality…

  • nice video, can you compare between others platform destop? which one should i use on oracle ubuntu for the best smooth?

  • basically i clicked lxqt i think it is instead of gnome

  • just to clarify i do the tasksel and then ill click lxqt? im trying to understand how to use lubuntu environment instead of the taskel

  • Thank you! My first ubuntu server and gui =) But wdo i have to run "vncserver -localhost no" everytime i want to start gui or do i only need to connect with remote desktop? And who do i not see the script or files in downloads for example in the gui? it is empty 😛
    Thanks again!

Comments are closed.