-
Notifications
You must be signed in to change notification settings - Fork 392
Managing CloudBeaver server on AWS
- Overview
- Launch your AWS instance
- Managing CloudBeaver with the server manager utility
- Using the server manager
- Managing server state
- Version update procedure
- Backup and restore procedure
- Server configuration
This guide explains the initial launch, management, and maintenance of CloudBeaver on AWS, including server configuration, updates, and backups.
After launching your AWS instance, follow these steps to access CloudBeaver:
-
In your browser, go to
http://<Instance_IP>/
, where<Instance_IP>
is the public IP address of your AWS instance. -
You’ll be redirected to CloudBeaver’s initial configuration wizard to complete the setup.
Tip: For guidance on locating your instance's public IP address, see Finding the Public IP Address of Your Instance in the AWS documentation.
For detailed configuration steps, see CloudBeaver Administration guide.
CloudBeaver provides a built-in server manager utility in AWS deployments for starting, stopping, updating, configuring, and backing up the server.
To list available commands and options, enter:
cloudbeaver help
To start or stop the CloudBeaver server, use:
-
Start the server:
cloudbeaver start
-
Stop the server:
cloudbeaver stop
To update CloudBeaver, follow these steps:
- Connect to your AWS instance via SSH.
- Check available versions:
cloudbeaver update list
- Run the update command:
cloudbeaver update 24.2.0
Note: Replace
24.2.0
with the desired version number.
Create backups for service volumes, database dumps, and internal certificates:
-
Create a backup:
cloudbeaver createBackup
Options include:
-
--include-certs
: Include certificates in the backup. -
--skip-db-service
: Skip database dump for external databases.
-
-
Restore from backup:
cloudbeaver restoreBackup
To configure the CloudBeaver server, update the .env
file:
cloudbeaver configure
- 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
- 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