In this blog, I will show you how you can update VestaCP PHP version 7.2 to PHP 7.4 and PHP version 8.0 on Linux Ubuntu 18.04. First, double-check which PHP version your server is running: php -v Add the repos for this installation: add-apt-repository ppa:ondrej/php add-apt-repository ppa:ondrej/apache2 Next, we will install PHP 7.4 with the […]