Change Project, Single Device

Switch a device from one project to another in JFrog Connect.

You can use this procedure to easily move a single device to a different project. When you switch the device to a different project, JFrog Connect will install the latest version of the Connect Agent on the device.

To change the project a device belongs to, do the following:

  1. Copy the command below to your clipboard.

su -c 'wget -O - "https://app.connect.jfrog.io/v2/install_connect" | sh -s <user_token> <project_name>'
  1. In the web UI, go to Devices and click on the device you want to move.

  1. In the Device Details panel, scroll down to Control Commands, and paste the command in the Command box.

  1. In the command, substitute <user_token> with your user token. You can get this from the Account tab in the Settings page. Substitute <project_name> with the name of the project you want to move the device to. For example:

su -c 'wget -O - "https://app.connect.jfrog.io/v2/install_connect" | sh -s YourUserTokenXxxxyyyy TestProject02'
  1. Run the command. To view the device in the new project, use the device filter to choose the relevant project name.

What's Next?

Learn how to change the project of many devices with a single command by creating an update flow.

Last updated