Mac Issue: Teramind not monitoring the correct user or showing duplicate users

This can happen when a Mac switches to a different network. It affects the hostname, which then affects the username referenced by the Hidden/Stealth Agent. As a result, a user may have multiple employee accounts in the dashboard and the account that will be actively monitored in the dashboard will change depending on the network the Mac is connected to. 

  1. Make sure the “Use dynamic global hostname" setting is disabled under System Preferences > Sharing. For more information about this setting, you can consult Apple documentation.
  2. Open a Terminal window on the Mac. To do so, click the Spotlight magnifying glass on the menu bar and type terminal and press Enter.
  3. Type the following command to change the primary hostname of your Mac:
    sudo scutil --set HostName <new host name>
    where, <new host name> is your fully qualified hostname, for example myMac.
  4. Type the following command to change the Bonjour hostname of your Mac:
     sudo scutil --set LocalHostName <new host name>
    where, <new host name> is the name usable on the local network, for example myMac.
  5. (Optional) If you also want to change the computer name, type the following command:
    sudo scutil --set ComputerName <new name>
    where, <new name>is the user-friendly computer name you see in Finder, for example myMac.
  6. Flush the DNS cache by typing:
    dscacheutil -flushcache
  7. Restart your Mac.
  8. After rebooting, you should see the Mac come online in the dashboard. You may then delete or disable monitoring for the other accounts linked to this Mac in your dashboard. Check out this article to learn how to remove a user/computer: How to delete or restore an employee / user / computer? And this article to learn how to disable monitoring for a user/computer: How to turn monitoring on/off for a user or computer?
Was this article helpful?
1 out of 1 found this helpful