Default admin password for Dashboard

Hello,
I’ve just got MindLamp dashboard installed in my local environment, but I did not find the password for the “admin”.
Do you know what is the default password created for the admin account?
Thanks.

@rodrigocpaiva Did you ensure you set up your own instance of the LAMP server as well? If so, then check the console logs for the server and it will share the generated admin password with you.

Hello, sorry to reopen an old issue, but I don’t see the admin password anywhere in the logs (at least those that appear when launching the platform with docker compose). Everything seems to start fine though and I can create a demo project on the dashboard, but no way to find this generated admin password.

Please send me the first 100 lines of the logs from your “server” service

I don’t see 100 lines, I only see the following lines in the console:

data-volume-server-1  | Initializing LAMP API server...
data-volume-server-1  |   Trying to connect redis
data-volume-server-1  |   Connected to redis
data-volume-server-1  |   Initializing database connection...
data-volume-server-1  |     MONGODB adapter in use
data-volume-server-1  |       (node:1) DeprecationWarning: isConnected is deprecated and will be removed in the next major version
data-volume-server-1  |       (Use `node --trace-deprecation ...` to show where the warning was created)
data-volume-server-1  |       ActivitySpec database online.
data-volume-server-1  |       SensorSpec database online.
data-volume-server-1  |       Researcher database online.
data-volume-server-1  |       Study database online.
data-volume-server-1  |       Participant database online.
data-volume-server-1  |       Activity database online.
data-volume-server-1  |       Sensor database online.
data-volume-server-1  |       ActivityEvent database online.
data-volume-server-1  |       SensorEvent database online.
data-volume-server-1  |       Tag database online.
data-volume-server-1  |       Credential database online.
data-volume-server-1  |   Database verification complete.
data-volume-server-1  |   Server routing initialized.
data-volume-server-1  | Initialization complete.
data-volume-server-1  | undefined
data-volume-server-1  | Connected to nats pub server

Where could/should I go to see more logs from the server container?

This is all I needed to see from this. Can I also assume you deployed a separate traefik stack?

No, traefik is included as a container in the docker-compose.yml file.
I sent it to you by PM.

I had a similar issue, because the server logs only show that password once even if you stop and restart the container, giving you only one chance to capture it during the initial deployment. Carsten updated the documentation at Testing the LAMP Platform | LAMP Platform to offer an alternative means by extracting the key from the mongodb ‘credential’ collection and decrypting it with the node script found on that page.

1 Like