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 step 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 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
- Start 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
- 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.
The installation script will connect two ISPmanager repositories: ispsystem-base.repo is used for installing additional software, ispsystem.repo is used for installing ISPmanager control panels.
- Select version "3 — ISPmanager Business".
After the installation is completed you can access ISPmanager at the following URL:
URL: https://<server ip address>:1500/ispmgr
Login: root
Password: <root password>
Software applications
ISPmanager Business installs the following applications:
- database server — MySQL or MariaDB;
- web servers — Apache MPM-ITK, Nginx and additional programs (PHP module, awstats, webalizer, logrotate, PHP-FPM);
- mail server — Exim, Dovecot and additional programs (Greylisting, OpenDKIM, SpamAssassin, ClamAv, sieve, RoundCube);
- DNS-server — PowerDNS;
- FTP-server — ProFTP;
- MySQL administration web interface — phpMyAdmin;
- fail2ban.