Conan Add Remote

For testing packages before publishing to a shared server.

: (Conan 2.x) A shorthand for skipping SSL verification. conan add remote

# Add a remote conan remote add myremote https://myconanrepo.com For testing packages before publishing to a shared server

To see what remotes are currently active: conan add remote

If you need to change the URL of a remote (e.g., your Artifactory server moved):

Working with Conan Remotes: A Quick Guide Managing remotes is a core part of the Conan C/C++ package manager workflow, allowing you to share and consume packages from centralized or private repositories like Artifactory . Adding a New Remote