Conan Add Remote [work] Jun 2026

| Command | Purpose | | :--- | :--- | | conan remote list | Show all configured remotes with their URLs and priority order. | | conan remote remove <name> | Remove a remote (e.g., conan remote remove broken_repo ). | | conan remote update <name> <new_url> | Change the URL of an existing remote without deleting it. | | conan remote rename <old> <new> | Rename a remote identifier. |

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

: Conan searches remotes in the order they were added. To make a new remote the first one searched, use the --insert flag: conan remote add --insert . | Command | Purpose | | :--- |

conan remote add private-repo https://private.url/repo | Remove a remote (e.g.