Skip to content

Instantly share code, notes, and snippets.

@lokeshsoni
Last active December 8, 2023 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lokeshsoni/92ea9ebe099bd53e2926846657ac9179 to your computer and use it in GitHub Desktop.
Save lokeshsoni/92ea9ebe099bd53e2926846657ac9179 to your computer and use it in GitHub Desktop.
Google Cloud Ubuntu Remote Desktop Setup
# Install Chrome Remote Desktop on the VM instance
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
sudo apt update
sudo dpkg --install chrome-remote-desktop_current_amd64.deb
sudo apt install --assume-yes --fix-broken
# install desktop environment
sudo apt install ubuntu-desktop
# install google-chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg --install google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes --fix-broken
# follow instructions here : https://remotedesktop.google.com/headless
# paste the code in the console
# connect
# link : https://cloud.google.com/solutions/chrome-desktop-remote-on-compute-engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment