Introduction You can manage licenses directly or through License buckets. Please view the appropriate instructions for your set up. No Method requires a restart of Artifactory.
Licenses Standalone installation To replace the license key for your JFrog Platform instance, do any one of the following:
1. UI Go to the Administration tab > License Details > Licenses. Just copy and paste the new key into the box and press save.
2. REST API Install the license by executing the REST API available Here.
3. License File Manually install the license key in the filesystem.
- Go to $JFROG_HOME/artifactory/var/etc/artifactory/ and locate the artifactory.lic file.
- Edit the file replacing the existing key with the new one.
- No restart needed.
HA installation To replace the license key for your JFrog Platform instance, do any one of the following:
1. UI - Go to the Administration tab > License Details > Licenses.
- First add your new licenses using the add license button. (For adding more than one license, use a semicolon as a separator between the different keys.)
- Once it is added you should be able to delete the old licenses (it may be automatically removed if it has already expired).
2. REST API Install the license by executing the REST API available Here.
3. License File Manually install the license keys in the filesystem.
- Go to $JFROG_HOME/artifactory/var/etc/artifactory/ and locate the artifactory.cluster.license file.
- Edit the file replacing the existing keys with the new ones, ensure there are 2 blank lines between each license.
- No restart needed.
License Buckets - To change the license keys installed as part of a bucket. You will need to add new licenses from another bucket or new standalone licenses first.
- To add a new bucket follow our documentation Here.
- After adding the new bucket. Attach the licenses as directed in our Documentation. You should then be able to remove the old licenses.