Hi!
If some LsAgent clients aren't showing the "LsAgent only" message and aren't appearing in the LsAgent Scanning tab, something might be preventing them from reaching your Lansweeper server.
Here are a couple of things you can check:
-
Take a look at the log file on the affected machines. It usually gives some insight into what might be going wrong: Program Files (x86)\LansweeperAgent\lsagentlog.txt
-
You can also run this PowerShell command on the LsAgent client itself to check if it can connect to your Lansweeper server on the correct port (if you're using LsAgent for Windows):
Test-NetConnection <fqdn-or-ip-lansweeper-server> -Port 9524
If the connection fails or there are errors in the log, it could indicate a firewall issue, DNS problem, or something similar.