How to Change the Order of Your Repositories

AuthorFullName__c
JFrog Support
articleNumber
000003987
FirstPublishedDate
2017-10-10T16:08:08Z
lastModifiedDate
2025-05-18

How to Change the Order of Your Repositories

The default display order of your repositories is:
  1. Virtual
  2. Local
  3. Remote and Cache
To change this order, add the following system property in $ARTIFACTORY_HOME/etc/artifactory.system.properties:

artifactory.treebrowser.sortRepositories.sortByType

Combined with the following parameters:

local,remote,virtual,distribution

For example:

artifactory.treebrowser.sortRepositories.sortByType=local,remote,virtual,distribution

If you prefer, you can change this order.

Then, restart Artifactory for your changes to take effect. Thereafter, you should see the following order:

User-added image