Add offline unlock instructions for iOS/iPadOS hosts (#39977)
Related to: - #39251
This commit is contained in:
@@ -66,6 +66,10 @@ Example URL:
|
||||
|
||||
> **Linux hosts**: The system will automatically reboot after approximately 10 seconds to complete the unlock process and ensure the user interface is properly restored. If the host loses connection to Fleet, the unlock process may run again, causing the host to reboot again.
|
||||
|
||||
### How to unlock offline iOS and iPadOS hosts
|
||||
|
||||
If an iPhone/iPad is turned off or restarted while locked, it will disconnect from Wi-Fi and can't be unlocked remotely. Connect your iPhone/iPad to your Mac with a USB and [share the network](https://support.apple.com/en-gb/guide/mac-help/mchlp1540/mac). After connecting your iPhone/iPad to the internet, in Fleet, head to the **Host details** page and select **Actions > Unlock**.
|
||||
|
||||
## Lock and wipe using `fleetctl`
|
||||
|
||||
You can lock, unlock, and wipe hosts using Fleet's command-line tool `fleetctl`:
|
||||
|
||||
Vendored
+1
-1
@@ -1165,7 +1165,7 @@ module.exports.routes = {
|
||||
'GET /learn-more-about/microsoft-entra-tenant-id': 'https://entra.microsoft.com/#home',
|
||||
'GET /learn-more-about/recovery-lock-passwords': 'https://developer.apple.com/documentation/devicemanagement/set-recovery-lock-command',
|
||||
'GET /learn-more-about/startup-security-macos': 'https://support.apple.com/guide/deployment/startup-security-dep5810e849c',
|
||||
|
||||
'GET /learn-more-about/unlock-ios-ipados': 'https://fleetdm.com/guides/lock-wipe-hosts#how-to-unlock-offline-ios-and-ipados-hosts',
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
// This is for search engines, not humans. Search engines know to visit fleetdm.com/sitemap.xml to download this
|
||||
|
||||
Reference in New Issue
Block a user