The default Administrator account is the main admin account in Triofox. It is the very first account setup during the Triofox initial configuration.
If you forget your Triofox default administrator account, you can retrieve the account as follows:
PostgesSQL database Only (if you don't have access to this page, skip it and run the following commands directly)
Steps:
- Remote desktop to the Triofox server
- Open the Windows command prompt
Run this command (This is for the default setting, replace the command values if needed):
"C:\Program Files (x86)\Triofox\monitor\postgresql\bin\psql" -d csmain -p 5679 -U postgresRun this SQL command to extract the default cluster administrator account:
select userid, email, description from public.xaf_user where isrootadmin = true;5F4DCC3B5AA765D61D8327DEB882CF99
- Close the command window
Comments
0 comments
Please sign in to leave a comment.