rabii apologies for the late reply.
Currently you can not install new extension using OpenPanel interface, only from the terminal as root user:
- Login to server as root ssh user
- Use command
opencli user-login USERNAME_HERE
to login as ssh root user inside the user container
- Install needed extension, example:
apt-get update && apt-get install -y php8.3-imagick
*(where php8.3-imagick
is the extension and php version)
- restart php service to apply extension
service php8.3-fpm restart
*(where php8.3
is the php version)
I will add it as feature request for next version.