is there a possibility to connect the Lansweeper LocalDB into DBeaver on another server? We want to access the data from the database for operations/reports that are going over different databases. As DBeaver has no "standard" connector for Lansweeper I would have to install a userdefined driver for the database.
A SQL LocalDB database does not allow remote connections. As an alternative you could use SQL Server Express, which is also a free edition of SQL server. Which allows remote connections. This will provide you a few more options.