Platform: LinuxProducts: MSP360 Backup
Article ID: s0459Last Modified: 21-Mar-2025

Activation (CLI 2.0)

To manage a license activation, use the following command:

cd '/opt/local/MSP360 Backup/bin'
./cbbV2 license activate 

Command options:

ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 license activate
MSP360 Backup Command Line Interface started

activate  - activate license
Usage: /opt/local/MSP360 Backup/raw_bin/cbbCommandLineV2 [options]

Options:
  -c, --confirm                             	Confirm Activate license
  -e, --email <email>                       	Email for license activation
  -k, --key <keyLicense>                    	Key for license activation
  -g, --offline-generate                    	Generate offline license
                                            	request. Email & key are
                                            	required. Request should be sent
                                            	via email to
                                            	support@cloudberrylab.com.
  -a, --offline-activation <offlineActivation>  Offline license activation key.
                                            	You should receive this key via
                                            	email in response to offline
                                            	request, or free license
                                            	registration.
  -f, --free                                	Request free license
  -t, --trial <personal/ultimate/server>    	Request trial license

Examples:

  1. Activate an existing license license key:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 license activate -e emailaddress@email.com -k 12345678-1234 -c
MSP360 Backup Command Line Interface started

Success
  1. Request trial:
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 license activate -e emailaddress@email.com -t ultimate -c
MSP360 Backup Command Line Interface started

Success
  1. Generate offline key for the activation (execute one by one):
ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 license activate -e emailaddress@email.com -c
MSP360 Backup Restore Only Command Line Interface started
Warning: Product is not registered


You have successfully registered the product.


ubuntuuser@ubuntu:/opt/local/MSP360 Backup/bin$ ./cbbV2 license activate -g -e emailaddress@email.com -c
MSP360 Backup Command Line Interface started


Copy service key from the field below. Sign up to https://www.cloudberrycentral.com.
klgMRMd    (long key consisting of numbers and letters)    4ULuvg==
Then switch to activations tab and click Offline Activation button.
Then click Next and paste activation code.
https://git.cloudberrylab.com/egor.m/doc-help-std.git
Production