How to Increase the Max Upload Size in WordPress

Log in to your Koudbean Console using your credentials.

  1. From the top menu bar, Click on Servers
  2. Then, choose the server where your desired application is deployed.
Choose Server
Choose Server

3. Click on Globe icon for Application.

4. Choose your application

5. Under Application Administration, select Settings.

Typically, you can adjust the maximum upload size in the PHP.ini file. However, in this case, you can do it through the Settings >> PHP-FPM option. Simply remove the semicolons (;) at the beginning of the lines and adjust the values as needed:

;php_admin_value[post_max_size] = 25M
;php_admin_value[upload_max_filesize] = 20M

After uncommenting these lines and updating the values, click on Save.

Was this article helpful?

How to Customize PHP Settings for Your Application
How to Manage Your Server Settings