Hi @kratka_eric_d,
Thank you for using Bitnami. You will need to access the instance using SSH and follow one of these options
- Get the information for the system's log file
sudo cat /var/log/syslog | grep password
- Get the information from the bitnami_credentials file (we implemented this recently)
cat ~/bitnami_credentials
- Get the information from the installation files
sudo cat /opt/bitnami/var/data/bitnami_credentials/credentials
Let us know if any of these options work for you
Thanks