Reset Admin Password

Reset Admin Password

If you lost the admin password, try to reset it via the reset password email function.

Or, you can make an existing user an admin. Use the Web Terminal to open a MongoDB shell and run the following command:
db.users.update({username:'myusername'}, {$set: {'roles' : [ "admin" ]}});