Files
MainSite/app/templates/rustdesk.htm
2022-08-28 23:53:56 +04:00

45 lines
1.2 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></p>
<p><img href=""></p>
<p>2. Напротив ID нажать на троеточие и выбрать пункт “ID/Сервер ретрансляции”
<p><img href="/statis/image/rustdes/rd2.png"></p>
<p>3. Указать следующие настройки:<ul>
<li>ID-сервер: elforcer.ru</li>
<li>Сервер ретрансляции: elforcer.ru</li>
<li>Key: WvJsIqJmAw8b65KnbmPGCXD9Jesuq4ak5KiHYg62e8o=</li>
</ul>
</p>
<p><img href="/statis/image/rustdes/rd3.png"></p>
<p>
Сообщить ваш ID для подключения.
</p>
{{UserBottom|safe}}
</body>
</html>