How to enable file uploads option in the Plesk admin?

Login to the SSH with the root credentials. Run the following command on a Plesk-installed Linux web server:

nano /usr/local/psa/admin/conf/panel.ini

Now put the following code:

[ext-catalog]
extensionUpload = true

and save the changes! Now, run the following command line to apply the changes:

service psa restart

You're done!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to enable rewrite rules for Plesk using NGINX

Login to Plesk. Open the domain you need to update. Click on the “Apache and nginx settings”...

How to Enable Nginx with PHP-FPM on Plesk

Nginx is supported with PHP-FPM which is a fast and reliable web server.Plesk Control Panel...

How to Enable all of the required ports of Plesk

If you found, the ports are closed of a Plesk server due to FirewallD, then run the following...

Plesk license getting revoked? Here's the solution

Some of our clients' complaints that their Plesk WebHost license getting revoked. So, here's the...

AUG 7 Fix for DoS vulnerability in BIND DNS service

For CentOS, you will need to enable Continuous Release (CR) Repository to get this patch. Here's...