Bash --serverURL : Unkown Command?

Hi everyone !

I successfully installed my Parse Server and it is working allright.

I tried for several hours to install and start Parse Dashboard but i can’t get it to work and i don’t know why …

OS : Debian 12 (Fresh) on a VM

i do parse-dashboard --dev --appId MyappID --masterkey Mymasterkey --serverURL “http://localhost:1337/parse” --appName MyAppName

[1] 4502
bash: --serverURL : unkown command

i just don’t get it …

Seems like bash doesn’t recognize serverURL.

Do you have some funky characters in your master key ? Like &/| ?

Try the Comand with “asdf” as master key just to test

Thanks a lot ! It was that. i did not see if it was somewhere noted that the masterkey could’nt contain “funky” characters.

It’s all working now.

1 Like

You can put whatever you want for master key, you just need to escape or quote it correctly.