Login to Lightsail Wordpress wp-admin

--

To login to the Wordpress admin UI you need user name and password. For a new instance of Wordpress, the default user name is user. To get a default password you need to log in to the AWS Lightsail instance via ssh or basically use the menu of the grey box which is visualisation of the instance and choose Connect.

This will open bash terminal where you have to paste and execute a command:

cat $HOME/bitnami_application_password

This shows a password. If you are planning to get the permission to admin UI to someone else I recommend to create another user for that person.

Sources:

--

--