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

preview_player
Показать описание
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

#install the xrdp Griffon script

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.
Рекомендации по теме
Комментарии
Автор

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

KeniSIX
Автор

AWESOME video thank you so much! GREAT INFO!

TechnologyLearningLive
Автор

Thank's to you and to Griffon's IT

franzandreani
Автор

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!

DivyaN
Автор

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

Elshepl
Автор

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

anhdzung.truong
Автор

thank you for this helpful video. I had an issue when attempting
vncserver -localhost no
I got an error, and the vncserver session did not start.
running
vncserver
no error bit I could not connect with TigerVNC Viewer: connection refused.
I fixed this by editing

adding:
$localhost = "no"

Now I can connect :)

Note if you are on MacOS you can install TigerVNC Viewer with Brew:
brew install --cask tigervnc-viewer

BenedickMiller
Автор

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 :P
Thanks again!

labaland
Автор

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

curated.flavor
Автор

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

freenrg
Автор

not working it look like Xrdp service didn't run

ammartaha
Автор

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!

dtaylor
Автор

basically i clicked lxqt i think it is instead of gnome

curated.flavor