0
2

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.

Windows から AlmaLinux へ リモートデスクトップ接続 【忘備録】

Posted at

XRDPのインストール

yum install -y epel-release

yum install -y xrdp tigervnc-server

XRDPの通信を許可する

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

※firewall-cmd 半角スペースはなし

firewall-cmd --reload

※firewall-cmd 半角スペースはなし

XRDPの起動と起動設定

systemctl start xrdp

systemctl enable xrdp

参考⇛https://www.itcore.jp/tips/xrdp.php

以下のコマンドは入力しなくいても動作した。

XRDPの設定変更 色24bitへ

cp -ip /etc/xrdp/xrdp.ini /etc/xrdp/xrdp.ini_date "+%Y%m%d"

vi /etc/xrdp/xrdp.ini

:46
#max_bpp=32
max_bpp=24

0
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?