Conan Add Remote 〈2027〉

The simplest form of conan remote add requires just two arguments: a name for the remote and its URL.

The review of this command is incomplete without acknowledging the significant improvements made in the transition from Conan 1 to Conan 2.

Once added, you must often authenticate to upload or download private packages. Conan Docs conan add remote

Example output:

conan remove remote mycompany

Writes the command output to a specified file instead of stdout.

Use conan remote add early in your project setup (or CI script). Pair it with conan remote list to verify. For team consistency, store the full conan config install with remotes predefined rather than having each developer manually add them. The simplest form of conan remote add requires

: Configures the remote to only download package recipes, ignoring pre-built binaries.

conan remote list

Back
Top