- Anydesk Site Can't Be Reached
- Anydesk Program
- Anydesk Free
- What Is Anydesk
- Anydesk Website
- Anydesk Online
Connect to a computer remotely, be it from the other end of the office or halfway around the world. AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go individuals alike.
million sessions
per month
The latest tweets from @Anydesk. SolarWinds Dameware Remote Everywhere (DRE) SolarWinds DRE is a comprehensive, all-in-one. AnyDesk is a comprehensive software solution that was developed to provide you with an alternative means of remotely accessing a computer, enabling you to work with various files and documents.
Outstanding Performance
Ever experienced our innovative DeskRT codec in action? Low Latency and high Framerates are critical for working remotely. Don’t wait for your remote desktop to respond - even at high screen resolutions or low bandwidths of just 100 kB/s.
Lean and Elegant
No administrative privileges or installation needed. Get started within seconds on any operating system. Work on the go with your mobile devices.
Superior Security
Security is our priority. We use military-grade TLS technology to ensure your device is protected from unauthorized access. RSA 2048 asymmetric encryption verifies every connection. For maximum reliability, our servers run on purpose-built Erlang telecommunication technology.
All Platforms
AnyDesk runs on all common operating systems and devices on the market without any additional charge. Apps for Windows, macOS, iOS, Android, Linux, Raspberry Pi and more.
In Cloud or On-Premises
AnyDesk offers maximum flexibility adapting to your security or policy requirements.
- Maintenance and updates included
- Independent global server infrastructure
- Reliable Service with 99%+ uptime
- Customized Clients available
On-Premises Solution
Suits businesses with individual security policies
- Customizable solution
- Advanced API integration options
- Self-hosted and self-managed by your IT Team
- Data remains within your company network
Still not convinced? Try it now!
Download NowNo signup required
To download more apps and media, or help your phone run better, you can clear space on your phone. Storage is where you keep data, like music and photos. Memory is where you run programs, like apps and the Android system.
Jan PetersCEO, Spidercam Clean master x86.
'spidercam® Producer uses AnyDesk Remote Desktop Tool for Worldwide Equipment Support.'
Francisco RodríguezCIO, Airport Münster/Osnabrück
'It wasn't until we tried AnyDesk that we were able to solve the data security problem.'
Mario DioniesIT-Security Officer, AIP
'After searching for a bit, we found AnyDesk with its in-house-solution, offering exactly what we were looking for.'
By downloading and using AnyDesk, you accept our license agreement and our privacy statement.
Please consider taking our survey to help us make AnyDesk even better!
If the download does not start automatically, please click the Download link below.
Anydesk Site Can't Be Reached
Get Started with AnyDesk in 3 steps:Double-click the downloaded AnyDesk file and AnyDesk will start immediately.
Enter the ID or Alias of the remote device into the field under 'Remote Desk'.
Click the green 'Connect'-Button and enjoy our fast and simple remote software solution.
See also: Command Line Interface
Service- and Customer Client
Preconfigured Modules for Customers (only incoming sessions) and Service/Support (only outgoing sessions).
Users with a professional/enterprise license, can also use them, but can create own Custom Clients.
Module | Type |
---|---|
Customer Module | [CM-MSI Installation] |
Service Module | [SM-MSI Installation] |
Customer Module | [CM-EXE Installation] |
Service Module | [SM-EXE Installation] |
Deploying AnyDesk
AnyDesk provides an [MSI Installation] version for Windows.You can also generate custom MSI files at my.anydesk.com.To automatically deploy AnyDesk with MSI file, please use the command line:
anydesk.msi
It is also possible to use the exe file for automatic deployment. AnyDesk can be instructed to install itself from script:
anydesk.exe --install <location> --start-with-win
Anydesk Program
<location>
must be a full qualified path (e.g.'C:Program Files (x86)AnyDesk'
).--start-with-win
is to start AnyDesk with Windows, which is necessary for remote restart, etc.
Additional command parameters (after --install --start-with-win
):
Parameter | Description |
---|---|
--remove-first | Perform an update or replace the existing installation |
--create-shortcuts | Create start menu entry |
--create-desktop-icon | Create a link on the desktop for AnyDesk |
--silent | Do not start AnyDesk after installation and do not display error message boxes. |
--update-manually | Update AnyDesk manually. |
--update-disabled | Disable automatic update of AnyDesk. |
--update-auto | Update AnyDesk automatically (default). |
See also: Exit Codes.
Automatically Setting a Password after Installation
For security reasons, a password can not be set from the command line directly as this would enable malicious users to spy the password from the command line in Task Manager. Instead, a pipe is used to set the password. For example, to set a password for an already installed AnyDesk, use this syntax in a batch file:
echo my_password123 | anydesk.exe --set-password
Example
To install AnyDesk, set a password and register a license key from a batch file at the same time, you could use the following code:
@echo off
AnyDesk.exe --install 'C:InstallAnyDeskHere' --start-with-win --silent --create-shortcuts --create-desktop-icon
Anydesk Free
echo licence_keyABC | 'C:InstallAnyDeskHereAnyDesk.exe' --register-license
echo password123 | 'C:InstallAnyDeskHereAnyDesk.exe' --set-password
This will install AnyDesk and wait for the installation to finish, then it will set a password in the newly installed AnyDesk.
What Is Anydesk
Removing AnyDesk
To open the uninstallation panel of AnyDesk:anydesk.exe --uninstall
Anydesk Website
Uninstalling without Notice (Silent Uninstall)
Anydesk Online
anydesk.exe --remove
(This will still display error messages while uninstalling, if you don't want those to appear either, use '--silent --remove'.)