DCImanager 6

Installation

This article contains instructions for installing the current (6th) generation of software. Installation of 5th and 4th generation software is not supported.


To activate DCImanager 6, you need license information. If you purchased DCImanager 6 from ISPsystem, you can view this information in your client area at eu.ispsystem.com in the "Licenses" section. After installation you need to enter a value from the Token field.

Before installing the platform:

  1. Make sure that the server meets the system requirements. Read more in the Server requirements article.
  2. Follow the instructions in the Server preparation article.

When installing and upgrading, the platform downloads software from ISPsystem's online resources:

  • docker-registry.ispsystem.com — docker registry;
  • download.ispsystem.com — repository.

These resources are public services and access to them is provided without authentication.

Installation steps

  1. Connect to the server via SSH with superuser permissions (root per default).
  2. Download the installation script: 

    curl -O https://download.ispsystem.com/6/dci/dcibox/dci
  3. Make it executable: 

    chmod +x dci
  4. Run the installation using the activation key (license token):

    ./dci install
    Optional parameters
  5. The installer will check the version of the Docker software on the server. If the version is lower than 20.10.10, the installation will fail. To install the platform on a server with an older version of Docker, add the -f parameter to the installation command: 

    Example command
    ./dci install -f
  6. Wait when the installation is completed. You will see the URL to DCImanager 6: 

    Terminal after successfull installation
    Link to DCImanager administrator registration page: https://127.0.0.1/auth/setup?token=C50A0BFA55DEDE3343AABE713022A15F
    Note
    When you open a link, your browser will display a warning about a possible security threat. This happens if the server uses a self-signed SSL certificate. . You can connect a valid SSL certificate to the platform by following the instructions.
  7. Go to the DCImanager 6 interface using the received link and create the first user:
    1. Enter the User email.
    2. Create a Password or click generate to automatically generate a password.
    3. Click Done.
  8. Perform the initial setup of the platform.
  9. Activate the license:
    1. In the right menu click System overview.
    2. In the License token field enter the value of the Token parameter of your license. You can find it in the Client area eu.ispsystem.com on the license information page.
    3. Click Activate.
  10. If you have a resource package certificate, activate it:
    1. Go to System overview Activate package .
    2. Enter the code from your resource package certificate.
    3. Click Activate.

      For more information about resource packs, see the Licensing article.

After installation, DCImanager 6 platform will be available by the IP address or domain name of your server. The installer will be started as the systemd service.

Note
DCImanager 6 uses the Docker virtualization system. By default, it uses networks 172.17.0.0/16. If your equipment uses addresses from these networks, you can change your Docker settings. For more information, see How to change the network used by Docker?

Reinstalling the platform

  1. Create a new Token value for your license. You can do it in your client area at eu.ispsystem.com or contact technical support.
  2. Stop the platform:

    dci down
  3. Delete directories /opt/ispsystem/dci and /var/lib/mysql :

    rm /opt/ispsystem/dci /var/lib/mysql -rf
  4. Restart the dci service:

    systemctl restart dci
  5. Install the platform:

    dci install
  6. Activate the license:
    1. In the right menu click System overview.
    2. In the License token field enter the value of the Token parameter of your license. You can find it in the Client area eu.ispsystem.com on the license information page.
    3. Click Activate.

Logs

The DCImanager 6 installation log is kept in the file /opt/ispsystem/dci/install.log.