Merge pull request #278 from dinger1986/master

Update _index.en.md
This commit is contained in:
RustDesk 2023-09-06 09:43:06 +08:00 committed by GitHub
commit 3e8a0b89a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -13,4 +13,18 @@ If you are using RustDesk you should have your own RustDesk Server, these docs w
Support is available via our [Discord](https://discord.com/invite/nDceKgxnkV) for OSS and [email](mailto:support@rustdesk.com) for Pro.
# Ports Required
Ports required for RustDesk Server self-hosting depends largely on your environment and what you want to do with RustDesk. The Examples shown throughout the docs will have generally have all ports suggested to be opened.
Core Ports: \
TCP 21115-21117 \
UDP 21116
The above are the minimum required ports for RustDesk to work, these handle the signal and relay ports as well as NAT traversal.
Additionally TCP ports 21118-21119 can be opened if you want to use the [RustDesk Web Client](https://rustdesk.com/docs/en/dev/build/web/).
For Pro users without an SSL Proxy you will need to open TCP port 21114 for the API to work alternatively using an SSL Proxy open TCP port 443.
{{% children depth="3" showhidden="true" %}}

View File

@ -0,0 +1,8 @@
---
title: Addressbook
weight: 500
---
Once your server is installed, clients are configured and with your user created in the [Web Console](/docs/en/self-host/rustdesk-server-pro/console/) you can log in to your RustDesk Client. Clicking on Settings and then Account.
Once you have done this you can add or remove devices to your addressbook, syncing saved devices across multiple platforms.