mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-08 09:24:56 +01:00
2924d7239c
Signed-off-by: fufesou <shuanglongchen@yeah.net>
1.5 KiB
Executable File
1.5 KiB
Executable File
title | weight |
---|---|
Linux | 4 |
Installation
Ubuntu (>= 16)
# please ignore the wrong disk usage report
sudo apt install -fy ./rustdesk-<version>.deb
CentOS/Fedora (>= 18)
sudo yum localinstall ./rustdesk-<version>.rpm
Arch/Manjaro
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
openSUSE (>= Leap 15.0)
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
X11 Required
RustDesk does not support Wayland yet; you need switch to X11 manually.
RustDesk now has experimental Wayland support. You may need to download the nightly version to enable this feature.
Display Server
Login Screen
Modify below line to WaylandEnable=false
in /etc/gdm/custom.conf
or /etc/gdm3/custom.conf
:
#WaylandEnable=false
{{% notice note %}} Please reboot to make above changes taking effect. {{% /notice %}}
Permissions Issue
If you find that RustDesk's --server process is not running, that is, there is no output when executing ps -ef | grep -E 'rustdesk +--server'
.
Then it's probably a permissions issue.
Please refer to SELinux for adding SELinux policies.