From 0b1dabf905152b4f3766976b057e30539428171a Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:20:08 +0200 Subject: [PATCH] Update _index.en.md --- content/self-host/_index.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/self-host/_index.en.md b/content/self-host/_index.en.md index 168f5a5..c80cea7 100755 --- a/content/self-host/_index.en.md +++ b/content/self-host/_index.en.md @@ -13,7 +13,7 @@ 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 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. @@ -23,12 +23,12 @@ 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/). +Additionally TCP ports 21118 and 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. -# Test Ports are opened +## Test Ports are opened -To check ports are opened and working you can use `test-netconnection domain.com -p 21115` with powershell or https://canyouseeme.org/. +To check ports are opened and working you can use `test-netconnection domain.com -p 21115` with PowerShell or [CanYouSeeMe.org](https://canyouseeme.org/). {{% children depth="3" showhidden="true" %}}