conan remote list
For professional environments, relying solely on the public "default" is often discouraged:
Conan Center occasionally removes deprecated packages or updates recipes. A build that succeeds today might fail tomorrow if it strictly relies on the mutable state of the default remote. Projects should utilize conan.lock files (lockfiles) to ensure that the specific versions and package IDs resolved today are strictly adhered to in future builds.