Check status:
For ARM (Raspberry Pi):
/opt/google/chrome-remote-desktop/start-host --code="<YOUR_CODE>" --name="<YOUR_COMPUTER_NAME>" --pin=<YOUR_PIN> chrome remote desktop debian
sudo apt update sudo apt install --fix-broken -y sudo dpkg -i chrome-remote-desktop_current_amd64.deb
Add your user to the chrome-remote-desktop group: chrome remote desktop debian
Run the following command in the terminal:
Then edit /etc/chrome-remote-desktop-session to use your desktop env. chrome remote desktop debian
sudo apt install chromium chromium-l10n
# Download Google Chrome .deb wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt update sudo apt install google-chrome-stable