Anydesk Display Server Not Supported in Ubuntu
2 min readFeb 16, 2023
Cara mengatasi Display Server Not Supported pada Anydesk saat remote connect ke Ubuntu Server.
Login as root di server Ubuntu yang akan di remote, lalu edit configurasi GNOME Display Manager di ubuntu server tersebut.
gedit /etc/gdm3/custom.conf
Sesuaikan configuration custom.conf seperti ini :
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = $USERNAME
# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true
Pastikan bahwa atribute di bawah ini sudah sesuai :
- WaylandEnable = false
- AutomaticLoginEnable = true
- AutomaticLogin = $USERNAME
Simpan perubahan dan lakukan reboot, dan setelah reboot lakukan remote ulang ke anydesk sesuai dengan id anydesk yang tertera.
Penulis menggunakan versi Ubuntu 22.04.1 LTS