License key and deployment package

How to create a license key and obtain the deployment package for rolling out the on-premise version of MassAccess in your own infrastructure.

Deployment methodThe commands on this page apply to the Docker Compose delivery. Open the matching Kubernetes and Helm procedure.

Creating the license key

The license key is created in the company's cloud control panel:

  1. Sign in to the cloud control panel at https://massaccess.net/dashboard/on-premise and open Settings.
  2. Find the "Installation on your server" block.
  3. Click "Create a key for installation on your server".

License status

The license can be "Active", "Suspended", or have the "Counter mismatch" status. The deployment package can only be downloaded while the license is active.

Obtaining the deployment package

In the same block, click "Download deployment package". The browser downloads the archive massaccess-compose.tar.gz containing installation and upgrade scripts, configuration and licensing data.

Transfer the archive to the server over a secure channel and extract it:

bash
scp massaccess-compose.tar.gz user@server:~/
tar -xzf massaccess-compose.tar.gz
cd massaccess-compose
License blocking warningDo not run the same licensed package on multiple instances simultaneously and do not modify the archive service files before running — this may lead to license blocking.

What's next

After obtaining the key and the deployment package, proceed to the Installation section.