We use Google Workspace at work and Chrome. For remote support, we use Chrome Remote Desktop. It’s fine when it works, but half of the computers that I’ve authenticated and configured for remote connection go offline and don’t come back up until I re-authenticate them through the Chrome Remote Desktop interface. I use the option to set up via SSH and typically can reconnect them by authorizing them as a new computer by connecting to the local computers using Powershell and running the connection script. I usually add to the name field and then add the -pin option so I don’t have to set this up in the command line (Powershell). The problem that I have is that they tend to fall off line after some time (days, weeks, etc.). It’s not a huge problem when they are local, but when they are at a remote site or at home, this becomes a pain as I can’t run Powershell. I either have to remote connect to their computer in some other way which often doesn’t have admin access. This defeats the purpose of using it for remote administration.<\/p>\n
While writing this, I tested a device by connecting via Powershell that was reporting offline and ran Is there a way to reconnect them without reauthorizing them when they are remote or just restarting the service? Powershell isn’t going to work unless it’s local.<\/p>","upvoteCount":2,"answerCount":5,"datePublished":"2025-04-08T19:07:59.619Z","author":{"@type":"Person","name":"TheCodeGeek","url":"https://community.spiceworks.com/u/TheCodeGeek"},"suggestedAnswer":[{"@type":"Answer","text":" We use Google Workspace at work and Chrome. For remote support, we use Chrome Remote Desktop. It’s fine when it works, but half of the computers that I’ve authenticated and configured for remote connection go offline and don’t come back up until I re-authenticate them through the Chrome Remote Desktop interface. I use the option to set up via SSH and typically can reconnect them by authorizing them as a new computer by connecting to the local computers using Powershell and running the connection script. I usually add to the name field and then add the -pin option so I don’t have to set this up in the command line (Powershell). The problem that I have is that they tend to fall off line after some time (days, weeks, etc.). It’s not a huge problem when they are local, but when they are at a remote site or at home, this becomes a pain as I can’t run Powershell. I either have to remote connect to their computer in some other way which often doesn’t have admin access. This defeats the purpose of using it for remote administration.<\/p>\n While writing this, I tested a device by connecting via Powershell that was reporting offline and ran Is there a way to reconnect them without reauthorizing them when they are remote or just restarting the service? Powershell isn’t going to work unless it’s local.<\/p>","upvoteCount":2,"datePublished":"2025-04-08T19:07:59.689Z","url":"https://community.spiceworks.com/t/chrome-remote-desktop-hosts-drop-authentication/1194579/1","author":{"@type":"Person","name":"TheCodeGeek","url":"https://community.spiceworks.com/u/TheCodeGeek"}},{"@type":"Answer","text":" I don’t have an answer to your question per-se, but what came to mind was using a RMM to give you 24/7 remote access to run scripts…but if you did that you might as well use the RMM’s RDP tool anyway. Action1<\/a> will give you RDP and scripting for 200 endpoints for free.<\/p>\n But I wanted to reply to your post because I’ve been considering using Chrome Remote Desktop for a handful of Chrome OS devices and was intrigued by your assertion that devices regularly, randomly fall offline permanently until you reauthenticate on-device somehow?<\/p>","upvoteCount":0,"datePublished":"2025-04-09T13:23:05.084Z","url":"https://community.spiceworks.com/t/chrome-remote-desktop-hosts-drop-authentication/1194579/2","author":{"@type":"Person","name":"joebridgeman","url":"https://community.spiceworks.com/u/joebridgeman"}},{"@type":"Answer","text":"
\nI.E. & \"${Env:PROGRAMFILES(X86)}\\Google\\Chrome Remote Desktop\\CurrentVersion\\remoting_start_host.exe\" --code=\"4/0Ab_nOt_ThE_aCtUal_cOdE_u08o7AAjRnyXikFuKKPzeO6515JasfYS2BK74VWyI_trzGnA\" --redirect-url=\"https://remotedesktop.google.com/_/oauthredirect\" --name=$Env:COMPUTERNAME\" (Username)\" -pin=123456<\/code><\/p>\n
start-service chromoting<\/code> and it works great if local.<\/p>\n
\nI.E. & \"${Env:PROGRAMFILES(X86)}\\Google\\Chrome Remote Desktop\\CurrentVersion\\remoting_start_host.exe\" --code=\"4/0Ab_nOt_ThE_aCtUal_cOdE_u08o7AAjRnyXikFuKKPzeO6515JasfYS2BK74VWyI_trzGnA\" --redirect-url=\"https://remotedesktop.google.com/_/oauthredirect\" --name=$Env:COMPUTERNAME\" (Username)\" -pin=123456<\/code><\/p>\n
start-service chromoting<\/code> and it works great if local.<\/p>\n