mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-04 12:30:05 +01:00
Update _index.en.md
This commit is contained in:
parent
bb428bf73b
commit
30a401ca12
@ -5,18 +5,18 @@ weight: 49
|
||||
|
||||
## Custom Server
|
||||
{{% notice note %}}
|
||||
To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client youself.
|
||||
To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client yourself.
|
||||
{{% /notice %}}
|
||||
{{% notice note %}}
|
||||
**If you set eaither of these values without setting the other your executable will not work!**
|
||||
**If you set either of these values without setting the other your executable will not work!**
|
||||
{{% /notice %}}
|
||||
|
||||
You can set the following enviroment variables on your os and rustdesk will use those variables when compiling your client rather than the default rustdesk.com servers.
|
||||
You can set the following environment variables on your OS and rustdesk will use those variables when compiling your client rather than the default rustdesk.com servers.
|
||||
|
||||
If you do not know how to set an enviroment variable on your system you should be able to find documentation for your os online that will explain this.
|
||||
If you do not know how to set an environment variable on your system you should be able to find documentation for your OS online that will explain this.
|
||||
|
||||
#### RENDEZVOUS_SERVER
|
||||
This variable should be set to your server url.
|
||||
This variable should be set to your server URL.
|
||||
|
||||
This should be a string such as
|
||||
```
|
||||
@ -24,7 +24,7 @@ rustdesk.my-domain.com
|
||||
```
|
||||
|
||||
#### RS_PUB_KEY
|
||||
This variable will be your public key, more information on the key is aviable [Here](/docs/en/self-host/install/#key)
|
||||
This variable will be your public key, more information on the key is available [here](/docs/en/self-host/install/#key).
|
||||
|
||||
This should be a string such as
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user