diff --git a/FAQ.md b/FAQ.md index f0b6f5e..cb04830 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1328,6 +1328,27 @@ and https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#9-bypass-cors-if-using-rustdesk-public-web-client-httpsrustdeskcomweb +# How to customize self-hosted web client? + +Since RustDesk Server Pro 1.7.2, we start to support customizing self-hosted web client. + +Please put your icon file (`icon.svg` or `icon.png`) and customization file (`custom.txt`) in [the data (working) directory](https://github.com/rustdesk/rustdesk-server-pro/discussions/184#discussioncomment-14869941). + +Here is an example of the `custom.txt`. + +``` + app-name=HelloDesk + hide-network-settings=Y + disable-ab=Y + disable-account=Y + disable-group-panel=Y + lang=de + theme=light + + [override-settings] + codec-preference=av1 +``` + # Does ip whitelist supports CIDR? Yes, we added it, https://github.com/rustdesk/rustdesk/pull/2281 @@ -1661,4 +1682,4 @@ If you install with RustDeskServer.setup.exe. Please backup db files and id_ed25 The db files are under `C:\WINDOWS\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\`, the other files are under `C:\Program Files\RustDeskServer\bin`. You can backup the two directory directly. -Then please download the new RustDeskServer.setup.exe and run directly. \ No newline at end of file +Then please download the new RustDeskServer.setup.exe and run directly.