-
Notifications
You must be signed in to change notification settings - Fork 401
Admin Password Recovery
- Overview
- Locate the configuration file in Docker
- Edit the configuration file
- Restart the container
- Reset the admin password
If you’ve forgotten the admin password for CloudBeaver, follow these steps to reset it:
- Access the workspace directory used by the Docker container.
- Look for the file named
.cloudbeaver.runtime.conf
in the.data
subdirectory.
Tip: For more information on locating the workspace directory, see Workspace location.
- Open
.cloudbeaver.runtime.conf
in a text editor. - Locate the line that begins with:
"serverName": ...
- Delete this line completely.
- Save and close the file.
Run the following commands:
docker stop <container-name>
docker start <container-name>
Tip: For general Docker commands, see the Docker CLI reference.
If you’re using Docker Compose, use its commands to stop and start the container.
Run these commands:
docker-compose stop
docker-compose start
Tip: For more details on Docker Compose commands, see the Docker Compose CLI reference.
-
Access the CloudBeaver setup wizard in your browser at
http://<your-server-ip>:8978
. -
The initial server setup wizard will open, allowing you to configure the admin password along with other settings.
Note: Your license, configured connections, and other settings will remain unchanged.
-
Once complete, the admin password is reset and your server will be ready for use.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
-
Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
-
Single Sign On
-
SAML
-
OpenID
-
AWS OpenID
-
AWS SAML
-
AWS IAM
-
AWS OpenId via Okta
-
Snowflake SSO
-
Okta OpenId
-
Cognito OpenId
-
JWT authentication
-
Kerberos authentication
-
NTLM
-
Microsoft Entra ID authentication
-
Google authentication
-
Local Access Authentication
- User credentials storage
-
Cloud Explorer
-
Cloud storage
-
Query Manager
-
Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
-
Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development