How to install php8.3 for hestia

How do I go about installing PHP version 8.3 on Hestia?

1 Like

If you are using Hestia 1.8.11, there is a bug (will be fixed in next version) that doesn’t show this version in Hestia Web UI Settings so you can add it manually from command line (as root):

sed -i '/^\t"php-8.2",/a \\t"php-8.3",' /usr/local/hestia/web/edit/server/index.php

Now you could install the php version 8.3 from Web UI or just using this command:

v-add-web-php 8.3
5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.