Specifies the OS version if it cannot be identified. For example:
--osversion bullseye
— for Debian
--osversion 9
— for CentOS
--release TYPE
Installs a specific version of the panel. For example:
--release beta
— latest beta update branch
--release stable
— latest stable update branch
--release 5.404
— a specific version of the panel. The numbers after the dot are calculated using the formula: 295 + X, where X is the ispmanager version stated in the changelog number between two dots
--noinstall
Adds repositories but does not install packages
--ignore-hostname
Makes the installer ignore an incorrect server name
--silent
Skips the server name and activation key prompts
--no-letsencrypt
Disables the automatic issuance of a Let's Encrypt certificate for the panel hostname
--le-domain
Installs a Let's Encrypt certificate for a domain if it points to the server. After the installation, the panel will use an HTTPS connection
--disable-fail2ban
Disables fail2ban installation
--openlitespeed
Installs the panel with the OpenLiteSpeed web server.
Unavailable for installation on servers with RAM 1 GB or less.
--litespeed SERIAL
Installs the panel with the LiteSpeed web server. For example:
--litespeed SERIAL
— where SERIAL is a license key for LiteSpeed
--litespeed TRIAL
— installs the trial version of LiteSpeed
--dbtype TYPE
Specifies the type of database that will be used by the panel. The default is SQLite. For example:
--dbtype mysql
— MySQL
--dbtype sqlite
— SQLite
Unavailable for installation on servers with RAM 1 GB or less.
--allow-eol-os
Installs the panel on a server with an unsupported OS
--mysql-server TYPE
Specifies the native DBMS on the server. The available types depend on the OS. For example:
--mysql-server mysql
— MySQL DBMS
--mysql-server mariadb
— MariaDB DBMS
Parameter use examples
The command to install the latest stable ispmanager 6 lite (pro, host) with recommended software, ignoring the incorrect server name and skipping the issuance of a Let's Encrypt certificate for the panel hostname:
sh install.eu.sh --ignore-hostname --no-letsencrypt --release stable ispmanager-lite
The command to install the latest stable ispmanager 6 lite (pro, host) with minimal software:
sh install.eu.sh --release stable ispmanager-lite-common
The command to install a specific version of ispmanager 6 lite (pro, host), for example 6.40:
sh install.eu.sh --release 5.335 ispmanager-lite
A list of all ispmanager versions is available in the changelog on our website.
The command to install the latest stable ispmanager 6 lite (pro, host) with the OpenLiteSpeed web server:
sh install.eu.sh --openlitespeed --release stable ispmanager-lite
The command to install the latest beta ispmanager 6 lite (pro, host) with the MySQL DBMS:
sh install.eu.sh --mysql-server mysql --release beta ispmanager-lite
The command to install the latest stable ispmanager 6 lite (pro, host) with license activation by key and the trial version of the LiteSpeed web server:
sh install.eu.sh --release stable ispmanager-lite --activation-key 1234567890-ABCDEFGHIJKLMNOPQRSTUVWXYZ --litespeed TRIAL
Recommended software
The installer automatically checks the server's RAM capacity and adjusts the list of recommended software if necessary.
Servers with 512 to 1024 MB of RAM
Installation with these parameters is not available for AlmaLinux 8, 9 and Rocky Linux 8.
Software
Package name
BIND DNS server
ispmanager-pkg-bind
coremanager-pkg-bind
DDoS protection
ispmanager-ddos
coremanager-pkg-fail2ban
Framework
coremanager
Log ratation
ispmanager-pkg-logrotate
Main panel package
ispmanager-lite-common
MySQL DBMS server
ispmanager-pkg-mysql
coremanager-pkg-mysql
Nginx web server
ispmanager-pkg-nginx
Notification center
ispmanager-notify
Panel plugins
ispmanager-plugins
PHP 7.4, 8.1
ispmanager-pkg-phpfpm
ProFTP FTP server
ispmanager-pkg-proftpd
Servers with 1024 MB of RAM or more
AlmaLinux 8, 9 and Rocky Linux 8 require at least 1.5 GB of RAM.