Search This Blog

Monday, October 2, 2023

Fixed anydesk display server not supported

This set of commands and instructions is meant to address an issue with AnyDesk on a remote server where the display configuration is not supported. AnyDesk is a remote desktop software that allows users to access and control remote computers. The issue mentioned here seems to be related to configuring the server's display settings and enabling automatic login for a specific user.


These are the steps to resolve the AnyDesk remote server display issue:

1. Login to the Terminal: You'll need to access your server's terminal as a superuser (root). Use the following command to become the superuser:

 sudo su

 You'll be prompted to enter your system password. Provide the password to gain superuser privileges.


2. Open custom.conf with an editor: This step involves editing the "custom.conf" file using the nano text editor. Use the following command to open the file:

  sudo nano /etc/gdm3/custom.conf

 Inside the "custom.conf" file, you need to uncomment (remove the "#" symbol) from the following lines:

   WaylandEnable=false

   AutomaticLoginEnable = true

   AutomaticLogin = $USERNAME


   After making these changes, your "custom.conf" file should look like the provided example.

# 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


3. Configure login password: Set the AnyDesk login password to "G@^e$#" using the following command:

   echo "G@^e$#" | sudo anydesk --set-password

   This command will configure the AnyDesk password to the specified value.


4. Reboot your Server: To apply the changes and ensure that AnyDesk works with the updated configuration, you should reboot your server. Use the appropriate command for your server's operating system to do so.

After completing these steps and rebooting your server, the AnyDesk issue related to display support should be resolved, and you should be able to use AnyDesk for remote access without problems.


*** THE END ***

YOUTUBE LINK: @GTechInformations

INSTAGRAM LINK: @gtechinformations


For more information, please subscribe and continue to support us on all our platforms.


No comments:

Post a Comment