mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-27 01:19:41 +01:00
license page
This commit is contained in:
parent
8963e5acda
commit
9ee2e12691
@ -55,6 +55,10 @@ If `--net=host` works fine, the `-p` options are not used. If on Windows, leave
|
||||
**Please remove `--net=host` if you are having connection problems on your platform.**
|
||||
{{% /notice %}}
|
||||
|
||||
{{% notice note %}}
|
||||
If you can not see logs with `-td`, you can see logs via `docker logs hbbs`. Or you can run with `-it`, `hbbs/hbbr` will not run as daemon mode.
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker-Compose examples
|
||||
For running the docker files with the docker-compose.yml as described here you need to have [**docker-compose**](https://docs.docker.com/compose/) installed.
|
||||
```yaml
|
||||
|
@ -5,7 +5,7 @@ weight: 100
|
||||
|
||||
Self-host Pro is built on the open source version, but with more features.
|
||||
|
||||
- OIDC and ldap login
|
||||
- OIDC, ldap, 2FA (email verification)
|
||||
- Address book
|
||||
- Rename
|
||||
- Log management
|
||||
@ -31,7 +31,7 @@ Copy and paste the above command into your linux terminal which take care of eve
|
||||
`curl -s https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh | bash`
|
||||
|
||||
{{% notice note %}}
|
||||
Don't forget to get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), you will be required to enter license in the web console.
|
||||
Don't forget to get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](/docs/en/self-host/pro/license) page for more details.
|
||||
{{% /notice %}}
|
||||
|
||||
### Manual Installation
|
||||
|
19
content/self-host/pro/license/_index.en.md
Normal file
19
content/self-host/pro/license/_index.en.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: License
|
||||
weight: 15
|
||||
---
|
||||
|
||||
## Buy license
|
||||
Please get your license from https://rustdesk.com/pricing.html, enter the correct email address in the Stripe checkout page. The license will be sent to your email once payment is done successfully.
|
||||
|
||||
![](/docs/en/self-host/pro/license/images/stripe.jpg)
|
||||
|
||||
## Set license
|
||||
you will be required to enter license in the web console, or change license later.
|
||||
|
||||
| Set license | Change license |
|
||||
| -- | -- |
|
||||
![](/docs/en/self-host/pro/license/images/set.png) | ![](/docs/en/self-host/pro/license/images/change.png) |
|
||||
|
||||
## Invocie and Migration
|
||||
The license can be only used on one machine (for hbbs only, hbbr does not require license), if you wanna migrate to the other machine, or if you wanna download invoice, please go to [https://rustdesk.com/self-host/account/](https://rustdesk.com/self-host/account/). Log in with the email address used in Stripe checkout page.
|
BIN
content/self-host/pro/license/images/change.png
Normal file
BIN
content/self-host/pro/license/images/change.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 212 KiB |
BIN
content/self-host/pro/license/images/set.png
Normal file
BIN
content/self-host/pro/license/images/set.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
BIN
content/self-host/pro/license/images/stripe.jpg
Normal file
BIN
content/self-host/pro/license/images/stripe.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
Loading…
Reference in New Issue
Block a user