Install a panel on the server
Install DCImanager 6 on the server
- Connect to the server through the SSH with the superuser permissions (root per default).
- Download the installer:
curl -O http://download.ispsystem.com/6/dci/dcibox/dci - Make it executable:
chmod +x dci - 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 - 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 - Follow the URL to log in to DCImanager 6 and specify the parameters of the first user.
Install VMmanager 6 on the server
- Connect to the server through the SSH with the superuser permissions ( root per default).
- Create the directory /usr/local/bin if it doesn’t exist on the server:
mkdir -p /usr/local/bin - Download the installer:
curl http://download.ispsystem.com/6/installer/vm/vm -o /usr/local/bin/vm - Make the installer file executable:
chmod +x /usr/local/bin/vm - Create a symlink if the directory /usr/local/bin doesn’t exist on the server:
ln -s /usr/local/bin/vm /bin/vm - 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 - If the panel is installed successfully, in the terminal, you will see the URL to VMmanager web-interface.
- Follow the URL to log in to VMmanager 6 and specify the parameters of the first user.