Admin password recovery
If you’ve forgotten the admin password for CloudBeaver, follow these steps to reset it:
Locate the configuration file¶
-
Access the workspace directory used by the Docker container
Tip
For more information on locating the workspace directory, see Workspace location.
-
Look for the file named
.cloudbeaver.runtime.confin the.datasubdirectory
Edit the configuration file¶
- Open
.cloudbeaver.runtime.confin a text editor -
Locate the line that begins with
"serverName": ...Info
For details on configuration file, see Server-configuration.
-
Delete this line completely
Note
If
"serverName"is the last property in the file (no comma at the end of that line), also remove the trailing comma from the line above it to keep the JSON valid. -
Save and close the file
Restart CloudBeaver¶
Run these commands:
Tip
For more details on Docker Compose commands, see the Docker Compose CLI reference.
Reset the admin password¶
- Access the CloudBeaver setup wizard in your browser using your server's domain.
-
The setup wizard opens. Set a new admin password and adjust any other settings.
Info
Your license, configured connections, and other settings will remain unchanged.
-
Once complete, the admin password is reset and your server is ready.