2023-06-01 03:51:25 +02:00
---
2023-07-02 17:24:14 +02:00
title: Pro
2023-06-26 13:22:16 +02:00
weight: 100
2023-06-01 03:51:25 +02:00
---
2023-07-02 17:24:14 +02:00
Self-host Pro is built on the open source version, but with more features.
2023-06-01 03:51:25 +02:00
2023-07-02 17:24:14 +02:00
- OIDC and ldap login
- Address book
- Rename
- Log management
- Device managment
- Settings sync
- Permission control
- Multiple relay servers (serve you with the neareast one)
2023-06-01 03:51:25 +02:00
2023-07-02 17:24:14 +02:00
{{% notice note %}}
RustDesk client >=1.2.0 required
{{% /notice %}}
2023-06-01 03:51:25 +02:00
2023-07-03 19:13:11 +02:00
## Download
[https://github.com/rustdesk/rustdesk-server-pro/releases/tag/1.1.8 ](https://github.com/rustdesk/rustdesk-server-pro/releases/tag/1.1.8 )
2023-07-02 17:24:14 +02:00
## Installation
2023-06-01 03:51:25 +02:00
2023-07-03 23:21:16 +02:00
# Simple Install
2023-07-03 23:24:55 +02:00
Copy and paste the above command into your linux terminal which take care of everything.
`curl -s https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh | bash`
2023-07-03 23:21:16 +02:00
2023-07-03 19:13:11 +02:00
{{% 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.
{{% /notice %}}
2023-07-03 23:24:29 +02:00
# Manual Installation
Almost the same as the open source version, but you do not need to run hbbs/hbbr with any arguments, these can be set later in web console.
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-06-01 03:51:25 +02:00
2023-07-03 23:21:16 +02:00
### One more port (or use a proxy)
2023-06-01 03:51:25 +02:00
2023-07-02 17:24:14 +02:00
One more tcp port `21114` is added for web console, please take care of this port when you set firewall rules and docker port mapping.