12-10-2020, 01:19 AM
Code:
yum -y install nano unzip
Installing Vesta CP
Code:
curl -O http://vestacp.com/pub/vst-install.sh
Code:
bash vst-install.sh --nginx no --apache yes --phpfpm no --named yes --remi no --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota yes --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname yourdomain.com --email info@yourdomain.com --password YOURPASSWD
After installing the panel, you can log in with your account at yourdomain:8083
Setting CentOS file limits
Code:
nano /etc/security/limits.conf
And add at the bottom :
* soft nofile 65535
* hard nofile 65535
reboot server
Installing the power MTA
Code:
chmod 755 /root/PowerMTA-4.5r11.rpm
rpm -ivh /root/PowerMTA-4.5r11.rpm
Code:
service pmta start