Instructions for version 7.x:

ARTIFACTORY: How to change Artifactory’s service port

AuthorFullName__c
Daniel Poterman
articleNumber
000004990
ft:sourceType
Salesforce
FirstPublishedDate
2021-01-31T16:22:16Z
lastModifiedDate
2023-03-13
VersionNumber
6
Navigate to $JFROG_HOME/artifactory/etc/ folder
Edit the “system.yaml” file and add the following values:
artifactory:
    port: 8080
Make sure that the artifactory value is at the beginning of the new line and that the port value is indented properly.
Restart Artifactory for the change to take effect.
More information can be found here.