因為不是root使用者所以無法啟用無人職守模式
所以必須使用Command-Line來設定
echo -e "ad.security.allow_logon_token=true\nad.features.unattended=true" >> ~/.anydesk/user.conf
sudo echo [your-custom-password] | anydesk --set-password
- 切換到
root
更改/etc/gdm3/custom.conf
, 或/etc/gdm3/daemon.conf
依照以下更改:WaylandEnable=false
AutomaticLoginEnable = true
AutomaticLogin = $USERNAME sudo reboot
參考資料
https://gist.github.com/imami/4e8b187e7e1e6fc9510d907eb1a7a5b3
fedora 安裝
https://computingforgeeks.com/how-to-install-anydesk-on-fedora-linux/