How to find version of Artifactory or Xray in the UI

AuthorFullName__c
David Kahan, Ramyashree V
articleNumber
000005673
FirstPublishedDate
2023-04-13T09:01:52Z
lastModifiedDate
2025-12-25

How to find version of Artifactory or Xray in the UI

On the UI, navigate to the Administration tab -> Monitoring -> Service Status page. This page lists all services being used.

If we click on the arrow on the left of Xray or Artifactory, it will display details of the nodes online, including the Product version number.

Please see the example below:
Artifactory version: 7.125.4
Xray version: 3.131.27




We can also use the following REST API calls to check the respective product version.
Artifactory:
curl -u<username>:<Password> -X GET https://<JPD>/artifactory/api/system/version

Xray:
curl -u<username>:<Password> -X GET https://<JPD>/xray/api/v1/system/version