What is default password of [email protected] in 8.6.2?

I just installed Pega 8.6.2 in linux server and oracle database. I can reach login page and follow document to enter “install” with [email protected] but not working. May I know what default password is?

@SunshineL

Please try [email protected] and the password install

Hi @SunshineL: Can you help us to understand whether you followed command line tool (or) IUA for installation?

If you have used command line tool, please check the value given for pega.admin.password value in setupDatabase.properties. This will be the password for initial login.

If using IUA, you might have given a password after the database connectivity check. This will be the temporary password for initial login.

Please see this and this for details.

Thanks.

@SunshineL please see previous posts which you can find doing a PSC key word search:

[email protected] password change

Pega 7.4 installed but [email protected] is not working

[email protected] password keeps needing to be reset

[email protected] is not working in the VM env

“install” was the old default, before we forced you to set it during install so it may still be set to that for certain older versions

As @ArulDevan has indicated we now don’t set any default admin password , you have to define a password for [email protected] at installation time. and it needs to be changed upon first access

It is found on pega.jdbc.password=xxx in setupDatabase.properties

Thanks all