doc.rustdesk.com/content/self-host/pro/_index.en.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

---
2023-07-02 17:24:14 +02:00
title: Pro
2023-06-26 13:22:16 +02:00
weight: 100
---
2023-07-02 17:24:14 +02:00
Self-host Pro is built on the open source version, but with more features.
2023-07-14 15:04:57 +02:00
- OIDC, LDAP, 2FA (email verification)
2023-07-02 17:24:14 +02:00
- Address book
2023-07-14 15:04:57 +02:00
- Rename
2023-07-02 17:24:14 +02:00
- Log management
2023-07-14 15:04:57 +02:00
- Device management
2023-07-02 17:24:14 +02:00
- Settings sync
- Permission control
2023-07-03 23:26:59 +02:00
- Multiple relay servers (automatically selects your closest relay)
2023-07-02 17:24:14 +02:00
{{% notice note %}}
2023-07-14 15:04:57 +02:00
RustDesk client >= 1.2.0 required
2023-07-02 17:24:14 +02:00
{{% /notice %}}
2023-07-03 19:13:11 +02:00
## Download
2023-07-13 13:06:52 +02:00
[https://github.com/rustdesk/rustdesk-server-pro/releases/latest](https://github.com/rustdesk/rustdesk-server-pro/releases/latest)
2023-07-03 19:13:11 +02:00
2023-07-02 17:24:14 +02:00
## Installation
2023-07-04 06:25:33 +02:00
### Simple Install
2023-07-03 23:21:16 +02:00
2023-07-14 15:04:57 +02:00
To make life easy, we have developed scripts which take care of everything (install/upgrade/convert from open source) [Simple Install Script](https://rustdesk.com/docs/en/self-host/pro/installscript/).
2023-07-03 23:21:16 +02:00
2023-07-03 19:13:11 +02:00
{{% notice note %}}
2023-07-05 06:26:43 +02:00
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.
2023-07-03 19:13:11 +02:00
{{% /notice %}}
2023-07-04 06:25:33 +02:00
### Manual Installation
2023-07-14 15:04:57 +02:00
2023-07-04 06:25:33 +02:00
Almost as the same as [the open source version](/docs/en/self-host/install/), but you do not need to run hbbs/hbbr with any arguments, all can be set later in web console.
2023-07-03 23:24:29 +02:00
2023-07-02 17:24:14 +02:00
- `-k _` is set by default
- `-r <server:host>` is not needed any more if the relay server runs on the same machine with hbbs, and you can set multiple relay servers in the web console
2023-07-03 23:21:16 +02:00
### One more port (or use a proxy)
2023-07-14 15:04:57 +02:00
One more TCP port `21114` is added for web console, please also add this port when you set firewall rules and docker port mapping.