cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable
One question, I want to change the server of lansweeper service. When installing on the new server Lansweeper identifies as Multiple Scan servers, but I don't want it to become multiple servers. What is the correct procedure for this?

Thank you very much,
Paulo
1 REPLY 1
Hemoco
Lansweeper Alumni
- Delete or disable the Lansweeper service on your current scanning server.
- Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts, replacing NewServer with the NetBIOS name of your new scanning server. (Leave the quotes in the code.)
Update tsysasservers set servername = 'NewServer'
GO
Update tblAssets set scanserver = 'NewServer'
GO

- Install the Lansweeper service on your new scanning server and make sure that it is running.