I have misplaced my default 'user' password for logging into my Bitnami Wordpress Multi-site web UI.
I have tried the solutions mentioned at: docs.bitnami.com to retrieve it via the 'System Log' in the AWS Console but it is no longer there.
I am also trying to retrieve it via SSH as described below.
Option 2: Find Password By Connecting To Your Application Through SSH The application credentials are also stored in your application files. To obtain the password at any time, follow these instructions:
Connect to the application through SSH. Run the following command to see your application credentials:
cat ./bitnami_credentials
In case that you can not see the content of the above file, check the following:
sudo cat /opt/bitnami/var/data/bitnami_credentials/credentials
I am able to SSH into my bitnami EC2 instance but none of the above commands work to show me the password for the standard 'user'.
I am currently running Wordpress 4.7.11
Please help. :)
bitnami_credentials\credentialsexist which seems strange if it's a bitnami image and the docs state that. Can youcdin /opt/bitnami/var/data/bitnami_credentials ? - Dammeul/opt/bitnami/var, i need tosudo suto get intodata. Then thedatadirectory then shows as empty. - DanH