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

54 lines
1.8 KiB
Markdown
Raw Normal View History

2023-08-21 21:46:01 +02:00
---
title: RustDesk Server Pro
2023-08-29 05:37:35 +02:00
weight: 200
2023-08-23 05:45:37 +02:00
pre: "<b>2.2. </b>"
2023-08-21 21:46:01 +02:00
---
RustDesk Server Pro has more features compared to the open source version.
2023-11-27 08:28:17 +01:00
- No concurrent connection limit
2023-11-29 11:10:23 +01:00
- Web console
2023-11-29 11:10:36 +01:00
- API
2023-08-21 21:46:01 +02:00
- OIDC, LDAP, 2FA (email verification)
- Address book
- Rename
2023-08-31 22:02:43 +02:00
- Log management (Connection, file transfer, alarm, etc.)
2023-08-21 21:46:01 +02:00
- Device management
- Settings sync
2023-08-28 09:09:18 +02:00
- Access control
2023-08-21 21:46:01 +02:00
- Multiple relay servers (automatically selects your closest relay)
{{% notice note %}}
2023-10-01 13:54:24 +02:00
RustDesk Client >= 1.2.0 required
2023-08-21 21:46:01 +02:00
{{% /notice %}}
2023-10-21 21:55:02 +02:00
### Download
2023-08-21 21:46:01 +02:00
[https://github.com/rustdesk/rustdesk-server-pro/releases/latest](https://github.com/rustdesk/rustdesk-server-pro/releases/latest)
2023-10-21 21:55:02 +02:00
### Installation
2023-08-21 21:46:01 +02:00
2023-10-21 21:55:02 +02:00
#### Simple Install
2023-08-21 21:46:01 +02:00
2023-08-23 08:34:19 +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/rustdesk-server-pro/installscript/).
2023-08-21 21:46:01 +02:00
{{% notice note %}}
2023-10-21 21:55:02 +02:00
Don't forget to get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) page for more details.
2023-08-21 21:46:01 +02:00
{{% /notice %}}
2023-10-21 21:55:02 +02:00
#### Manual Installation
2023-08-21 21:46:01 +02:00
2023-09-05 00:11:11 +02:00
Almost the same as [the open source version](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/), but you do not need to run hbbs/hbbr with any arguments. These can be set later in web console.
2023-08-21 21:46:01 +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-10-21 21:55:02 +02:00
#### Ports Required
2023-08-21 21:46:01 +02:00
2023-08-27 21:00:34 +02:00
You need port 21114-21119 TCP and 21116 UDP open, please ensure these ports are setup when you set firewall rules and Docker port mapping.
2023-08-21 21:46:01 +02:00
{{% notice note %}}
2023-08-27 21:00:34 +02:00
You should use a proxy like Nginx to deliver this over HTTPS requiring port 443 to be opened.
2023-08-22 05:17:03 +02:00
{{% /notice %}}
2023-10-21 21:55:02 +02:00