11_install Ubuntu Full GUI Desktop on an Ubuntu VPS
地址:https://www.codewithharry.com/blogpost/install-ubuntu-desktop-vps/
How to install Ubuntu Desktop with Full GUI on an Ubuntu VPS
This post will explain to you how to install ubuntu-desktop on Ubuntu VPS. Follow the steps below:
Step 1 - Installing Ubuntu desktop using tasksel
Let's update the server's package index using the command below:
Install tasksel using the command below:
Now run tasksel and choose ubuntu-desktop using the spacebar
Step 2 - Reboot the system
Execute the following command to reboot the VPS:
Step 3 - Install xrdp
Let's install xrdp using the command below:
Finally, enable xrdp using the command below:
You should now be able to connect using the Windows Remote Desktop Connection. Enter the IP of your VPS followed by the username and password of your non-root account and start using Ubuntu Desktop
Step 4 - Customize Ubuntu Desktop like Windows (Optional)
You can customize your Ubuntu desktop installation to get a taskbar and taskbar icons like windows. Execute the command below to install
Reboot your Ubuntu server. Next, log in using RDP and search for Tweaks, and click extension.
Under extensions, enable "Dash to panel" extension and you will see the taskbar and application icons on your taskbar. Your ubuntu installation will look like windows. Happy Coding!