Hi everyone,
I will explain how to connect to Ubuntu Server 22.04 via RDP in VirtualBox.
Firstly, Select Enable Server. If more than one user will login at the same time, Select Allow Multiple Connections.

Open terminal and update.
sudo apt-get update
Install Xrdp.
sudp apt install xrdp -y
Then Check Xrdp service.
sudo systemctl status xrdp
You allow your own IP blog for the connection.
sudo ufw allow from 192.168.56.0/24 to any port 3389
sudo ufw reload
Now You can connect.
I hope this article was helpful.
İlk Yorumu Siz Yapın