You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-with-puppet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,9 +308,9 @@ If you encounter issues during installation, try these self-troubleshooting step
308
308
309
309
1. See [Log installation issues](linux-resources.md#log-installation-issues) for more information on how to find the automatically generated log that is created by the installer when an error occurs.
310
310
311
-
2. see [Installation issues](/defender-endpoint/linux-support-install) for more information on commonly occurring installation issues
311
+
2. see [Installation issues](/defender-endpoint/linux-support-install) for more information on commonly occurring installation issues.
312
312
313
-
3. If health of the device is false, see [MDE agent health issues](/defender-endpoint/health-status)
313
+
3. If health of the device is false, see [Defender for Endpoing agent health issues](/defender-endpoint/health-status).
314
314
315
315
4. For product performance issues, see [Troubleshoot performance issues](/defender-endpoint/linux-support-perf), [performance tuning](/defender-endpoint/linux-support-perf?branch=main)
Copy file name to clipboardExpand all lines: defender-endpoint/mde-linux-prerequisites.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,11 +182,25 @@ You can use one of the following methods to deploy Microsoft Defender for Endpoi
182
182
183
183
6. Arm64-based Linux servers, see [Microsoft Defender for Endpoint on Linux for Arm64-based devices (preview)](/defender-endpoint/mde-linux-arm)
184
184
185
-
If you experience any installation failures, see [Troubleshooting installation failures in Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-install)
186
-
187
185
> [!IMPORTANT]
188
186
> Installing Microsoft Defender for Endpoint in any location other than the default install path isn't supported.
189
187
> Microsoft Defender for Endpoint on Linux creates a mdatp user with random UID and GID.
190
188
> If you want to control the UID and GID, create a mdatp user before installation using the /usr/sbin/nologin shell option.
191
189
> Here's an example: mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin.
192
190
191
+
## Installation instructions
192
+
193
+
There are several methods and tools that you can use to deploy Microsoft Defender for Endpoint on Linux:
194
+
195
+
-[Installer script based deployment](/defender-endpoint/linux-installer-script)
196
+
-[Ansible based deployment](/defender-endpoint/linux-install-with-ansible)
197
+
-[Chef based deployment](/defender-endpoint/linux-deploy-defender-for-endpoint-with-chef)
198
+
-[Puppet based deployment](/defender-endpoint/linux-install-with-puppet)
199
+
-[SaltStack based deployment](/defender-endpoint/linux-install-with-saltack)
-[Direct onboarding with Defender for Cloud](/azure/defender-for-cloud/onboard-machines-with-defender-for-endpoint)
202
+
- For Arm64-based Linux servers, see [Microsoft Defender for Endpoint on Linux for Arm64-based devices (preview)](/defender-endpoint/mde-linux-arm)
203
+
- For Linux Server with SAP, see [Deployment guidance for Defender for Endpoint on Linux Server with SAP](/defender-endpoint/mde-linux-deployment-on-sap)
204
+
205
+
> [!IMPORTANT]
206
+
> Installing Microsoft Defender for Endpoint in any location other than the default install path isn't supported. On Linux, Microsoft Defender for Endpoint creates an mdatp user with random UID and GID values. If you want to control these values, create an mdatp user before installation using the /usr/sbin/nologin shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
0 commit comments