Installing a Plesk Panel on Centos
Hello;
In this article we will tell you how to install a Plesk Panel on the Centos 7 operating system. You need to establish a connection via ssh before starting the installation.
After accessing the server via SSH, we are updating our server to avoid problems.
yum update -y |
After updating our server, we are installing the Plesk file.
wget http://autoinstall.plesk.com/plesk-installer |
Then we give the necessary permissions to the installation file.
chmod+x plesk-installer
chmod+x plesk-installer
Then we start the installation process.
./plesk-installer |
After installation http://ipadresiniz:8880 or https://ipadresiniz:8443 you can log in to the plesk panel as . Your plesk panel login information is the same as your ssh login information. If you can't log in to the plesk panel after installation, it's probably because of iptables. You can solve this problem by stopping iptables by using the systemctl disable firewalld command over ssh.r ssh.
You can complete the process by entering the server's password as a username, admin, and password.