Parse-dashboard: Where do I get an App ID and a Master Key?

Created on 19 Sep 2016  路  16Comments  路  Source: parse-community/parse-dashboard

Where do I get an App ID and a Master Key for use with Parse Dashboard. Are these required?

Most helpful comment

I had to cd into stack, then parse-dashboard, and run vi config.json to find the appId and masterkey along with the user credentials.

If you want to edit the user credentials you have to use the command :w! sudo tee % to save your edits to the file and override the read only permissions if the file!

Hope this helps.

All 16 comments

@msutyak you need to choose your own App ID and Master Key. The App ID is basically the name of your application (e.g. 'MyParseApp') and the Master Key is a random string that you should not disclose with anyone (treat it as a password for your Parse backend).

Additionally, if you are using an existing parse application you can get these from the parse.com dashboard by going to Settings -> Keys (https://parse.com/apps/MY-APP-NAME/edit#keys)

If you can ssh into your parse server, you can find the settings in your Parse setup.js.
just "cd apps/parse/htdocs" to get into the directory and "nano server.js" to read the file
You can find you applicationID and MasterKey for Parse there.

https://parse.com/ dies any updates for app key and master key ?

@msutyak @ovidiubute @SerialForBreakfast @thongbk83 @steven-supersolid
Hey guys since parse.com died, how can I find the master key? Any help?

The master key is defined in your server. You must have appId and masterKey in order to start the server so you should use the values you have set up there.

I don't have a apps/parse/htdocs directory and in server.js I just see app ID and master key for parse-server, not parse-dashboard... anyone have an idea of where to get these credentials for parse-dashboard?

Hi @claireebilski,

The appId and masterKey in your server.js files are the only ones you need. When you launch your Parse Dashboard these are the keys you use to authenticate with your Parse Server.

Please see the getting started section for the Parse Dashboard for more info.

I have the same problem...I have already an application and tried to find the app credentials by "cd apps/parse/htdocs/" but get the error: -bash: cd: apps/parse/htdocs/: No such file or directory. Can someone help me?

I had to cd into stack, then parse-dashboard, and run vi config.json to find the appId and masterkey along with the user credentials.

If you want to edit the user credentials you have to use the command :w! sudo tee % to save your edits to the file and override the read only permissions if the file!

Hope this helps.

Thank you! It has helped me a lot!

OMG! I've seen what I've been looking so dearly for. Thank you

how can I get master key ,appid, and other ids .. I'm using windows os and I'm stuck on this problem from the last 2 days pls help me.
>

@aakash-gavle Type cd stack/parse-dashboard/ .Then vi config.json

Thankyou so much b4ssey

@aakash-gavle Type cd stack/parse-dashboard/ .Then vi config.json

Thank you sooo much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

codeKonami picture codeKonami  路  6Comments

TylerBrock picture TylerBrock  路  8Comments

yagotome picture yagotome  路  3Comments

aryelevin picture aryelevin  路  8Comments

acinader picture acinader  路  5Comments