Remote Desktop On Linux [best] — Chrome
sudo systemctl restart chrome-remote-desktop@$USER Linux version does not support hiding the local screen during remote sessions. 4. Clipboard Sharing Text copy/paste works, but images and large data may fail. 5. Audio Audio redirection is not supported on Linux. 6. Permissions You must be the same user running the Chrome browser and the host service. 7. SELinux/AppArmor On Fedora or Ubuntu with strict security profiles, you may need to allow the CRD binary access to the session bus:
Edit ~/.chrome-remote-desktop-session :
# Download the Debian package wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb # Install it sudo dpkg -i chrome-remote-desktop_current_amd64.deb sudo apt-get install -f # Fix missing dependencies On Fedora/RHEL: chrome remote desktop on linux
# For Debian/Ubuntu 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 Google provides a .deb/.rpm package that installs the host service: Permissions You must be the same user running