Unable to login to parse dashboard on AWS

+3 votes

while creating an instance of parse server on AWS, I see the configuration.

var api = new ParseServer({
    databaseURI: "mongodb://root:gzkThVPNmUS5@127.0.0.1:27017/bitnami_parse",
    cloud: "./node_modules/parse-server/lib/cloud-code/Parse.Cloud.js",
    appId: "XXXXXXXaef",
    masterKey: "XXXXX33150",
    fileKey: "XXXXXXX7073",
    serverURL: "http://XXXXX.us-west-2.compute.amazonaws.com:80/parse"
});

But the issue is when I use the serverURL to my web browser, it asks user and password which I do know. I tried my user name and password from AWS but it does not allow me to log in to the parse dashboard.

Can anybody help me with this? 

Apr 30, 2018 in AWS by Flying geek
• 3,280 points
2,852 views

3 answers to this question.

+2 votes
Best answer

During the first time boot, the application password gets generated randomly. This password can be viewed as follows:

  1. Log in to the AWS Cloud Console.
  2. In the left navigation bar, select the "Instances -> Instances" menu item.
  3. Select your instance in the dashboard.
  4. From the "Actions" drop-down menu, select the "Get System Log" menu item.
  5. Review the system log until you find the application password.

Also try with this link as well : https://docs.bitnami.com/aws/faq/starting-bitnami-aws/find_credentials/#using-the-aws-marketplace

answered Apr 30, 2018 by Cloud gunner
• 4,670 points

selected Jan 6, 2020 by Kalgi
This worked for me
Hi @Harsh Vardhan Misra.

I hope you are doing fine. Please upvote the answer if it has helped you!

Thank you.
+2 votes

This link helps: parse server credentials

User: user

The application password is randomly generated during the first boot. This password can be viewed as follows:

  1. Log in to the AWS Cloud Console.
  2. In the left navigation bar, select the "Instances -> Instances" menu item.
  3. Select your instance in the dashboard.
  4. From the "Actions" drop-down menu, select the "Get System Log" menu item.
  5. Review the system log until you find the application password.
answered Aug 6, 2018 by Priyaj
• 58,090 points
+1 vote
I had the same issue, which I have just resolved:

When looking into the AWS system log for the generated username user (by default) and password, make sure you manually type out the password that is generated when trying to login to the Parse dashboard.

Such copy and pasted clear-text passwords sent over the insecure http protocol doesn't work, and shouldn't work.
answered Aug 28, 2018 by eatcodesleeprepeat
• 4,710 points

Related Questions In AWS

0 votes
1 answer

Unable to start express server on AWS instance

It's not your code — you can't connect ...READ MORE

answered Oct 1, 2018 in AWS by Priyaj
• 58,090 points
2,786 views
+3 votes
4 answers

How to host a website on AWS?

Certainly, it can be used to do ...READ MORE

answered Mar 30, 2018 in AWS by brat_1
• 7,200 points
2,462 views
0 votes
1 answer

How can i copy tables from one database to other on AWS?

You can use AWS Data pipeline to ...READ MORE

answered Jul 5, 2018 in AWS by Priyaj
• 58,090 points
4,283 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,426 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP