mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 07:23:19 +03:00
Updated FAQ (markdown)
13
FAQ.md
13
FAQ.md
@@ -293,5 +293,18 @@ https://github.com/rustdesk/rustdesk/discussions/6444#discussioncomment-8521217
|
|||||||
|
|
||||||
> The paid version also provides a number of security features not available with the free version, such as extensive logging (login attempts, time/date stamp, originating IP) and client machine management.
|
> The paid version also provides a number of security features not available with the free version, such as extensive logging (login attempts, time/date stamp, originating IP) and client machine management.
|
||||||
|
|
||||||
|
# Some X11 connection connection refused issue
|
||||||
|
https://github.com/rustdesk/rustdesk/discussions/5095#discussioncomment-8768671
|
||||||
|
|
||||||
|
> i asm also hit this in arch kde x11 session.
|
||||||
|
|
||||||
|
> ```
|
||||||
|
> sudo pacman -S xorg-xhost
|
||||||
|
> ```
|
||||||
|
> add below in my .bashrc solve my problem
|
||||||
|
> ```
|
||||||
|
> xhost +local:root > /dev/null 2>&1
|
||||||
|
> ```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user