Remote support setup

Connect RustDesk to our server

RustDesk is the free program we use to see your screen when you need help. These steps point it at our own server instead of the public one, so support sessions stay on our equipment.

Start here

First, install RustDesk from rustdesk.com — or from the App Store or Google Play on a phone or tablet. Then change these two settings. Everything else can be left alone.

ID Server
rustdesk.rctech.ca
Key
0G14kJu92IDaadThkN3EiU+OTgh2eWGbhbWGHjPeSXo=

Leave Relay Server and API Server empty — RustDesk fills those in by itself. The Key is not a password: it lets your computer confirm it is talking to the real server, and it scrambles the connection. It is safe to email.

Pick the way that suits you

These are four routes to the same result. Do one of them, not all four.

If you areUse
Setting up one or two computersTyping it in
On a phone or tabletTyping it in
Happy to copy and pastePasting one string
Rolling out many Windows PCsThe ready-made installer
Working from a scriptThe settings file

Typing it in

Works on Windows, Mac, Linux, iPhone, Android

Enter the two settings by hand

  1. Open RustDesk.
  2. Click the button next to your ID.
  3. Choose Network.
  4. Click Unlock Network Settings. Your computer will ask for permission.
  5. Put rustdesk.rctech.ca in ID Server, and the Key in Key.
  6. Click Apply.

Pasting one string

Fewest chances to mistype

Import both settings at once

Copy this, then use ⋮ → Network → Unlock Network Settings → Import Server Config, and click Apply. It reads the string from your clipboard.

9JSYj5CajVGdjJnLrNXZkR3c1JnI6ISehxWZyJCLiIiOikGchJCLi0zbYNVZQpGSHdlYoJ2RXVmModGVPtSVpV0MOtGaURWYhRUSykTdKtGNxcEMiojI5V2aiwiIhNmLoNWZ0Nmcus2clRGdzVnciojI0N3boJye

The ready-made installer

Windows only

Rename the installer and run it

RustDesk reads its settings out of its own filename. Download the Windows installer, rename the file to exactly this, then run it — there is nothing to type afterwards.

rustdesk-host=rustdesk.rctech.ca,key=0G14kJu92IDaadThkN3EiU+OTgh2eWGbhbWGHjPeSXo=,.exe
  • Keep the comma just before .exe. If Windows adds (1) to a repeat download, that comma keeps the Key intact.
  • Keep the = on the end of the Key — it is part of the Key.

The settings file

For scripted rollouts

Place RustDesk2.toml, or use the command line

Close RustDesk first — if it is running, it will overwrite your change when it exits.

SystemWhere the file goes
Windows%APPDATA%\RustDesk\config\RustDesk2.toml
macOS~/Library/Preferences/com.carriez.RustDesk/RustDesk2.toml
Linux~/.config/rustdesk/RustDesk2.toml
rendezvous_server = 'rustdesk.rctech.ca'
nat_type = 0
serial = 0

[options]
custom-rendezvous-server = 'rustdesk.rctech.ca'
key = '0G14kJu92IDaadThkN3EiU+OTgh2eWGbhbWGHjPeSXo='
relay-server = 'rustdesk.rctech.ca'
api-server = ''

Where RustDesk is set up for unattended access it runs as a service and keeps a second copy of its settings under the service account. The command line updates the right one for you — run it as administrator or with sudo, after RustDesk is installed:

rustdesk --config 9JSYj5CajVGdjJnLrNXZkR3c1JnI6ISehxWZyJCLiIiOikGchJCLi0zbYNVZQpGSHdlYoJ2RXVmModGVPtSVpV0MOtGaURWYhRUSykTdKtGNxcEMiojI5V2aiwiIhNmLoNWZ0Nmcus2clRGdzVnciojI0N3boJye

Checking it worked

The dot beside your ID turns green, and RustDesk says it is ready.

To be certain, open ⋮ → Network again. ID Server should still read rustdesk.rctech.ca.

If it will not connect

What you seeWhat to do
The dot stays red or grey The settings did not save. Open ⋮ → Network and check the ID Server field. You have to click Unlock Network Settings before editing, and Apply afterwards.
A key or secure-connection error The Key was cut short. It ends with = — copy all of it, including that last character.
Fine at home, not at the office That network is blocking the ports listed below. Test on a phone hotspot to confirm, then send the list to whoever looks after the network.
Settings go back after a restart RustDesk was open while the file was changed. Close it completely, including the icon near the clock, then try again.

Outbound access these networks need to rustdesk.rctech.ca:

PortTypeWhat it does
21115TCPWorks out your connection type
21116TCP and UDPRegisters you and keeps you online
21117TCPCarries the session when a direct connection is not possible
21118, 21119TCPOnly needed for RustDesk in a web browser

These are ordinary outgoing connections. Most networks already allow them.

What this does and does not allow