control panels, aws, amazon linux 2,

Install VestaCP on Amazon Linux 2

Apr 05, 2022 · 1 min read · Post a comment

Managing your AWS ec2 instance with VestaCP comes easier if you are not familiar with Linux. Here I’m going to tell you how to install VestaCP on Amazon Linux 2.

Prerequisites

  • Amazon Linux 2
  • sudo privileges

Install VestaCP on Amazon Linux 2

Step 1. If you have previously installed some services like Nginx, MySQL or Apache you should get rid of them: Example:

sudo yum autoremove httpd* mysqld* nginx*

Step 2. To install curl, run:

sudo yum install curl

Step 3. To download the VestaCP installation script, run:

curl -O http://vestacp.com/pub/vst-install.sh

Step 4. Make sure that is executable.

sudo chmod u+x vst-install.sh

Step 5. Install VestaCP.

bash vst-install.sh

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.