CloudBerry Explorer Command Line Interface
CloudBerry Explorer provides a command-line interface that allows you to manage product licensing. This article describes the available licensing operations and provides examples of the corresponding commands and scripts.
Activate CloudBerry Explorer
To perform actions listed in this paragraph, start the command-line interface:
- Click on the Windows Start button.
- Type
cmd.exein the search box and press Enterto open the Windows Command Prompt. - Change the current directory to the folder where CloudBerry Explorer is installed. For example:
cd "C:\\Program Files\\CloudBerryLab\\CloudBerry Explorer for Amazon S3"
Online Activation or Request Trial
Activate a License
To activate a license, specify your email address and license key:
"CloudBerry Explorer.exe" /activatelicense \-k "license\_key" \-e "email"
Where "email" is your registered email and "license_key" is the license key that you received when buying the product.
Request a Trial License
To request a trial license, run:
"CloudBerry Explorer.exe" /activatelicense \-t \-tac "trial\_activation\_code"
Offline Activation
If you cannot activate CloudBerry Explorer online, you can use offline activation.
Generate an Offline Activation Request
To generate an offline activation request, specify your email address and license key:
"CloudBerry Explorer.exe" /activatelicense \-k "license\_key" \-e "email" \-or
Where "email" is your email and "license_key" is the license key that you received when buying the product).
The command returns a service key.
Activate the License
- Send the service key to support@msp360.com. You will receive the activation key by email.
- Activate license key
"CloudBerry Explorer.exe" /activatelicense \-k "license\_key" \-e "email" \-oa "activationkey\_received"
For time-limited license you need to specify -expire parameter with the date you received by email:
"CloudBerry Explorer.exe" /activatelicense \-k "license\_key" \-e "email" \-oa "activationkey\_received" \-expire "YYYY-MM-DD"
- The product is activated.
Request a Trial Offline
You can also request the trial using offline:
"CloudBerry Explorer.exe" /activatelicense \-or \-t \-tac "trial\_activation\_code"
As an output, you will get a service key. Then run the command:
"CloudBerry Explorer.exe" /activatelicense \-t \-oa "activationkey\_received"
Release License
To release the currently activated license, run:
"CloudBerry Explorer.exe" /releaselicense