conan remote add my_artifactory https://mycompany.jfrog.io/artifactory/api/conan/conan-local
Security Tip: Avoid typing your password in plain text in your terminal history. You can omit the password flag ( -p ), and Conan will prompt you for it securely: conan add remote
Adding the remote is only the first step. If the repository is private, you need to log in: conan user -p -r Use code with caution. Managing Your Remotes conan remote add my_artifactory https://mycompany
Example output: