In the context of the Conan C/C++ package manager , "add remote" refers to configuring the client to communicate with a specific server (repository) to upload or download packages. By default, Conan is configured with Conan Center , but you can add private repositories like JFrog Artifactory or a self-hosted Conan Server 🛠️ Basic Command
Assuming your company uses JFrog Artifactory at https://artifactory.mycorp.com/artifactory/api/conan/conan-local : conan add remote
conan --version