> ## 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.

# Remote Management

> Shutdown and update Cyberdriver from Cyberdesk

Cyberdesk can manage connected Cyberdriver machines through internal tunnel endpoints.

## Shutdown

Remote shutdown is supported through:

```http theme={null}
POST /internal/shutdown
```

This is intended to stop the Cyberdriver process or service-side tunnel after Cyberdesk has sent the request. The endpoint returns a response first, then exits shortly after so the response can flush through the tunnel.

## Updates

Cyberdriver 1.x beta uses the RustDesk-based Windows MSI distribution path. Dashboard remote update for the stable Python agent remains capped to the legacy `0.0.x` line and should not downgrade a Cyberdriver 1.x beta install.

Current launch recommendation:

* Most customers use stable Legacy Cyberdriver unless Windows login-screen access is required.
* Customers who need Windows login-screen access can use the Cyberdriver 1.x beta MSI.
* Remote update polish can be added after launch once the signed Windows artifact flow is stable.

## Legacy auto-update cap

The old dashboard auto-update flow is limited to legacy Python Cyberdriver versions up to `0.0.41`. Cyberdriver `1.0.0` and newer should be updated through the new MSI path.
