Setting up a Conan remote¶
There are several options to set-up a Conan repository:
For private development:
Artifactory Community Edition for C/C++: Artifactory Community Edition (CE) for C/C++ is a completely free Artifactory server that implements both Conan and generic repositories. It is the recommended server for companies and teams wanting to host their own private repository. It has a web UI, advanced authentication and permissions, very good performance and scalability, a REST API, and can host generic artifacts (tarballs, zips, etc). Check Artifactory Community Edition for C/C++ for more information.
Conan server: Simple, free and open source, MIT licensed server that is part of the conan-io organization project. Check Setting-up a Conan Server for more information.
Enterprise solutions:
Artifactory Pro: Artifactory is the binary repository manager for all major packaging formats. It is the recommended remote type for enterprise and professional package management. Check the Artifactory Documentation for more information. For a comparison between Artifactory editions, check the Artifactory Comparison Matrix.