Linux

라즈베리 파이5에서 RustDesk 사용방법

COSMOSRKSI 2025. 3. 29. 17:28

1. Pi-Apps 설치

Pi-Apps는 라즈베리 파이에서 다양한 어플리케이션을 쉽게 설치할 수 있게 해주는 도구임.

$ wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash

 

2. Pi-Apps 실행

Pi-Apps 설치 후 Pi-Apps를 실행함. 

그 후 internet 카테고리로 이동하여 RustDesk를 찾아 설치함.

 

3. headless 환경에서 rustdesk 자동으로 실행시키기

$ sudo systemctl enable --now rustdesk

위 명령어를 입력하여 RustDesk가 부팅 시 자동으로 실행되도록 설정함.

그 후 setting -> gernal -> other에서 'Allow linux headless' 옵션 체크 or sudo rustdesk --option allow-linux-headless Y

 

만약 위 과정을 걸친 후 remote pc에서 host pc로 접속했을 때 검은 화면만 나온다면,

RustDesk에서 remove wayland setting을 클릭하여 wayland와 관련된 설정을 삭제함.

 

https://github.com/rustdesk/rustdesk/wiki/Headless-Linux-Support