virtualMachine

Find application credentials

The default username for the application is user and the password is randomly generated (in older versions it was typically bitnami). You can obtain these credentials from the server console, above the login prompt, as shown below:

Application credentials

You can also obtain the application username from the application page in our documentation.

If you started a server (for example, MongoDB or similar) that isn’t a Web application server, you can use the default administrator user to log in to the database (for example, root). You can find more information for each specific server in our documentation.

The application credentials are stored in a standalone file. To obtain the credentials at any time, follow these instructions:

  • Log in to the virtual machine console.

  • Run the following command to see your application credentials:

      $ sudo cat /home/bitnami/bitnami_credentials
    
Last modification May 7, 2020