Widows からリモートアクセスできるようにする#
参照#
- VNC ServerとGNOMEデスクトップの概念や基本的な仕組みについて
- CentOS7 windowsからRDP(リモートデスクトップ)で接続する。
- How to Install Xrdp with GNOME GUI on AlmaLinux 9
手順#
必要パッケージインストール#
dnf install -y epel-release
dnf install -y xrdp tigervnc-server
systemctl start xrdp
systemctl enable xrdp
firewall 許可#
再起動#
RDPの設定変更#
security_layer=rdp
とするのが重要
xrdp.ini
; security layer can be 'tls', 'rdp' or 'negotiate'
; for client compatible layer
# security_layer=negotiate
security_layer=rdp
#max_bpp=32
max_bpp=24
windows から RDP#
画面 > リモートセッションの色の深度を24bitにして接続
画面が真っ黒になるときの対処#
同じユーザーで既に開いているGnomeのセッションを閉じることが解決策。
`
pkill gnome-session