You have set up the LsAgent relay service for your LsAgents to report in remotely. However, none or a few are not reporting in.
What happened?
It might be that the LsAgent relay service endpoint cannot be reached from your remote asset.
Luckily there is an easy way to check this. Have the remote employee run the below command from a PowerShell prompt.
Test-NetConnection lsagentrelay.lansweeper.com -port 443
When you receive output similar to these, where TcpTestSucceeded is True, the LsAgent asset can access the LsAgent Relay service.
ComputerName : lsagentrelay.lansweeper.com
RemoteAddress : 20.40.202.39
RemotePort : 443
InterfaceAlias : Wi-Fi
SourceAddress : 10.10.3.58
TcpTestSucceeded : True
However, if you receive output TcpTestSucceeded is False, the LsAgent client cannot reach the LsAgent Relay service and the issue is should be fixed locally on the client machine first.
ComputerName : lsagentrelay.lansweeper.com
RemoteAddress :
RemotePort :
InterfaceAlias :
SourceAddress :
TcpTestSucceeded : False
Now what?
Likely a firewall or VPN is blocking access to the LsAgent Relay service.
Make sure an outbound connection to the relay endpoint (lsagentrelay.lansweeper.com:443) can be set up from the remote device.