Managing your AWS ec2 instance with VestaCP comes easier if you are not familiar with Linux. Here I’m gonna tell you how to install VestaCP on Amazon Linux 2.
Prerequisites
- Amazon Linux 2
- sudo access
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.