conan remote add conancenter https://center2.conan.io
: Conan comes preconfigured with ConanCenter ( https://center2.conan.io ), the official public repository for open-source C/C++ packages. Starting from Conan version 2.9.2, the default remote has been updated to https://center2.conan.io ; the previous https://center.conan.io is now frozen and no longer receives updates. conan add remote
This happens if you try to add a name or URL that is already registered in your Conan client configuration. conan remote add conancenter https://center2
conan remote list --json
The conan remote add command supports several powerful options that give you fine-grained control over how the remote behaves: conan add remote