Solution 1 : Installer AnyDesk DEB via le repository et apt
Run the following commands as root user:
– add repository key to Trusted software providers list
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
– add the repository:
echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
– update apt cache:
apt update
– install anydesk:
apt install anydesk
Solution 2 : téléchargez AnyDesk sur : https://anydesk.fr/plate-formes
Documentation : support.anydesk.com/knowledgebase/articles/364400
Installation sur Kernel 64 bits :
# dpkg -i anydesk-version-amd64.deb
# apt-get install -f (pour installer les paquets manquants)
#!/bin/bash cd MACHINE_TYPE=`uname -m` if [ ${MACHINE_TYPE} == 'x86_64' ]; then echo "ARCH: 64-bit" wget https://download.anydesk.com/linux/anydesk_4.0.0-1_amd64.deb sudo dpkg -i ./anydesk_4.0.0-1_amd64.deb else echo "ARCH: 32-bit" wget https://download.anydesk.com/linux/anydesk_4.0.0-1_i386.deb sudo dpkg -i ./anydesk_4.0.0-1_i386.deb fi
- Envoyer ce fichier anydesk.sh en P.J. d’un mail
- Ouvrir un terminal
- Le rendre executable # chmod +x anydesk.sh
- L’éxecuter : ./anydesk.sh (Téléchargement et installation d’AnyDesk)
- Il est dosormais au Menu > Internet > AnyDesk
Accessing Other Computers
Access by AnyDesk ID
Enter the AnyDesk ID or number of the desk you wish to access and wait for the remote user to accept your connection request.
Access by IP address or host name
If AnyDesk is installed on both computers, you should be able to connect by entering the other computer’s host name or IP address in the address field. In this case AnyDesk will make a direct TCP connection (without our servers) to the other computer on port 7070.
Unattended Access
If you wish to access a computer without user interaction, install AnyDesk there and set a password.
You can connect to the computer as soon as it is powered on. Connecting to the logon screen is possible.
If you don’t want to re-enter the password every time you connect, use the Connections Without Password feature.
Connections in the Future
Successful connections are saved in the speed dial for convenience so you can connect to the computer again at a later time. The user is identified by its wallpaper. A screenshot is used if no wallpaper ist set.