Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:linux-tutorials:rustdesk [2024/04/03 15:55] – created Zyzonix | linux:linux-tutorials:rustdesk [2025/01/03 13:45] (current) – [Rustdesk - Remote Desktop Software] Zyzonix | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Rustdesk ===== | + | ===== Rustdesk |
- | Rustdesk is a free open source self-hostable remote desktop software for Linux, MacOS and Windows. | + | Rustdesk is a free open source self-hostable remote desktop software for Linux, MacOS, Windows |
→ To their GitHub: [[https:// | → To their GitHub: [[https:// | ||
+ | → Now also available on flathub: [[https:// | ||
==== Configure Rustdesk client for Linux from CLI ==== | ==== Configure Rustdesk client for Linux from CLI ==== | ||
+ | |||
+ | Sometime it might be necessary to edit the Rustdesk config from CLI, for example when switching between relay servers. | ||
+ | |||
+ | To do this proceed as following: | ||
+ | //(This tutorial was tested on a Systemd-based system)// | ||
+ | |||
+ | * Firstly stop the Rustdesk service | ||
+ | <code bash> | ||
+ | * Then navigate to ''/ | ||
+ | <code bash>su root</ | ||
+ | <code bash>cd / | ||
+ | * There should be three files in this directory: '' | ||
+ | <code bash> | ||
+ | * The content of this file should look like this: | ||
+ | <code bash> | ||
+ | rendezvous_server = '< | ||
+ | nat_type = 1 | ||
+ | serial = 3 | ||
+ | |||
+ | [options] | ||
+ | rendezvous-servers = ' | ||
+ | key = '< | ||
+ | custom-rendezvous-server = '< | ||
+ | local-ip-addr = '< | ||
+ | enable-audio = ' | ||
+ | relay-server = '< | ||
+ | audio-input = ' | ||
+ | </ | ||
+ | * Now you can edit the '' | ||
+ | * Then restart the server: | ||
+ | <code bash> |