How to manually update the Crowd license
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
If the license fails to update in Crowd administration, you can also update directly in the configuration file by performing the steps below. The license details for Crowd are stored in crowd.cfg.xml in the application's home directory.
Solution
Shutdown Crowd
Navigate to <crowd home dir>/shared/. See Finding your Crowd Home Directory, if this is unknown
Create a backup of the
crowd.cfg.xml
file and edit with any text editorLook for the line:
<property name="license"><property>
and paste the new license between the property tagsSave and close the
crowd.cfg.xml
fileStart your instance and verify that the license is updated in the Crowd Administration panel
Was this helpful?