Open the database → Credentials tab in my.cubepath.com.

Reveal the credentials

Credentials are hidden by default and only loaded when you explicitly click Reveal credentials. You get:

FieldUse
Host and PortFor clients that take them separately
Username and PasswordThe admin account
Connection URIA ready-to-paste string for most drivers and ORMs

Two things can stop a reveal:

  • The database is busy. Credentials are available once it settles into active or degraded. Wait for the current operation to finish.
  • You don't have permission. Viewing credentials requires write access to managed databases. Ask an organization owner or admin.

Rotate the admin password

Rotate credentials generates a new admin password.

Rotate when the password may have been exposed — committed to a repository, pasted into a ticket, or held by someone who has left. The sequence that avoids an outage:

  1. 1
    Prepare the change first
    Have the deployment ready to take a new password, so you're not editing config while your app is down.
  2. 2
    Rotate
    Confirm the rotation and wait for the database to leave the updating state.
  3. 3
    Read the new password
    Reveal credentials again to get it.
  4. 4
    Update and redeploy
    Push the new value to your application and restart it.

Don't hand this out

The admin account is meant for administration, not for your application to connect with day to day. Create a dedicated user per application instead: one leaked application password then affects one application, and revoking it is a single delete rather than a rotation that breaks everything at once.