Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Fleet Gitops
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Eric Shaw
Eric Shaw
You can uninstall fleetd directly on a device or remotely through Fleet.
To remove fleetd from a Mac:
cd /path/to/your/scriptchmod +x uninstall-fleetd-macos.shsudo ./uninstall-fleetd-macos.shTo remove fleetd from a Windows device:
cd C:\path\to\your\script.\uninstall-fleetd-windows.ps1Note: When running unsigned PowerShell scripts, you are likely to receive a warning, and will need to adjust the Execution Policy. One example is:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process. This will bypass all warnings and prompts for the current PowerShell session.
To remove fleetd from a Linux device:
cd /path/to/your/scriptchmod +x uninstall-fleetd-linux.shsudo ./uninstall-fleetd-linux.shTo remove fleetd from a device through Fleet:
After uninstalling, the device will show as offline in Fleet until you delete it.
Need help? Contact us through one of our support channels.