What database does GoAnywhere Managed File Transfer use, and how can I access it when the service is stopped?
GoAnywhere uses an embedded Apache Derby database stored locally (e.g., `C:\Program Files\HelpSystems\GoAnywhere\userdata\database\goanywhere`). When the service is stopped, you can access it using command-line tools like Apache Derby's `ij` or GUI tools like DBSchema to connect directly to the database folder. This allows you to query or modify user data, as detailed in the [GoAnywhere Managed File Transfer Vulnerability Debugging Environment Setup](/news/goanywhere-managed-file-transfer-vulnerability-debugging-environment) guide.