Files
MainSite/app/pages/rustdesk/template.htm
ELForcer bec06b72b6 update
2026-02-14 23:44:07 +04:00

88 lines
3.4 KiB
HTML
Raw Permalink 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>
{{head}}
</head>
<body>
{{UserHeader}}
<p>1. Зайти и скачать дистрибутив с сайта <a href="https://rustdesk.com/" target="_blank">RustDesk</a> или скачать:
<ul>
<li><a href="https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.exe">дистрибутив для Windows v1.4.5 x64</a></li>
<li><a href="https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.deb">дистрибутив для Linux (Mint, Ubuntu, Debian) v1.4.5 x64</a></li>
<li><a href="https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.AppImage">AppImage для Linux x64</a></li>
<li><a target="_blank" href="https://github.com/rustdesk/rustdesk/releases">С репозитория GitHub</a>
</ul>
</p>
<p>2. Напротив ID нажать на троеточие;</p>
<p><img src="/static/image/rustdesk/rd1.png"></p>
<p>3. Выбрать "Сеть"</p>
<p><img src="/static/image/rustdesk/rd2.png"></p>
<p>4. Выбрать "Нажать "Разблокировать сетевые настройки"</p>
<p><img src="/static/image/rustdesk/rd3.png"></p>
<p>Может потребоваться ввод пароля администратора</p>
<p><img src="/static/image/rustdesk/rd4.png"></p>
<p>
<div class="form-group">
<label for="inputS1">5. Скопировать код настроек:</label>
<div class="form-row">
<div class="col">
<input id="inputS1" type="text" class="form-control" value="==Qfi0zb4UmM2cWWIl2S1sWY0EXdzVmS5QEWDdEUtJmbLVjNihzdB1mSxl0cKZ3ViojI5V2aiwiIiojIpBXYiwiI1JnLyV2Yy9mZsVmI6ISehxWZyJCLiUncuIXZjJ3bmxWZiojI0N3boJye" readonly>
</div>
<div class="col">
<button type="button" class="btn btn-secondary" id="copyS1">Скопировать</button>
</div>
</div>
</div>
</p>
<p>
7. Вернитесь в закладку "Главная" и сообщите ваш ID. Дождитесь подключения к Вашему рабочему столу.
</p>
<p><img src="/static/image/rustdesk/rd6.png"></p>
<p>
Запрос на подключение будет выглядеть так:
</p>
<p><img src="/static/image/rustdesk/rd8.png"></p>
<p>
Принятое подключение будет выглядеть так:
</p>
<p><img src="/static/image/rustdesk/rd9.png"></p>
<script type="text/javascript">
/* сохраняем текстовое поле в переменную text */
var TextS1 = document.getElementById("inputS1");
/* сохраняем кнопку в переменную btn */
var btnS1 = document.getElementById("copyS1");
/* вызываем функцию при нажатии на кнопку */
btnS1.onclick = function () {
TextS1.select();
document.execCommand("copy");
}
</script>
<!-- {{UserBottom}} -->
</body>
</html>