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