Files
MainSite/app/templates/rustdesk.htm
2022-08-29 00:18:21 +04:00

46 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>{{ProgName}} - {{Title}}</title>
<link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
.spoiler{
display:none;
}
.mywindow2 {
position: absolute;
right: 0;
bottom: 0;
}
</style>
</head>
<body class ="b-page">
{{UserHeader|safe}}
<p>1. Зайти и скачать дистрибутив с сайта <a href="https://rustdesk.com/" target ="_blank">RustDesk</a> или скачать <a href="https://github.com/rustdesk/rustdesk/releases/download/1.1.9/rustdesk-1.1.9-windows_x64.zip">дистрибутив для Windows v1.1.9 x64</a> немедленно.
</p>
<p>2. Напротив ID нажать на троеточие и выбрать пункт “ID/Сервер ретрансляции”
<p><img src="/static/image/rustdesk/rd2.png"></p>
<p>3. Указать следующие настройки:<ul>
<li>ID-сервер: elforcer.ru</li>
<li>Сервер ретрансляции: elforcer.ru</li>
<li>Key: WvJsIqJmAw8b65KnbmPGCXD9Jesuq4ak5KiHYg62e8o=</li>
</ul>
</p>
<p><img src="/static/image/rustdesk/rd3.png"></p>
<p>
Сообщить ваш ID для подключения.
</p>
{{UserBottom|safe}}
</body>
</html>