doc.rustdesk.com/content/self-host/_index.en.md
2023-09-05 18:19:30 +01:00

31 lines
1.1 KiB
Markdown
Executable File

---
title: Self-host
weight: 5
pre: "<b>2. </b>"
chapter: true
---
### Chapter 2
# Self-host
If you are using RustDesk you should have your own RustDesk Server, these docs will help you on your RustDesk journey.
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" %}}