LoginSignup
0
1

More than 3 years have passed since last update.

CentOS8 のリモートデスクトップサービス (XRDP) 設定

Posted at

はじめに

CentOS8 へリモートデスクトップ接続 (RDP) をするため xrdp をふつうにインストールしようとしても「xrdp が見つからない」とのエラーで失敗してしまいます。

対策

"epel-release" をさきにインストールします。

dnf install epel-release
dnf install xrdp tigervnc-server

systemctl enable xrdp --now

firewall-cmd --add-port=3389/tcp --zone=public --permanent
firewall-cmd --reload

以上です。

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