Difference between revisions of "AnyDesk"

From Indie IT Wiki
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[https://anydesk.com/en/ AnyDesk] a comprehensive, and affordable cross-platform remote desktop covering Linux, Raspberry Pi, FreeBSD, Android, iOS, macOS, Windows and Chrome OS.
 
[https://anydesk.com/en/ AnyDesk] a comprehensive, and affordable cross-platform remote desktop covering Linux, Raspberry Pi, FreeBSD, Android, iOS, macOS, Windows and Chrome OS.
 
 
  
 
== Move Configuration To New Computer ==
 
== Move Configuration To New Computer ==
Line 9: Line 7:
 
== Installation ==
 
== Installation ==
  
=== Linux ===
+
=== Android/ChromeOS ===
 +
 
 +
https://support.anydesk.com/knowledge/android-control-plugins
 +
 
 +
https://support.anydesk.com/knowledge/anydesk-for-android-chromeos
 +
 
 +
=== iOS/iPadOS/tvOS ===
 +
 
 +
https://support.anydesk.com/knowledge/anydesk-for-ios-ipados-tvos
 +
 
 +
=== Linux / Raspberry Pi / FreeBSD ===
  
Download .deb file and install from the command line.
+
==== Method #1 - Deb File ====
 +
 
 +
https://support.anydesk.com/knowledge/anydesk-for-linux-raspberry-pi-freebsd
 +
 
 +
In the case of the .deb file, I found it was best to install it from the command line.
 +
 
 +
==== Method #2 - Repository ====
 +
 
 +
Run the following commands as root user:
 +
 
 +
Add repository key to Trusted software providers list:
 +
wget -qO - <nowiki>https://keys.anydesk.com/repos/DEB-GPG-KEY</nowiki> | apt-key add -
 +
Add the repository:
 +
echo "deb <nowiki>http://deb.anydesk.com/ all main</nowiki>" > /etc/apt/sources.list.d/anydesk-stable.list
 +
Update apt cache:
 +
apt update
 +
Install AnyDesk:
 +
apt install anydesk
  
 
=== macOS ===
 
=== macOS ===
  
 
https://support.anydesk.com/knowledge/security-permissions-on-macos
 
https://support.anydesk.com/knowledge/security-permissions-on-macos
 +
 +
https://support.anydesk.com/knowledge/anydesk-on-macos
 +
 +
=== Windows Server ===
 +
 +
https://support.anydesk.com/knowledge/anydesk-for-windows-server
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Remote Access Software‏‎]]
 
[[Category:Remote Access Software‏‎]]

Latest revision as of 10:18, 15 January 2023

AnyDesk a comprehensive, and affordable cross-platform remote desktop covering Linux, Raspberry Pi, FreeBSD, Android, iOS, macOS, Windows and Chrome OS.

Move Configuration To New Computer

https://support.anydesk.com/AnyDesk_ID_and_Alias

Installation

Android/ChromeOS

https://support.anydesk.com/knowledge/android-control-plugins

https://support.anydesk.com/knowledge/anydesk-for-android-chromeos

iOS/iPadOS/tvOS

https://support.anydesk.com/knowledge/anydesk-for-ios-ipados-tvos

Linux / Raspberry Pi / FreeBSD

Method #1 - Deb File

https://support.anydesk.com/knowledge/anydesk-for-linux-raspberry-pi-freebsd

In the case of the .deb file, I found it was best to install it from the command line.

Method #2 - Repository

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

macOS

https://support.anydesk.com/knowledge/security-permissions-on-macos

https://support.anydesk.com/knowledge/anydesk-on-macos

Windows Server

https://support.anydesk.com/knowledge/anydesk-for-windows-server