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.
Descrive l'errore di connessione 10060 scaduta con il server proxy o il server ISA sul collegamento lento. Free Developer Edition! Click here to download a free non-expiring Developer Edition or 30-day trial More InterBase Info. InterBase XE7 Product Info.
million sessions
per month
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
Win32_10060 Anydesk Latest
Still not convinced? Try it now!
Download NowNo signup required
Jan PetersCEO, Spidercam
'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.
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.
The command line provides a tool to automate AnyDesk using scripts. For some cases AnyDesk uses the pipe mechanism of the operating system instead of parameters for higher security.
See also: Exit Codes, Automatic Deployment
Automatic Execution (script)
AnyDesk can be installed by script with the following command:
anydesk.exe --install <location> --start-with-win
Important:
<location> must be a valid installation path, e.g. c:anydesk
. Currently, AnyDesk must be startedwith Windows.
For more installation parameters, see Automatic Deployment.
Initialization Parameters
Parameter | Description |
--control | Start the process which creates the tray icon. During installation, AnyDesk creates a link with this parameter in the autostart start menu entry (for Windows only). |
--tray | Start the process which creates the tray icon (for Windows only). |
--start-service | Start the AnyDesk service, if not already running (for Windows, Administrator privileges required). |
--service | Start the AnyDesk service, if not already running (for Linux). |
--stop-service | Stop the AnyDesk service. |
--restart-service | Restart the AnyDesk service. |
--silent | AnyDesk will not display message boxes when this parameter is specified. Recommended for scripts. |
--remove | Uninstall AnyDesk with no notice (silent uninstall). |
Get Alias, ID, Status or Version
AnyDesk writes requested information to stdout
.If the service is not running, SERVICE_NOT_RUNNING
is returned and an exit is set indicating the error. If AnyDesk is not installed, it needs to be started first, in order to launch a local service.
On Linux, get AnyDesk Alias or ID of the installed and running AnyDesk, with this syntax:
anydesk --get-alias
anydesk --get-id
anydesk --get-status
anydesk --version
Use batch scripts for Windows:
to get ID:
to get Alias:
to get status:
to get version:
Setting a Password
For security reasons, a password for unattended access 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.
echo password | anydesk.exe --set-password
Examples:
Standard client: echo my_new_password | anydesk.exe --set-password
Custom client: echo my_new_password | anydesk-123abc456.exe --set-password
This requires administrator privileges.
Removing the Password (for Windows only)
A non-preset unattended access password can also be removed from the AnyDesk client using the command line.
Examples:
Standard client: anydesk.exe --remove-password
Custom client: anydesk-123abc456.exe --remove-password
This requires administrator privileges.
Registering License Key
You can register a license with the current AnyDesk installation using the command line. The service must be running.
echo license_keyABC | anydesk.exe --register-license
Almost every scripting language has a pipe interface for stdin
and stdout
. See the programming language documentation for more information.
Connection Parameters
To connect to a remote AnyDesk ID or Alias, the syntax is: anydesk.exe alias@ad
The following commands can be added after the destination address (for Windows only):
--file-transfer | Start the file transfer session. |
--fullscreen | Start a session with fullscreen mode. |
--plain | Start a plain session, without window title and toolbar. |
Connecting with Password (for Windows only)
Example script that connects to alias@ad with password.Use command line or batch script:
echo password | 'C:Program Files (x86)AnyDeskAnyDesk.exe' alias@ad --with-password
Other Command Lines (for Windows only)
Open the Settings window:
--settings | or |
--admin-settings | (for global settings) |
To go to the specific setting page, the syntax is:
--settings: | ui (User Interface) |
security | |
alias (Setup Alias panel) | |
privacy | |
video (Display) | |
capture (Windows 7 only) | |
audio | |
connection | |
file_transfer | |
recording | |
printer | |
wol (Wake-On-LAN) | |
license (License Key) | |
about (About AnyDesk) |
To open global settings:
--admin-settings: | capture (Windows 7 only) |
security | |
connection | |
recording |
Anydesk Status Win32_10060
--plain | Open a plain AnyDesk window. Can be used with AnyDesk connection command. |
--disclaimer | Show your customized disclaimer |
--show-advert | Show the advertisement page of AnyDesk. Thank you for sharing! :) |