What is ISPmanager?
ISPmanager is well-known as a commercial back-end dashboard built on Linux. The panel was created in 1997, and its functionality is comparable to those of other panels like cPanel or Plesk. Like other control panels, ISPmanager offers capabilities for managing websites, creating users, managing domains, emails, databases, etc.
Server requirements
- CPU: 2 core β 2GHZ
- RAM: 3GB
- Disk space: 20GB
Step 1 – Update Ubuntu 20.04
sudo apt update -y && sudo apt upgrade -y
Note: This process may take a couple of minutes.
Step 2 – Download the ISPmanager installation script
wget http://download.ispsystem.com/install.sh
Note: If you don’t have wget package installed you should run this command:
sudo apt install wget
Step 3 – Install ISPmanager on Ubuntu 20.04
Note: Make sure AppArmor is not enabled on your server because the installation will fail. You can run this command to disable it /etc/init.d/apparmor stop
Run this command to install ISPmanager control panel.
sudo sh install.sh ISPmanager --ispmgr6
You have hostname: server_ip
Which version would you like to install ?
b) beta version - has the latest functionality
s) stable version - time-proved version
Choose repository type to work with:
You need to choose the stable version because the beta version is still under testing.
What version do you want to install
1) ISPmanager-Lite,Pro,Host with recommended software
2) ISPmanager-Lite,Pro,Host minimal version
3) ISPmanager-Business
Choose version: 2
Please choose what version meets your needs, in this tutorial we will work with minimal version.
If everything goes properly the ISPmanager should be installed
=================================================
ispmanager-lite-common is installed
Go to the "https://server_IP:1500/ispmgr" to login
Login: root
Password: <root password>
=================================================
0 Comments