Getting started with 123cluster couldn’t be easier:
.png)
30-Day Trial Period
From the moment you install the application, all automated features (automatic backups, monitoring alerts, etc.) are fully enabled for 30 days.Post-Trial Operation
Once the 30-day trial expires, automated processes will be disabled—but your databases will remain intact. You may continue to access and manage them manually at minimal functionality.License Activation
To restore full automation, purchase a license on our website. After you enter your license key into the app, automation is re-enabled for all databases covered by that license. Any databases beyond your license limit will simply be flagged as “unlicensed.”Uninterrupted Data Access
Even if your license expires, you will not be disconnected or lose your data. You retain full access to your clusters (using your existing username/password) and can continue to work with them manually.
Online installation on a VM
VM Connection Details
- Run the install command on your VM:
bash <(wget -qO- http://files.123cluster.com/bootstrap.sh)
orbash <(curl -s http://files.123cluster.com/bootstrap.sh)
and follow the prompts - Accessing the console: Once installation completes, access the 123cluster console at
http://<ip_address>(you'll get the address after successful installation).. - Login and password: Use the username and password you set during installation.
- That's it! Quick links to get started: how to create your first 123cluster user, a brief overview of the console, and more.
System requirements
- Supported platforms: CentOS10
Coming soon:
Ubuntu - RAM: 4GB
- CPUs: 2
- Disk space: 50GB
Offline installation on a VM
On kubernetes
Installation prerequisites
- A running Kubernetes cluster with
kubectlconfigured - Helm 3 (package manager for Kubernetes)
- A storage provisioner (CSI)
- A CNI plugin installed
- Registry access — your cluster must be able to pull the
123clusterandclustertasksimages from the public registry (no extra registry configuration needed)
On kubernetes
Install the application
- Create a namespace:
kubectl create namespace c123-app - Create your values file (
my-values.yaml) with your hostname and credentials. See [full Kubernetes deployment documentation] for the complete example. - Run the installation script:
./deploy.sh install -n c123-app -r 123cluster -f my-values.yaml - Verify the install:
./deploy.sh status -n c123-app -r 123cluster - Accessing the console: Once installation completes, open
http://<your-hostname>(the address you set in your values file) in your browser. - Login and password: Use the
SUPERUSER_USERNAMEandSUPERUSER_PASSWORDyou set in your values file. Replace the example password in the sample values file before using it — don't deploy withsecurepass. - That's it! Quick links to get started: how to create your first 123cluster user, a brief overview of the console, and more.
System requirements
- Supported platforms: (pending confirmation — see Open Question 3)
- Nodes: :1+ (3 recommended)
- RAM: 4GB
- CPUs: 2
- Disk space: 50GB
