diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 27022c9..0a46aa7 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -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 diff --git a/content/self-host/pro/_index.en.md b/content/self-host/pro/_index.en.md index 1c19663..303dd80 100644 --- a/content/self-host/pro/_index.en.md +++ b/content/self-host/pro/_index.en.md @@ -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 diff --git a/content/self-host/pro/license/_index.en.md b/content/self-host/pro/license/_index.en.md new file mode 100644 index 0000000..7587150 --- /dev/null +++ b/content/self-host/pro/license/_index.en.md @@ -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. diff --git a/content/self-host/pro/license/images/change.png b/content/self-host/pro/license/images/change.png new file mode 100644 index 0000000..5ed5dfd Binary files /dev/null and b/content/self-host/pro/license/images/change.png differ diff --git a/content/self-host/pro/license/images/set.png b/content/self-host/pro/license/images/set.png new file mode 100644 index 0000000..e6eb530 Binary files /dev/null and b/content/self-host/pro/license/images/set.png differ diff --git a/content/self-host/pro/license/images/stripe.jpg b/content/self-host/pro/license/images/stripe.jpg new file mode 100644 index 0000000..e4fa50d Binary files /dev/null and b/content/self-host/pro/license/images/stripe.jpg differ