Skip to content

Instantly share code, notes, and snippets.

@shivampip
Created May 28, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save shivampip/86d7a5f62f48a9df22457a02b8759aef to your computer and use it in GitHub Desktop.
Save shivampip/86d7a5f62f48a9df22457a02b8759aef to your computer and use it in GitHub Desktop.
Chrome Remote Desktop

How

  • have to use user other than root
  • create new user
sudo adduser shiva
  • add permissions
usermod -aG sudo shiva
  • Done

  • now downlaod it...

wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
  • now install it with
apt install ./chrome-remote-desktop_current_amd64.deb
  • Check status
systemctl status chrome-remote-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment