This enforces NTP on macOS devices. The "Set date and time automatically" toggle can be verified with `systemsetup - getusingnetworktime` (you can write a script to put the output of that into a file, then use the `file_lines` table in a policy), and set with `systemsetup - setusingnetworktime on` (which could be a script automation that kicks off if a device fails the policy). If you want to prevent users from changing it, you can use the attached config profile. Note that it requires setting the NTP server, but this is most likely just the default Apple server. The `setusingnetworktime` will work even with the Ul locked. <img width="1458" height="320" alt="Screenshot 2026-05-14 at 08 19 28" src="https://github.com/user-attachments/assets/22064715-1548-490c-b3e0-bde51dd26f12" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a macOS configuration profile that automatically configures devices to use Apple’s time server. * Included a human-readable profile name and standard configuration metadata for easier deployment. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Fleet documentation
Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.
You can also read the Fleet docs over at https://fleetdm.com/docs.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.
Deploying
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.
Contributing
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.