From 9b9b7f8d22aac6a8e535ab9c82da168723aaefce Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 31 Mar 2024 22:37:10 +0100 Subject: [PATCH 1/2] Update install_agent.md --- docs/install_agent.md | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/docs/install_agent.md b/docs/install_agent.md index a18ca17e..d59c7e84 100644 --- a/docs/install_agent.md +++ b/docs/install_agent.md @@ -231,18 +231,35 @@ chmod +x rmm.sh ## Mac Agent Permissions -Because Mac has no automated access to permissions you must grant all permissions manually after agent install (you might need to attempt a mesh connection once after install to get mesh to appear in the security settings) - +Step 1: Open System Preferences +Click on the Apple logo in the top-left corner of your screen. +Select System Preferences from the dropdown menu. +Step 2: Navigate to Security & Privacy +In the System Preferences window, click on Security & Privacy. +At the top of the Security & Privacy window, click the Privacy tab. ![](images/2024-02-15-22-22-56.png) -Take Control needs Screen Recording (to see anything more than the menu bar) - -![](images/2024-02-15-22-23-48.png) - -and Accessibility for keyboard/mouse input - +Step 3: Grant Accessibility Permissions +In the list on the left, scroll down and select Accessibility. +If the padlock in the bottom-left corner is locked, click it and enter your password to make changes. +Click the plus (+) button under the list on the right side. +Navigate to and select Meshcentral in the /usr/local/mesh_services/meshagent/ folder. +Ensure both are checked in the list to grant them Accessibility Permissions. ![](images/2024-02-15-22-22-33.png) -tacticalagent needs full disk access for script running +Step 4: Grant Screen Recording Permissions +In the list on the left, find and select Screen Recording. +Unlock the padlock if necessary as described above. +Click the plus (+) button and add Meshcentral from the /usr/local/mesh_services/meshagent/ folder, or check the boxes next to them if they're already listed. +A prompt may appear asking you to quit Meshcentral. Please do so to enable the permissions. +![](images/2024-02-15-22-23-48.png) +Step 5: Grant Full Disk Access +In the list on the left, scroll down and select Full Disk Access. +Unlock the padlock if necessary as described above. +Click the plus (+) button and add Tactical RMM from the /usr/local/bin/ folder and Meshcentral from the /usr/local/mesh_services/meshagent/ folder, or check the boxes next to them if they're already listed. ![](images/2024-02-15-22-17-49.png) + +Finalizing the Setup +Restart Your Applications: Quit and restart Tactical RMM and Meshcentral for the changes to take effect. +Restart Your Mac: If the applications do not recognize the new permissions, a system restart may be necessary. From a54bdba4266e7f1608aa9487ff929a58b04fd7a4 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Tue, 2 Apr 2024 16:36:24 -0400 Subject: [PATCH 2/2] Tweaking formatting --- docs/install_agent.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install_agent.md b/docs/install_agent.md index d59c7e84..4187d802 100644 --- a/docs/install_agent.md +++ b/docs/install_agent.md @@ -234,9 +234,11 @@ chmod +x rmm.sh Step 1: Open System Preferences Click on the Apple logo in the top-left corner of your screen. Select System Preferences from the dropdown menu. + Step 2: Navigate to Security & Privacy In the System Preferences window, click on Security & Privacy. At the top of the Security & Privacy window, click the Privacy tab. + ![](images/2024-02-15-22-22-56.png) Step 3: Grant Accessibility Permissions @@ -245,6 +247,7 @@ If the padlock in the bottom-left corner is locked, click it and enter your pass Click the plus (+) button under the list on the right side. Navigate to and select Meshcentral in the /usr/local/mesh_services/meshagent/ folder. Ensure both are checked in the list to grant them Accessibility Permissions. + ![](images/2024-02-15-22-22-33.png) Step 4: Grant Screen Recording Permissions @@ -252,12 +255,14 @@ In the list on the left, find and select Screen Recording. Unlock the padlock if necessary as described above. Click the plus (+) button and add Meshcentral from the /usr/local/mesh_services/meshagent/ folder, or check the boxes next to them if they're already listed. A prompt may appear asking you to quit Meshcentral. Please do so to enable the permissions. + ![](images/2024-02-15-22-23-48.png) Step 5: Grant Full Disk Access In the list on the left, scroll down and select Full Disk Access. Unlock the padlock if necessary as described above. Click the plus (+) button and add Tactical RMM from the /usr/local/bin/ folder and Meshcentral from the /usr/local/mesh_services/meshagent/ folder, or check the boxes next to them if they're already listed. + ![](images/2024-02-15-22-17-49.png) Finalizing the Setup