Through the terminal:

ARTIFACTORY: How can I change the existing base URL of Artifactory

AuthorFullName__c
Nir Shervi
articleNumber
000005606
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-09T08:44:11Z
lastModifiedDate
2023-03-09
VersionNumber
3
1.  Edit the $JFORG_HOME/artifactory/etc/artifactory/artifactory.config.latest.xml file as and look for the following in order to change the Custom Base URL has changed(example):
<urlBase>http://nirsh.com</urlBase>
2.  Rename the above file to “artifactory.config.import.xml”.
3.  Restart the Artifactory service for the change to take effect, for high availability setup a rolling restart is required.