How To - Reset Admin Password

How To - Reset Admin Password


How To: Reset Admin Password


Question

How can I reset the admin password if I’ve forgotten it or lost access?

Reasoning

For security and administrative continuity, it’s essential to have a reliable method to regain access to an admin account. A forgotten or lost password can lock out administrators and halt critical operations. This guide outlines secure and effective steps to reset the admin password.

Answer
To reset the admin password, follow these steps:

Steps


1. Download sqlite3: https://www.sqlite.org/2025/sqlite-tools-win-x64-3490200.zip

2. Extract the zip file in drive C

3. Run this command:

    sqlite3 "c:\programdata\South River Technologies\srxserver\database\lasdb.db" "DROP TABLE IF EXISTS nxUserParams;"

4. Restart the Titan Service in windows service manager.

    Press Windows Key + R > Type services.msc > Search for Titan service.

5. After restarting the service, Open Titan Admin Login page and create new Account.


***End






    • Related Articles

    • How To - Reset Admin Account using sqllitestudiocli

      How To: Reset Admin Account using SQLliteStudio CLI Question How can you reset the admin account? Reasoning When an admin user can't log in and support ticket submission isn't possible, one way to regain access is by directly modifying or clearing ...
    • How To- Reset domain Tls Certificate using PowerShell API

      How To: Reset Domain TLS Certificate using PowerShell API Question How do I reset the TLS certificate for a domain using the PowerShell API? Answer You can reset the domain TLS certificate via the PowerShell API by executing the appropriate command ...
    • How To: Turn off the Admin idle timeout

      How To: Turn off the Admin idle timeout Question How can we turn off the Admin idle timeout? Answer You can turn off the idle timeout in the Admin Console by the following NXCLI and Powershell commands Commands to use for NXCLI and PowerShell Using ...
    • How To: Configure Password Security in Titan SFTP and Titan MFT

      Related To Titan SFTP Server and Titan MFT Server Question How can I configure password security settings in Titan? Reasoning I would like to be able set password expiration, restrict reuse of passwords and also configure the password complexity to ...
    • How To: Give Users Admin Permissions

      How To: Give Users Admin Permissions Question How do I give a user admin capability? Reasoning Managing and administering Titan can be time-consuming, so delegating some of the tasks to a second user would be very helpful. Answer You can enable the ...