For questions, issues, or requests, please use our ticket system. This helps us track updates and respond faster.
Copy the command for your system. It downloads RustDesk from GitHub Releases, installs it, and applies the exported configuration.
=0nI9kVQQdDS19mWZFXer02QMtGdqVjRXt0YSNWWhxWaEFXR0YkZ1FERiJzTLBnI6ISeltmIsICc19mcn5CblRmbpVGav8iOzBHd0hmI6ISawFmIsICc19mcn5CblRmbpVGaiojI5FGblJnIsICc19mcn5CblRmbpVGaiojI0N3boJye
$u="https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-x86_64.msi";$p="$env:TEMP\rustdesk.msi";Invoke-WebRequest $u -OutFile $p;Start-Process msiexec -ArgumentList "/i `"$p`" /qn INSTALLDESKTOPSHORTCUT=0" -Wait;& "$Env:ProgramFiles\RustDesk\rustdesk.exe" --config "=0nI9kVQQdDS19mWZFXer02QMtGdqVjRXt0YSNWWhxWaEFXR0YkZ1FERiJzTLBnI6ISeltmIsICc19mcn5CblRmbpVGav8iOzBHd0hmI6ISawFmIsICc19mcn5CblRmbpVGaiojI5FGblJnIsICc19mcn5CblRmbpVGaiojI0N3boJye"
curl -L -o /tmp/rustdesk.dmg https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3.dmg && hdiutil attach /tmp/rustdesk.dmg -nobrowse && cp -R /Volumes/RustDesk/RustDesk.app /Applications && hdiutil detach /Volumes/RustDesk && /Applications/RustDesk.app/Contents/MacOS/RustDesk --config "=0nI9kVQQdDS19mWZFXer02QMtGdqVjRXt0YSNWWhxWaEFXR0YkZ1FERiJzTLBnI6ISeltmIsICc19mcn5CblRmbpVGav8iOzBHd0hmI6ISawFmIsICc19mcn5CblRmbpVGaiojI5FGblJnIsICc19mcn5CblRmbpVGaiojI0N3boJye"
curl -L -o /tmp/rustdesk.AppImage https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-x86_64.AppImage && chmod +x /tmp/rustdesk.AppImage && /tmp/rustdesk.AppImage --config "=0nI9kVQQdDS19mWZFXer02QMtGdqVjRXt0YSNWWhxWaEFXR0YkZ1FERiJzTLBnI6ISeltmIsICc19mcn5CblRmbpVGav8iOzBHd0hmI6ISawFmIsICc19mcn5CblRmbpVGaiojI5FGblJnIsICc19mcn5CblRmbpVGaiojI0N3boJye" &