In the Conan package manager, you use the conan remote add command to connect to a new server (like Artifactory or a self-hosted Conan Server Basic Syntax To add a remote, use this format in your terminal: conan remote add [VERIFY_SSL] Use code with caution. Copied to clipboard Standard Remote: Add a remote named with SSL verification enabled (default). conan remote add my-repo
conan remote list
# Output:
# company_artifactory: https://artifactory.company.com/... [Priority: 0]
# conancenter: https://center.conan.io [Priority: 1]
-p: Password.-r: Remote name (specified in the add command).In Conan 2, if you have a fresh installation, you may need to add the default: conan add remote