Logo

dev-resources.site

for different kinds of informations.

How to Install Ubuntu Desktop GUI on a VPS with RDP Access and get 5 Gbps internet speed

Published at
1/1/2025
Categories
vps
ubuntu
linux
Author
rajeshkumaryadavdotcom
Categories
3 categories in total
vps
open
ubuntu
open
linux
open
Author
22 person written this
rajeshkumaryadavdotcom
open
How to Install Ubuntu Desktop GUI on a VPS with RDP Access and get 5 Gbps internet speed

You can install a graphical user interface (GUI) on your Ubuntu VPS and access it remotely using Remote Desktop Protocol (RDP). This tutorial will guide you through the entire process.

For a visual walkthrough, watch this YouTube video:

Step 1: Update and Upgrade Packages

Before installing any software, ensure your system is up-to-date:

sudo apt update && sudo apt upgrade -y
Enter fullscreen mode Exit fullscreen mode

Step 2: Install a Desktop Environment

Choose a desktop environment based on your needs. Lightweight options like XFCE or LXDE are ideal for VPS setups.

Install XFCE:

sudo apt install xubuntu-desktop -y
Enter fullscreen mode Exit fullscreen mode

Step 3: Install an RDP Server

To access your desktop remotely, install xrdp:

sudo apt install xrdp -y
Enter fullscreen mode Exit fullscreen mode

Start and enable the RDP server:

sudo systemctl start xrdp
sudo systemctl enable xrdp
Enter fullscreen mode Exit fullscreen mode

Step 4: Allow RDP Port in Firewall

(You can skip this ufw command if you manage firewall using your hosting provider panel)

Ensure the RDP port (default 3389) is open:

sudo ufw enable
sudo ufw allow 3389
sudo ufw status
Enter fullscreen mode Exit fullscreen mode

To avoid your ssh connection to be aborted from next login, please keep it open, default is 22, so please run this too:

sudo ufw allow 22
Enter fullscreen mode Exit fullscreen mode

Step 5: Check Your Server’s IP Address

Find your server’s IP address to connect via RDP:

ip a
Enter fullscreen mode Exit fullscreen mode

Step 6: Connect to Your VPS Using RDP

From Windows:
1.Open the Remote Desktop Connection app (mstsc.exe)
2.OR Download Microsoft Remote Desktop or Windows App
3.Enter your server’s IP address and connect.

From macOS:
1.Download Microsoft Remote Desktop or Windows App from the App Store.
2.Add a new connection with your server’s IP.

From Linux:
1.Install Remmina:

sudo apt install remmina -y
Enter fullscreen mode Exit fullscreen mode

2.Open Remmina, choose RDP, and connect to your server.

YouTube Tutorial

For a visual walkthrough, watch this YouTube video:

Final Thoughts

With a desktop GUI and RDP access, managing your Ubuntu VPS becomes much more user-friendly. Whether you’re new to Linux or just prefer graphical interfaces, this setup is ideal for a wide range of tasks.

vps Article's
30 articles in total
Favicon
Como realizar o Deploy de Projetos Web em uma VPS
Favicon
Why a Web Hosting Provider Needs SafeLine WAF
Favicon
Segurança de servidores remotos
Favicon
How to Install Ubuntu Desktop GUI on a VPS with RDP Access and get 5 Gbps internet speed
Favicon
Secure Your Ubuntu VPS: Restrict SSH Access to a Specific IP
Favicon
Understanding VPS Servers: A Comprehensive Guide
Favicon
How to setup Ghost in a VPS using Docker, Mailgun and SQLite
Favicon
Choosing a VPS/VDS Server in 2024: My TOP-4 Picks
Favicon
VPS Servers for Linux - Everything You Need to Know
Favicon
How to install and configure Fail2ban for protecting SSH and Nginx
Favicon
Terabix: Affordable Malaysian Cloud VMs Quick Review
Favicon
Increase Debian based Linux VPS server’s security
Favicon
A $5 to $10 VPS can do a lot more than you think
Favicon
Why VPS Hosting is the Future of Small Business Websites in 2024–2025
Favicon
Free VPS Hosting and Windows VPS to Understand How They Work on Websites
Favicon
Cheapest VPS Offers for 2024: Reliable & Budget-Friendly Solutions for Cloud Hosting
Favicon
Dubai VPS Hosting: How It Offers the Best Solution for Your Business
Favicon
How can I upgrade my VPS hosting as my website grows?
Favicon
Path-Based Reverse Proxying with Caddy
Favicon
Switch from NGINX to Caddy
Favicon
Access Instagram Freely from Turkey: Wireguard VPN Setup on Ubuntu 22.04
Favicon
Shared vs. VPS Server: Which Option Is Best for You?
Favicon
Transforme seus HTMLs em PDFs com facilidade usando wkhtmltopdf em sua VPS
Favicon
Alibaba Cloud Promo Center
Favicon
Web Hosting Services: Ultimate Guide to Choosing the Best Provider
Favicon
Deploy docker containers in VPS with GitHub Actions
Favicon
GDPR Compliance for Businesses Using VPS Hosting
Favicon
How to Deploy your NextJS App on a VPS
Favicon
Deploying Keycloak to a VPS Using Docker-compose, Nginx, Certbot, and SSL
Favicon
How to Install Focalboard on Ubuntu 22.04

Featured ones: