Can I switch a client to ‘cloud-only’ after installation?

Yes you can. If you installed the SmartDeploy Client without the ”Cloud Only” option enabled, the connection type value will be set to 1. We can change this to 2, and force the client to use the cloud service to connect to the console. You can follow these steps to change a client manually, or download the attached script to run on multiple machines.

 

Manual Instructions

  1. Log onto the target machine and open Notepad as Administrator.
  2. Open the ClientConfig.json file in C:\Program Files\SmartDeploy\ClientService.
  3. Change the “ConnectionType” value from 1 to 2.
  4. Save and close ClientConfig.json.
  5. Restart the SmartDeploy Client Service.

 

Script Instructions

  1. Download the EditConnectionType.txt file attached to this article.
  2. Change the extension of EditConnectionType to .vbs.
  3. Copy the script to the target machine.
  4. Open a Command Prompt as Administrator.
  5. Launch the script by running the command; cscript.exe EditConnectionType.vbs
Still have a question or want to share what you have learned? Visit our Community Discord to get help and collaborate with others.