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:

sudo apt update

Install tasksel using the command below:

sudo apt install tasksel 

Now run tasksel and choose ubuntu-desktop using the spacebar

sudo tasksel

 

 

 

Step 2 - Reboot the system

Execute the following command to reboot the VPS:

sudo reboot

Step 3 - Install xrdp

Let's install xrdp using the command below:

apt install xrdp

Finally, enable xrdp using the command below:

systemctl enable xrdp

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 

sudo apt install gnome-shell-extensions gnome-shell-extension-dash-to-panel gnome-tweaks adwaita-icon-theme-full

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!

 
posted @   漫漫长路</>  阅读(8)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示