Installation guide
You can install ispmanager on a dedicated server or virtual machine created on hypervisor-based virtualization or OVZ container virtualization. Your server must meet the requirements described in the article Server requirements.
This article walks you through the steps you need to perform to install ispmanager.
License activation
License types are described in this article.
A trial license is activated automatically after you have installed ispmanager on the servers. You don't need to order a license.
If you want to use a commercial version you first need to purchase the license. Specify the public IP address of the server where the control panel will be installed.
If the server runs not behind the NAT and IP address is assigned to its network interface, the ispmanager license will be activated during the installation. For more information please refer to the article License IP address.
Installation
Installation steps:
- Connect to the server via SSH with the superuser permissions (root).
- Download the installation script:
wget https://download.ispmanager.com/install.eu.sh -O install.eu.sh
- Run the script:
- Execute the following command to install the latest version of the control panel:
sh install.eu.sh
- To install ispmanager with a trial license or a license with key activation:
sh install.eu.sh --ispmgr6
- To install a specific version, execute install.sh with the parameter --release, e.g.:
sh install.eu.sh --release 6.40.1 ISPmanager --ispmgr6
- To install ispmanager with the OpenLiteSpeed web server:
sh install.eu.sh --openlitespeed ispmanager-lite
- Execute the following command to install the latest version of the control panel:
- Select a version:
- stable — a stable version which used to be in the beta-testing phase and now is successfully released;
- beta — a version with the latest updates, however still in the beta-testing phase.
- Select ispmanager version:
- 1—ispmanager lite (pro, host) with the recommended software;
- 2— ispmanager lite (pro, host) with the minimal set of software.
- For ispmanager lite (pro, host) with the recommended software, select the web server:
- 1 — Nginx и Apache MPM-ITK;
- 2 — OpenLiteSpeed.
-
Select the database server for the panel database:
-
To install ispmanager with MySQL engine DBMS version selection, use the command below. For more info please refer to the following article.
sh ./install.eu.sh --mysql-server <type>
Once the installation is complete, the control panel can be accessed at:
URL: https://<server ip address>:1500/ispmgr
Login: root
Password: <root password>
Installation script parameters
Parameter | Value |
---|---|
--help | Output of the menu with options |
--release
| Installing a specific version of the panel |
--noinstall | Add repositories and not to install packages |
--ignore-hostname | Ignore the wrong domain name of the server |
--silent | Not to ask for the server name and activation key |
--no-letsencrypt | Do not release Let's Encrypt for the domain provided by the panel |
--le-domain | The domain for the Let's Encrypt certificate. Specify the domain that is already directed to your server. The panel after installation will be accessible via it with a protected valid certificate. |
--disable-fail2ban | Not to install fail2ban |
--ispmgr5 | Install ispmanager 5 |
--openlitespeed | Install ispmanager 6 lite with openlitespeed web server. Supported starting from 6.52. Not compatible with business or earlier release versions of the panel. |
--allow-eol-os | Installing the panel on a server with an outdated and unsupported OS (at the EOL stage already)) |
--mysql-server | Choosing the type of DBMS using MySQL engine |
--allow-eol-os
key during installation), after that you must use a special installer (contact technical support).For example, the command to install the stable version of the ispmanager 6-lite panel with the recommended packages, ignoring the incorrect server name and not issuing a Let'sEncrypt certificate for the panel domain name will be the following:
sh install.eu.sh --ignore-hostname --no-letsencrypt --release stable ispmanager-lite
Minimal software
To run ispmanager lite, pro, host, a MySQL or MariaDB database server is installed.
The following recommended software applications will be installed with ispmanager lite (pro, host):
- web servers — OpenLiteSpeed or Apache MPM-ITK + Nginx and additional programs (PHP module, awstats, logrotate, PHP-FPM);
- mail servers — Dovecot, Exim and additional programs (RoundCube, sieve);
- DNS-server — BIND ;
- FTP-server — ProFTP;
- MySQL administration web interface — phpMyAdmin;
- PHP 5.6, 7.4, 8.0 Apache module, CGI, PHP-FPM;
- fail2ban service