Conan Add Remote !free! May 2026

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]
  • 1. Adding the Official Conan Center Remote

    Syntax (Conan 1.x & 2.x)

    Conan 2.x:

    In Conan 2, if you have a fresh installation, you may need to add the default: conan add remote

    Insert at a specific position (e.g., position 2)