2022년 1월 6일 목요일

xrdp 설치

<참조: https://jangjy.tistory.com/293>

1. xrdp 설치 

(option)sudo apt-get update

sudo apt-get install xrdp

<option> sudo apt-get install xorgxrdp
sudo apt-get update
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh

이제 윈도우즈 원격접속으로 접속 가능해짐.


2. 로그인 후, 검은 화면이 보인다면

gnome 대신 xfce를 띄우면 됨


2. 세션에 접속시 다르게 접속된다면

sudo gedit /etc/xrdp/xrdp.ini

[xrdp1]에서 마지막 줄 port=-1을

port=ask5910 

으로 수정 후, 서비스 재시작.

sudo service xrdp restart

재접속 시, port번호 입력장이 보임.

-1, 5910등 여러개를 입력하다보면 과거에 접속한 세션이 보임.

맨 처음 세션 생성시 -1을 입력하면 5910을 사용함. 이후, 5910을 계속 사용하면 됨.