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.

  • No need to install service DNS on the server, since the domain is free add on our NS and direct it to the VPS.
  • As FTP-servers are best used proftpd.
  1. Connect to the server via SSH with root rights.
  2. 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
  3. 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
  4. 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.

Content