Install a panel on the server

Install DCImanager 6 on the server

  1. Connect to the server through the SSH with the superuser permissions (root per default).
  2. Download the installer:
    curl -O http://download.ispsystem.com/6/dci/dcibox/dci
  3. Make it executable:
    chmod +x dci
  4. Run the installation process using the license token (a token can be found in your client area in the license parameters form):
    ./dci install -l token
  5. If the panel is installed successfully, in the terminal, you will see the URL to DCImanager web-interface:
    Link to administrator registration page: https://127.0.0.1/auth/setup?token=C50A0BFA55DEDE3343AABE713022A15F
  6. Follow the URL to log in to DCImanager 6 and specify the parameters of the first user.

Install VMmanager 6 on the server

  1. Connect to the server through the SSH with the superuser permissions ( root per default).
  2. Create the directory /usr/local/bin if it doesn’t exist on the server:
    mkdir -p /usr/local/bin
  3. Download the installer:
    curl http://download.ispsystem.com/6/installer/vm/vm -o /usr/local/bin/vm
  4. Make the installer file executable:
    chmod +x /usr/local/bin/vm
  5. Create a symlink if the directory /usr/local/bin doesn’t exist on the server:
    ln -s /usr/local/bin/vm /bin/vm
  6. Run the installation process using the license token (a token can be found in your client area in the license parameters form):
    vm install -l token
  7. If the panel is installed successfully, in the terminal, you will see the URL to VMmanager web-interface.
  8. Follow the URL to log in to VMmanager 6 and specify the parameters of the first user.