Starting with version 0.0.34, Cyberdriver supports remote updates directly from the Cyberdesk Dashboard on Windows machines. This means you can update Cyberdriver on a connected Windows machine without needing to manually access that machine.Documentation Index
Fetch the complete documentation index at: https://docs.cyberdesk.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Check for updates: In the Cyberdesk Dashboard, go to Desktops and click “Check Versions” to see which machines have outdated Cyberdriver versions
- Update individual machines: On any desktop’s detail page, open the Tools dialog, switch to the System tab, and click Update (or Reinstall if that machine is already on the latest version)
- Bulk updates: Select multiple outdated desktops and update them all at once
- Cyberdriver downloads the new version
- Creates an updater script that waits for the current process to exit
- Restarts automatically with the same configuration and flags you originally used
Requirements
- Cyberdriver v0.0.34 or later: Machines running v0.0.33 or earlier need a one-time manual reinstall to enable remote updates
- Windows machine: Remote self-update is currently supported on Windows only
- Connected to Cyberdesk Cloud: The machine must be connected via
cyberdriver join
What gets preserved
When Cyberdriver updates remotely, it preserves all your original command-line arguments:--secret(your API key)--keepaliveand keepalive settings--black-screen-recoveryand its settings--add-persistent-display- Any other flags you used
Update process
When you trigger a remote update from the dashboard:- Download: Cyberdriver downloads the new version from GitHub releases
- Prepare: Creates an updater script with your preserved arguments
- Exit: The current Cyberdriver process exits gracefully
- Replace: The updater script replaces the old executable with the new one
- Restart: Cyberdriver restarts with all your original flags
Bulk updates
For managing multiple machines:- Go to the Desktops page in the dashboard
- Click Check Versions
- See all outdated machines at a glance
- Select multiple machines for bulk update
- Confirm and watch the progress