Atlassian

How to enable the Upload app in Confluence 8.8.0 or higher?

425 views March 13, 2024 March 13, 2024 abhishekjadhav 0

Starting with Confluence version 8.8.0, Atlassian has disabled the option to upload apps by default to enhance security. If you are an administrator and need to install apps in Confluence 8.8.0 or later versions, follow these steps:

  1. Navigate to Confluence Home Directory: Access the directory where Confluence is installed on your system.
  2. Locate the Bin Folder: Within the Confluence directory, find the “bin” folder.
  3. Edit setenv.bat File: Open the “setenv.bat” file located in the “bin” folder using a text editor.
  4. Add Configuration: Insert the following line into the “setenv.bat” file

    Set CATALINA_OPTS=-Dupm.plugin.upload.enabled=true %CATALINA_OPTS%

  5. Save Changes: Save the changes made to the “setenv.bat” file.
  6. Restart Confluence: After saving the changes, restart the Confluence application to apply the new configuration.
  7. Verify Configuration: Once Confluence has restarted, navigate to the “Manage Apps” section. You should now see the “Upload app” option available.

By following these steps, you can successfully enable the “Upload app” option in Confluence.

Was this helpful?