How to Install Chrome Remote Desktop on Ubuntu 18.04

Prerequisites and Installing Chrome

To begin, I started with a fresh install of Ubuntu 18.04 Desktop. Once that was done, the first thing I did was to install Google Chrome, not Chromium, but Chrome. I have never had much success running Chrome Remote Desktop with Chromium.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo dpkg -i google-chrome-stable_current_amd64.deb

Installing Chrome Remote Desktop

I visited the Chrome Remote Desktop Web Store page and installed it by clicking “Add to Chrome”. I clicked “Launch App” and at this point I’m looking at this:

After launching Chrome Remote Desktop for the first time
sudo dpkg -i ~/Downloads/chrome-remote-desktop_current_amd64.debsudo apt-get install -f
Fix missing dependencies and complete the installation

Adding Groups

The next thing I did was to add myself to the chrome-remote-desktop group then reboot/logoff for the changes to take effect.

sudo usermod -a -G chrome-remote-desktop $USERsudo reboot
Adding user to the chrome-remote-desktop group

Monkey Patching Chrome Remote Desktop

Next, I followed this Stack Overflow superuser post from MDMower. I’m writing the pertinent steps below which were still applicable in 18.04 and the version of Chrome Remote Desktop available as of the writing of this article.

Final Launch

Next, I launched Chrome Remote Desktop and noticed that the “Enable remote connections” button was enabled, so I clicked it and entered in a PIN number.

Overview of Steps

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store