From 60a6703167bd22477592e80fd065982aa058916d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:51:56 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-oss/install/_index.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/self-host/rustdesk-server-oss/install/_index.en.md b/content/self-host/rustdesk-server-oss/install/_index.en.md index 3f4b91b..20fbcd6 100644 --- a/content/self-host/rustdesk-server-oss/install/_index.en.md +++ b/content/self-host/rustdesk-server-oss/install/_index.en.md @@ -47,3 +47,6 @@ From there, note down the IP/DNS and Key shown at the end of the install and ins #### Method 3: Install your own server as systemd service using deb file for debian distros Please [Download](https://github.com/rustdesk/rustdesk-server/releases/latest) deb files yourself and install with `apt-get -f install .deb` or `dpkg -i .deb`. + +### Configure client +Please check [this](/docs/en/self-host/client-configuration/#2-manual-config).