4.2.1.1. Installing Vesta
System requirements and installation steps are described at official website... There you can also generate your own command to install a panel with a set of services you need.
Recommendations
- As FTP-servers are best used
proftpd
.
Installing
- Connect to the server via SSH with root rights.
- Download the installation script in any of the following ways:
- With cURL:
curl -O http://vestacp.com/pub/vst-install.sh
- With wget:
wget http://vestacp.com/pub/vst-install.sh
- Run the downloaded script with the command (the command already takes into account the above recommendations):
bash vst-install.sh --nginx yes --apache yes --phpfpm no --named no --remi yes --vsftpd no --proftpd yes --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous yes --mysql yes --postgresql no
- Answer the installer's questions and wait for it to complete.
After installation, to access the control panel, use the address https://xxx.xxx.xxx.xxx:8083
, where xxx.xxx.xxx.xxx
— IP address your server.
The login and password will be displayed in the terminal window and sent to the mail specified during the installation process.