fedora-gnome-remote-desktop配置

fedora-gnome-remote-desktop配置

关键字:fedora44 gnome桌面,远程桌面,gnome官方的rdp功能,非xrdp

查看状态

$ grdctl --system status
Init TPM credentials failed because No TPM device found, using GKeyFile as fallback.
Overall:
	Unit status: active
RDP:
	Status: enabled
	Port: 3389
	Authentication methods: credentials
	TLS certificate: /var/lib/gnome-remote-desktop/.local/share/gnome-remote-desktop/certificates/rdp-tls.crt
	TLS fingerprint: 24:cf:10:89:d4:28:0a:62:4d:c1:22:75:fd:fb:3a:dc:bb:e6:68:c5:39:3c:46:e4:85:9a:c8:dd:fc:4f:7e:b0
	TLS key: /var/lib/gnome-remote-desktop/.local/share/gnome-remote-desktop/certificates/rdp-tls.key
	Kerberos keytab: (null)
	Username: (hidden)
	Password: (hidden)
 
 

设置账户

grdctl --system rdp set-credentials 账户 密码
 

开启rdp

grdctl --system rdp enable
 

启动服务并设置开机自启

sudo systemctl enable --now gnome-remote-desktop.service
 

共享桌面和远程登录不一样哈

远程登录 ≠ 桌面共享,二者独立,端口冲突,不要同时开启

共享桌面是, (不带 --system ) 参数

grdctl status

 

 

posted @ 2026-08-18 14:17  年华似水゛  阅读(13)  评论(0)    收藏  举报