How to trigger a license revalidation?
How to trigger a license revalidation?
You can manually trigger a license revalidation by removing the cached license files from your installation.To do this:
- Navigate to the directory where LonexCAD is installed.
- Open the
configfolder. - Ensure that hidden (dot) files are visible on your system.
- Locate the files named
.license_cacheand.license_data. - Delete both files.
How to I edit my database details?
How to I edit my database details?
If you need to update your MySQL database connection details for LonexCAD, this can be done directly from the configuration file. Changes take effect almost immediately once saved.Steps to Update Database Details:
- Navigate to the directory where LonexCAD is installed.
- Open the
configfolder. - Ensure hidden (dot) files are visible.
- Locate the file named
.env. - Open the file in a text editor.
- Update the relevant MySQL configuration values (such as database host, name, username, and password).
- Save the file.

