Accessing Chrome Remote Desktop Without Signing Into Chrome

Can I setup Chrome Remote Desktop access on a host machine without having to log into Chrome on that machine?

I don't want to sync all of my Google account to the Chrome browser on that machine or even trust it with my Google password.


Solution 1:

Yes, just go to https://remotedesktop.google.com/headless on a device that you don't mind signing into with your Google account, and it will walk you through setting up access to the remote machine.

If that doesn't work you can try these manual instructions for Windows:

  1. Install Chrome Remote Desktop on that machine
  2. Get an auth code (note the client ID is from chromium)
  3. Find the auth code from the code= parameter of the blank page you get navigated to. It will look something like 4/gJ_BAIf5ncx7yWD56Zduwv09RLpYQu3lhaPPXTozXi4
  4. On that machine run (in an Administrator shell): "%PROGRAMFILES(X86)%\Google\Chrome Remote Desktop\<VERSION_YOU_INSTALLED>\remoting_start_host.exe" --code="MY_AUTH_CODE" --redirect-url="https://talkgadget.google.com/talkgadget/blank" --name="MY_REMOTE_NAME"
  5. Pick a PIN and use it to connect later

For manual instructions for Linux try this answer