Skip to content

anydesk

Cesar Celis Hernandez edited this page Dec 12, 2023 · 3 revisions

Links:

Images:

Screen Shot 2022-09-23 at 8 13 14 AM Screen Shot 2022-09-23 at 8 13 24 AM

Set the password in my ubuntu machine

echo openstacka | anydesk --set-password

Use this password in my mac somewhere in the seeting, then I can connect

Screen Shot 2022-09-23 at 8 49 56 AM image

El boton que buscas es enable unattended access que puedes configurarlo desde terminal si instalaste el command line interface, o desde la UI, la UI ha ido cambiando antes aparecia bajo secirity luego lo movieron a security > permission profiles... en fin, si habilitas eso, necesitas ponerle password y asi no debes aceptar la conexion manualmente para que alguien se conecte, solo usan el password.

Ubuntu

  • Date: Tue Dec 12 2023 at 4:12 pm

When I installed fresh Ubuntu, I had to follow the steps from this web page: https://medium.com/@Dylan.Wang/how-to-fix-anydesk-of-display-server-not-supported-error-for-ubuntu-22-04-c98c44de89c0 which includes the password change as observed in this site, the modification of the file and the reboot and after the reboot I was able to connect

  • File modification was these 3 fields:

sudo vi /etc/gdm3/custom.conf

WaylandEnable=false
AutomaticLoginEnable=true
AutomaticLogin=$USERNAME
Clone this wiki locally