Prerequisites
First time booting Ubuntu Server on Raspberry Pi 5
GUI and RDP to Ubuntu Server
The last step was to configure a desktop experience and RDP.
For the deskop experience I simply ran two commands, it would seem that the first one is required.
sudo apt install ubuntu-desktop-minimal
sudo apt-get install xfce4
If prompted, I went with the option lightdm and I restarted all serviced that asked me too, some which also disconnected me from the internet.
For the RDP I first ran the following command:
sudo apt install xrdp -y
Followed by this command that shows you if the installation went alright.
sudo systemctl status xrdp
After that I could RDP using the built-in solution on Windows. Some sources claim you need to fix ssl certs and restart the service, but I could start it right away.
Configure your RDP from your Windows computer
Configure a RDP link on your desktop with the following steps:
1. Open remote desktop connection from your start menu
2. Pick "show options"
3. Computer should be the IP address, user name is the one you entered at the flashing of the image
4. Save as, place it in a good location. Now you can use it and just entering your password.
When you login using RDP you will be greeted with a more familiar desktop experience.
Enjoy!
No comments:
Post a Comment