Change admin password
Set password for the ADMIN
account
The ADMIN
account and members of the ADMIN
group have full control over all operations in the FairCom server.
The ADMIN
account 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:
ADMIN
FairCom passwords ARE case-sensitive.
sa_admin
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 password to NewPassword
:
sa_admin -aADMIN -pADMIN -f"" -sFAIRCOMS -oup admin NewPassword
The
-a
parameter specifies the current value of the admin username, which isADMIN
unless you previously changed it.The
-p
parameter specifies the current value of he admin password, which isADMIN
unless you previously changed it.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.
ctadmn
is an interactive tool you run from the command line, such as the DOS CMD prompt or the Linux BASH shell. It changes a user password by prompting you for information.
Open a command prompt.
Move into the <faircom>/tools folder.
Run
ctadmn
.When prompted enter admin for the user name and press ENTER.
Enter
ADMIN
for the password and press ENTER.By default, FairCom products set the admin password to
ADMIN
, which is all uppercase characters.
Press ENTER for the next two prompts unless you have changed the File Password or Server Name.
Press 1 and ENTER to open the User Operations menu.
Press 4 and ENTER to change a user password.
When prompted, enter
admin
for the user name and press ENTER.Enter a new password and press ENTER.
Enter the same new password again and press ENTER.
Press ENTER.
To quit
Press q then ENTER
Press q then ENTER again.