0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows11 HomeEditionからUbuntu22.04 LTSにGoogleリモートデスクトップでアクセスする

Last updated at Posted at 2024-09-23

■背景

Windows11 HomeEditionでリモートデスクトップのクライアント機能が使えないことい気づく。代替えになるものを探していたところGoogleリモートデスクトップにいきついた。

1 Googleリモートデスクトップをインストール

1-1.リモートデスクトップをダウンロード
以下コマンドでカレントディレクトリにダウンロードされます

$ wget https:dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb

1-2.インストール

$ sudo apt install ./chrome-remote-desktop_current_amd64.deb

2 Ubuntu側(接続される側)の設定

2-1.remotedesktop.google.come/accessにアクセスし、「SSH経由でセットアップする」を
クリック
スクリーンショット 2024-09-25 000208.png

2-2.「開始」⇒「次へ」⇒「承認」をクリックし、「Debian Linux」のコードをコピー
スクリーンショット 2024-09-25 000555.png

2-3.コピーしたコマンドをターミナルに貼り付け実行

$ DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0AQlEd8yEvAIuwm4N7ArXBf9aK29q7jgiOYKtxE2LV5cbgc-m8ayBzTwiGeZcXjrCnvG1-Q" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$(hostname)

2-4 PINコードを聞かれるので6桁以上のPINコードを2回入力しEnter

3 Windows側(接続側)の設定

3-1 remotedesktop.google.come/accessにアクセスし、表示されているlinuxPCを選択
スクリーンショット 2024-09-25 001456.png

3-2 2-4で設定したPINコードを入力しEnter
スクリーンショット 2024-09-25 001742.png

3-3 Ubuntuが表示される
スクリーンショット 2024-09-25 002433.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?