Cannot login trying to deploy Backendless Standalone on AWS using Bitnami

Hi there! I’m trying to deploy Backendless Standalone on AWS using Bitnami. When I try to access the Public DNS ec2-52-91-244-135.compute-1.amazonaws.com it takes me to photo #1. When I put my Backendless credentials (photo #2), I get the message “Invalid developer’s login or password” (photo #3). When I click on Register it takes me to the Register form Authentication (photo #4) and the I try to register (photo #5) it says the server couldn’t verify that i am authorized.
I’m I doing something wrong?
Please let me know if you need more information.
Thanks in advance,
Abner

2.png

5.png

Hi Abner,

This is Brad from Bitnami. Thanks for reporting this- looks like our system is auto-generating passwords that the application doesn’t like. We are working on fixing it as quickly as possible. I see that you shut down the server in question. If you launch another instance from Bitnami it will likely work fine since the system is only intermittently generating problematic passwords.

If you want to use the same instance as before or if you run into this problem again, here is a workaround to get you going now.

Step 1. Open a terminal and access the machine via SSH using these instructions:
https://wiki.bitnami.com/Amazon_cloud/how_to_connect_to_your_amazon_instance#SSH_access

Step 2. Once you have established your SSH connection, you can re-run the script that creates a password on first startup by pasting this command into the same terminal window:

$ sudo ./apps/backendless/bnconfig --userpassword “mypassword123”

Replace mypassword123 with your own password (leave the quotes). Make sure it contains at least 8 characters and at least 1 number.

You should now be able to log into the application using the email user@example.com and the password you just set. You can then change your login credentials through the application itself.

Hi Brad. Thanks for your answer. I launched another instance and I’m still getting the same results. What else do you recommend me to do? Thanks!

We solved it! Thank you very much for your assistance :slight_smile:

Abner

Great- glad it worked out!