1


I have installed Ubuntu Desktop on my personal computer desktop. How can I get the same desktop experience on a server running Ubuntu Server remotely? I have tried things like VNC but it does not look the same. My hope is that I can be able to use it similarly to how I use RDP to connect to Windows Server 2016.

1 Answers1

3

you can install remmina it is same as RDP.

https://remmina.org/how-to-install-remmina/

sudo snap install remmina

JackyChan
  • 320