Install a panel on the server
Install v5 licenses on the server
Our panels are installed from the console.
- Connect to the server by SSH with root permissions.
- Install Wget if needed.
- If you run Debian execute the command: apt-get install wget
- For CentOS execute the command: yum install wget
- Download the installation script: wget http://download.ispsystem.com/install.sh
- Execute the command: sh install.sh ISPmanager (where ISPmanager is a short name of a control panel).
- The installation script will offer you to choose a release version: beta or stable and connect the corresponding repository.
- Select a panel version from the list. The script will install the panel and required software.
After installation you can open the panel in your browser https://
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.