Reset the Main SysAid Administrator Password
    • 23 Jun 2022
    • PDF

    Reset the Main SysAid Administrator Password

    • PDF

    Article Summary

    The SysAid login page allows you to reset your password if you've forgotten it. This is true for any password stored in SysAid except for the main administrator password (the main administrator is the administrator you created during SysAid installation). If you forget this password, you must use the SysAid password reset utility as described below. This utility is also useful if you've forgotten the username of the main administrator.

    Windows

    If you have forgotten the main administrator's username or if you need to reset the main administrator's password, please do the following:

    1. Open the command prompt (Run > CMD ).
      Note : On Windows Vista, you need to run CMD as an administrator. Go to Start > All programs > Accessories and right-click Command Prompt and select Run as Administrator.
    2. Change the directory to C:\Program Files\SysAidServer\util.
    3. Type ResetPassword.exe and press Enter. Your account name should then be listed.
    4. Type ResetPassword.exe "ACCOUNT NAME" (with the quotes) and press Enter.
    5. The main administrator password has been reset. The username and new password ("changeit") for the main administrator are now displayed.
      image.png

    Linux

    The script to reset the main administrator password is located at http://cdn3.sysaid.com/resetpassword.sh. The script should be run with the following two parameters:

    Note : You need to stop Tomcat before running the script. Your terminal environment also needs to support Java commands. If you can run "java -version" from the terminal, then the script should work.

    1. The path to the root SysAid folder. In Linux, it is usually the SysAid folder under the Tomcat webapps (e.g. /var/tomcat/webapps/sysaid).
    2. The account name (e.g. Acme).

    Example : ./resetpassword.sh /var/tomcat/webapps/sysaid Acme

    The script shows you the administrator username and the new password (which is "changeit").