Xrdpサーバーをインストールして、Windows のリモートデスクトップ機能で CentOS に接続できるように設定します。
# EPEL からインストール |
[root@localhost ~]# yum --enablerepo=epel -y install xrdp |
[root@localhost ~]# systemctl start xrdp |
[root@localhost ~]# systemctl enable xrdp |
[root@localhost ~]# firewall-cmd --add-port=3389/tcp --permanent |
success |
[root@localhost ~]# firewall-cmd --reload |
success |
スタートメニューから [リモートデスクトップ接続] を選択して接続画面を起動します。