fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:gnome:remote-desktop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:gnome:remote-desktop [2026/04/06 20:55] gsyslinux:gnome:remote-desktop [2026/04/06 22:00] (current) gsys
Line 5: Line 5:
 cd ~/.local/share/gnome-remote-desktop cd ~/.local/share/gnome-remote-desktop
 openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out hostname.domain.tld.pem -keyout hostname.domain.tld.key openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out hostname.domain.tld.pem -keyout hostname.domain.tld.key
 +chmod 644 hostname.domain.tld.pem
 +chmod 600 hostname.domain.tld.key
 grdctl rdp set-tls-key ~/.local/share/gnome-remote-desktop/hostname.domain.tld.key grdctl rdp set-tls-key ~/.local/share/gnome-remote-desktop/hostname.domain.tld.key
 grdctl rdp set-tls-cert ~/.local/share/gnome-remote-desktop/hostname.domain.tld.pem grdctl rdp set-tls-cert ~/.local/share/gnome-remote-desktop/hostname.domain.tld.pem
 grdctl rdp set-credentials # Enter credentials via standard input grdctl rdp set-credentials # Enter credentials via standard input
 grdctl rdp disable-view-only grdctl rdp disable-view-only
 +grdctl rdp set-port 3399
 grdctl rdp enable grdctl rdp enable
 systemctl --user enable --now gnome-remote-desktop.service systemctl --user enable --now gnome-remote-desktop.service
 grdctl rdp status grdctl rdp status
 +sudp ufw allow from 10.1.1.0/24 to any port 3399 proto tcp
 </code> </code>
 +
 +https://github.com/GNOME/gnome-remote-desktop
linux/gnome/remote-desktop.1775501720.txt.gz · Last modified: by gsys