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: 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 ...
    • Titan SFTP Server Admin Page Fails to Load

      Question I installed Titan SFTP server and after trying to access the admin page for the first time on my browser, it fails to load. Reasoning In Titan SFTP/MFT the admin page is only accessible via web browser. Answer The most likely issue is due a ...