Step 4:

ARTIFACTORY: Upload License Bucket using REST API for fresh Artifactory installation

AuthorFullName__c
Vishal Suvarna
articleNumber
000005542
FirstPublishedDate
2023-01-08T08:05:32Z
lastModifiedDate
2025-07-22

Using the above generated Admin Access token we can run the JFrog Mission Control REST API for uploading License Bucket during the installation.
Sample usage:

curl -X POST 'http://localhost:8082/mc/api/v1/buckets' -H 'Authorization: Bearer <token>' -H 'Content-Type: multipart/form-data' -F 'file=@/tmp/728939433.json;type=application/octet-stream' -F 'key=d18fc5bc05dc3b6419ab6cd127f16cf6b57d7650ea0ef03cde130918f6f25487' -F 'name=mybucket'