Anydesk Display Server Not Supported in Ubuntu

Danang Priabada
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.

Windows Anydesk
Ubuntu Anydesk

Penulis menggunakan versi Ubuntu 22.04.1 LTS

--

--

Danang Priabada
Danang Priabada

Written by Danang Priabada

Red Hat and IBM Product Specialist | JPN : プリアバダ ダナン | CHN : 逹男 | linktr.ee/danangpriabada

No responses yet