Skip to main content

Change admin password

Set the password for the ADMIN user

The ADMIN user and members of the ADMIN group have full control over all operations in the FairCom server. They are also the only users who can stop the server.

Important

Changing the ADMIN password on all servers is critical to secure your data from malicious attackers.

  • The default administrator user ID is admin.

    • FairCom user IDs are NOT case-sensitive.

  • The default password is ADMIN

    • FairCom passwords ARE case-sensitive.

Set or change the password for the ADMIN account on FairCom servers

ADMIN accountset passwordchange admin passwordset admin passwordAdmin password

The <faircom>/tools/sa_admin.exe file is a command-line interface (CLI) program designed to be embedded into scripts. It changes a user password using command line parameters.

The following example changes the admin user password to NewPassword:

sa_admin -aADMIN -pADMIN -f"" -sFAIRCOMS -oup admin NewPassword
  • The -a parameter specifies the current value of the admin username, which is ADMIN unless you previously changed it.

  • The -p parameter specifies the current value of he admin user password, which initially is ADMIN.

  • The -f parameter is the file password, which is typically "".

  • The -s parameter is the connection name of the FairCom database, which is "FAIRCOMS" unless you previously changed it.

  • The -oup parameter tells the program to change the password.

The <faircom>/tools/ctadmn.exe file is an interactive tool you run from the command line, such as the DOS command prompt or the Linux BASH shell. It prompts you for information to change a user password.

This example authenticates the admin user as an authorized administrator, then changes the admin user password.

  1. Open a command prompt.

  2. Move to the <faircom>/tools folder.

  3. Run ctadmn.

    ctadmn1.png
  4. When prompted, enter admin for the user ID and press ENTER.

  5. Enter ADMIN for the password and press ENTER.

    (By default, FairCom products set the admin password to ADMIN, which is all uppercase characters.)

  6. Press ENTER for the next two prompts unless you have changed the File Password or Server Name.

  7. Press 1 and ENTER to open the User Operations menu.

    ctadmn2.png
  8. Press 4 and ENTER to change a user password.

    ctadmn3.png
  9. When prompted, enter admin for the User ID and press ENTER.

    ctadmn4.png
  10. Enter a new password and press ENTER.

  11. Enter the same new password again and press ENTER.

  12. Press ENTER.

  13. To quit

    1. Press q then ENTER

    2. Press q then ENTER again.