Ubuntu 20.04 Gnome arayüzüne rdp ile bağlanmak için sırasıyla aşağıdaki adımları gerçekleştiriniz.
1-Sunucuyu güncelleyiniz.
sudo apt update -y;sudo apt upgrade -y;reboot;
sudo apt install tasksel -y;
sudo tasksel install ubuntu-desktop;
sudo reboot;
sudo nano /etc/gdm3/custom.conf
sudo nano /etc/pam.d/gdm-password
reboot
ufw disable
sudo apt update; sudo apt upgrade -y; apt install -y xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils xrdp;
echo ’exec startxfce4’ >> /etc/xrdp/xrdp.ini;
systemctl enable xrdp; systemctl restart xrdp;
nano /etc/xrdp/startwm.sh
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
sudo systemctl restart xrdp
Ubuntu
hakkında diğer konular