0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Oracle Linux 9.6】xrdp のセットアップと Windows 11 からのリモートデスクトップ接続

Posted at

環境

  • OS : Oracle Linux 9.6 (GUI)
  • OS : Windows 11

はじめに

Windows 11 から Oracle Linux 9.6 に xrdp でリモートデスクトップ接続しようとしたところ、苦戦しましたので、手順をまとめました。

Oracle Linux 9.6 側の手順

  1. $ su -
  2. # dnf upgrade
  3. # dnf install oracle-epel-release-el9
  4. # dnf install xrdp
  5. # vim ~/.Xclients 次を書く : gnome-session --session=gnome-xorg
  6. # firewall-cmd --permanent --add-port=3389/tcp
  7. # firewall-cmd --reload
  8. # systemctl status xrdp
  9. # systemctl start xrdp
  10. # systemctl enable xrdp
  11. # systemctl status xrdp
  12. 実機の Oracle Linux 9.6 からはログアウトしておく !!重要!!

Windows 11 側の操作

  1. リモートデスクトップ接続から Oracle Linux 9.6 のIPアドレスとユーザ名を指定して接続
  2. xrdp のログイン画面で以下の通り設定して OK をクリック
    • Session : Xvnc
    • username : <Oracle Linux 9.6 のユーザ名>
    • password : <上のユーザ名のパスワード>
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?