For ARM (Raspberry Pi):
Follow the on-screen instructions:
| Component | Action | |-----------|--------| | Browser | Chrome or Chromium | | Package | chrome-remote-desktop_current_amd64.deb | | Desktop | Xfce / any Xorg-based DE | | Auth | Google account + 6-digit PIN | | Access URL | remotedesktop.google.com/access | chrome remote desktop debian
Install the downloaded package using apt (which handles dependencies better than dpkg ):
You can check the status to ensure it is active: For ARM (Raspberry Pi): Follow the on-screen instructions:
# 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
You need to create a file named .chrome-remote-desktop-session in your home directory. chrome remote desktop debian
Now you can securely remote into your Debian machine from any device with Chrome or the Chrome Remote Desktop app.
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_arm64.deb