Installing ispmanager

ispmanager is a user-friendly server control panel that allows you to quickly and securely manage websites, databases, email, and other services. The panel can be installed automatically when ordering a server or manually via SSH.

Installation when ordering a cloud server

If you order a cloud server (VPS) from Unihost.kz, you can install ispmanager automatically:

After the server is launched, the control panel will be available at:

https://IP address:1500/ispmgr Code language:  Bash  ( bash )

Login: root
Password: password for the server root user

Manual installation of ispmanager via SSH

If the server is already running, you can install ispmanager manually. To do this, connect via SSH and follow these steps.

Before installation, ensure the server meets the system requirements . During installation, SELinux will be automatically disabled.

1. Connect to the server

ssh root@IP-address Code language:  Bash  ( bash )

2. Install wget if it is not installed

For Debian and Ubuntu:

apt update apt install wget Code language:  Bash  ( bash )

For CentOS and RHEL:

yum install wget Code language:  Bash  ( bash )

3. Download the installation script

wget https://download.ispmanager.com/install.sh -O install.sh Code language:  Bash  ( bash )

4. Run the installation

sh install.sh Code language:  Bash  ( bash )

Next, follow the installer instructions.

5. Wait for completion

Once the installation is complete, the panel will be available at:

https://IP address:1500/ispmgr Code language:  Bash  ( bash )

Login: root
Password: password for the server root user

Conclusion

You can install ispmanager automatically when ordering a server or manually by following the instructions. In both cases, the panel will be ready to use immediately after installation.

If you'd like to have ispmanager installed and configured for you, our support team can help you install the panel when you order a cloud server (VPS) from Unihost.kz.