# Stop the Lansweeper service.
# Take a full backup of the lansweeper database using the SQL server management studio.
# Do a restore of the database backup and overwrite the Lansweeperdb database on the new server. (make sure your database name is "lansweeperdb")
# With SQL server management studio recreate the user "Lansweeperuser" and give it the same password as in your web.config file (default: mysecretpassword0*)
# check web.config and lansweeperservice.exe.config if they have the correct username/database/password.
# Make the "lansweeperuser" owner of the database "lansweeperdb"
# Start the Lansweeper service.