-
서비스 프로그램 다운로드 및 설치 (wget 사용)
- Windows: https://dl.google.com/edgedl/chrome-remote-desktop/chromeremotedesktophost.msi
- Debian Linux: https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
윈도우와 데비안 계열 리눅스에 지원, 데비안 계열 리눅스의 경우 sudo dpkg -i 파일이름 으로 설치가 가능
- systemd 서비스 설정까지 해줌, enable로 등록만 하자
sudo systemctl enable chrome-remote-desktop
필요 의존 모듈:
sudo apt install xvfb xbase-clients python-psutil
- 크롬 브라우저 상에서 디스플레이 설정 및 인증
- 접속할 계정으로 로그인후 안내되는 명령어로 디스플레이 설정과 인증을 완료 해주면 컴퓨터 이름과 핀 번호를 설정할 수 있는 상태로 터미널이 바뀐다.
DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="해쉬값" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=- 설정 끝
- 기타 배포판의 경우 패키지 설치후 아래 링크를 통해 할 수 있는지는 미지수
- CentOS(레드햇 계열): https://forums.centos.org/viewtopic.php?t=60865
- 만자로(아치 계열): https://aur.archlinux.org/packages/chrome-remote-desktop/