Introduction
In order to deploy the Footprint agent using SimpleMDM, you'll just need to follow these simple steps:
Copy the installation script from Footprint
Create a script with the command to download, install, and connect the agent to your dashboard
Create a job so that SimpleMDM can deploy the script.
Copy macOS installation script from Footprint
Log into your Footprint Console
On the left bar, click Scan Surface.
-
On the top menu, click Agent-based Surface.
-
If Agent-based Surface does not appear here, you may need to enable this feature.
Browse to Settings | Client Settings.
Locate the Installation Mode, and select Enable Agent-based.
Click Just enable the features.
You can then return to Scan Surface and click Agent-based Surface.
-
-
Switch to the Setup agents tab.
-
On the Use Footprint Agents to gain more insights on your organization's internal security page, on the right side, you will see two important pieces of information which you will need to set up each endpoint:
🌐Footprint Agent Management URL (the custom URL that you use to manage your Footprint environment)
🔑Footprint Agent Token (a unique alphanumeric token which your Internal Scanner VM will use to communicate with your Footprint environment)
-
Under the OS options, beneath the Apple logo, click Get | Get Agent Command
-
On the right side, Run the following command to install the agent will appear, along with a curl command in a text box. Note that the command includes your organization's specific Footprint Management URL and Footprint Agent Token.
Click the copy button to copy that command to the clipboard.
Create an Installation Script in SimpleMDM
Log into SimpleMDM at https://a.simplemdm.com.
On the left navigation bar, navigate to the Scripts section.
Click Create Script
Give the script a meaningful name, such as Footprint Deployment.
-
On the first line, enter a shebang:
#!/bin/bash
Press Enter to add another line. On the second line, paste the Footprint curl installation command from the clipboard exactly as it was copied above.
Click Save.
Once you have created your script, you will be able to use it to create a job to run on your devices.
Creating A Job
Log into SimpleMDM at https://a.simplemdm.com.
On the left navigation bar, navigate to the Scripts section.
Click Create Script
Give the script a meaningful name, such as Footprint Deployment.
-
On the first line, enter a shebang:
#!/bin/bash
-
Press Enter to add another line. On the second line, paste the Footprint curl installation command from the clipboard exactly as it was copied above.
For more information about scripts and jobs in SimpleMDM, including how to check the completion status of jobs in progress, see the Scripts article in the SimpleMDM help center.
Confirm that your macOS device has connected to Footprint
Back in Footprint, on the left bar, click Scan Surface.
On the top menu, click Agent-based Surface, and select the Deployed agents tab.
You will see all deployed agents on this list, as well as their online/offline State.
Troubleshooting
If you run into any problems with the Footprint Agent for macOS, collect the log files located in this folder, and submit them via the Contact Support button in the top right corner of the help center.
/private/var/log/CODA/FootprintAgent/
Comments
0 comments
Please sign in to leave a comment.