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?

More than 1 year has passed since last update.

CentOS_RemoteDesktop

Last updated at Posted at 2023-03-17

環境情報

CentOS 8.5.2111
xrdp-0.9.21-1.el8.x86_64

xrdpをインストール

WindowsからLinuxへリモートデスクトップ接続を出来るようにする。

#yum install epel-release

vimで開いてenabled=1 → enabled=0に変更。

#vi /etc/yum.repos.d/epel.repo 

epelリポジトリを使用してインストール。

#yum install --enablerepo=epel xrdp

ファイアウォールのTCP3389番を開放して再起動。

#firewall-cmd --permanent --add-port=3389/tcp && firewall-cmd --reload 

xrdp.serviceを起動、自動起動を有効。

#systemctl start xrdp.service && systemctl enable xrdp.service

Windowsからリモートデスクトップ接続

リモートデスクトップを開ける
linux_リモートデスクトップ1.png

コンピューター名にIPアドレスを入力。ユーザー名も
※ローカルユーザーだと何故かはじかれるため?、rootでログイン。
linux_リモートデスクトップ2.png

「はい」をクリック
centosデスクトップ3.PNG

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?