Cleanup options for non-Windows machines do not currently exist. These will be added in Lansweeper 5.1, which is currently in development. We do not yet have a release date for Lansweeper 5.1. For now, you can manually delete devices by clicking the Assets link at the top of the web console, ticking the checkboxes in front of the devices and hitting the Delete button on the left.
You could also execute the script below under Configuration/Scanning Setup/Database Scripts to delete stale device entries. It deletes devices that haven’t been scanned in more than 90 days. Replace the number marked in bold to change the time frame.
delete from tblassets where assettype <> -1 and lastseen < GetDate () - 90