The industry standard for enterprise Conan hosting (both self-hosted and cloud).

After adding remotes, you can inspect the order and details with:

The basic syntax for adding a new repository varies slightly depending on whether you are using Conan 1.X or Conan 2.0. Conan 2.0 Syntax (Current Standard)

When you run conan install .. , Conan checks for packages in a specific order:

Before diving into the command itself, it’s crucial to understand what a remote is. Think of it like a git remote but for binary packages. A Conan remote is a repository (typically an Artifactory server, a Conan Server instance, or even a local filesystem path) that stores pre-compiled Conan packages (called "binaries" or "packages").