tmp
91
v2/401.html
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646b4e2455fe78f2da81015e" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Protected page</title>
|
||||||
|
<meta content="Protected page" property="og:title">
|
||||||
|
<meta content="Protected page" property="twitter:title">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="utility-page-wrap">
|
||||||
|
<div class="utility-page-content w-password-page w-form">
|
||||||
|
<form action="/.wf_auth" method="post" id="email-form" name="email-form" data-name="Email Form" class="utility-page-form w-password-page"><label for="pass" class="w-password-page">Password</label><input type="password" class="w-password-page w-input" autofocus="true" maxlength="256" name="pass" data-name="field" placeholder="Enter your password" id="pass"><input type="submit" value="Submit" data-wait="Please wait..." class="w-password-page w-button">
|
||||||
|
<div class="w-password-page w-form-fail">
|
||||||
|
<div>Incorrect password. Please try again.</div>
|
||||||
|
</div>
|
||||||
|
<div style="display:none" class="w-password-page w-embed w-script"><input type="hidden" name="path" value="<%WF_FORM_VALUE_PATH%>"><input type="hidden" name="page" value="<%WF_FORM_VALUE_PAGE%>"></div>
|
||||||
|
<div style="display:none" class="w-password-page w-embed w-script">
|
||||||
|
<script type="application/javascript">(function _handlePasswordPageOnload() {
|
||||||
|
if (/[?&]e=1(&|$)/.test(document.location.search)) {
|
||||||
|
document.querySelector('.w-password-page.w-form-fail').style.display = 'block';
|
||||||
|
}
|
||||||
|
})()</script>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
325
v2/404.html
Normal file
@ -0,0 +1,325 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646b4e3fc2a3ea60ed49541b" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Not Found</title>
|
||||||
|
<meta content="Not Found" property="og:title">
|
||||||
|
<meta content="Not Found" property="twitter:title">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<section class="uui-section_cta05">
|
||||||
|
<div class="uui-page-padding-12">
|
||||||
|
<div class="uui-container-large-13"></div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="uui-section_cta08">
|
||||||
|
<div class="uui-page-padding-12">
|
||||||
|
<div class="uui-container-small-3">
|
||||||
|
<div class="uui-padding-vertical-xhuge-12">
|
||||||
|
<div class="uui-text-align-center-6">
|
||||||
|
<h2 class="uui-heading-medium-10">404</h2>
|
||||||
|
<div class="uui-text-size-large-10">Sorry, this page does not exist.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
78
v2/access-denied.html
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a76809616fa75a4074" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-userformpagewrap">
|
||||||
|
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/static/utility-lock.ae54711958.svg" alt="">
|
||||||
|
<h2>Access Denied</h2>
|
||||||
|
</div>
|
||||||
|
<p>A site membership is required to view this page. Please <a href="sign-up.html">Sign up</a> or <a href="log-in.html">Log in</a>.</p>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
326
v2/cancel.html
Normal file
@ -0,0 +1,326 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646f548244a2b7deb62fa2c8" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Cancel</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Cancel" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Cancel" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<header class="uui-section_header10">
|
||||||
|
<div class="uui-page-padding-13">
|
||||||
|
<div class="uui-container-small-4">
|
||||||
|
<div class="uui-padding-vertical-xhuge-13">
|
||||||
|
<div class="uui-text-align-center-7">
|
||||||
|
<h1 class="uui-heading-large-2"><span>You have canceled the payment!</span></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
368
v2/careers.html
Normal file
@ -0,0 +1,368 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646cea1de8a663f0d938371c" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Careers</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Careers" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Careers" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" aria-current="page" class="uui-navbar05_dropdown-link-2 w-inline-block w--current">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<section class="jobs-section">
|
||||||
|
<div class="uui-page-padding-9">
|
||||||
|
<div class="uui-container-small">
|
||||||
|
<div class="uui-padding-vertical-xhuge-8">
|
||||||
|
<div class="uui-text-align-center-2">
|
||||||
|
<div class="uui-heading-subheading-6">We’re hiring!</div>
|
||||||
|
<h2 class="uui-heading-medium-6">We're on a mission to build the next generation of virtual / remote desktop infrastructure</h2>
|
||||||
|
<div class="uui-space-xsmall-6"></div>
|
||||||
|
<div class="uui-text-size-large-6">Explore remote possibilities and join our team to help us achieve it.<a href="https://supabase.com/careers#positions"><br></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career03_component">
|
||||||
|
<div class="uui-career03_accordion">
|
||||||
|
<div data-w-id="82dcbc98-71b2-8bc2-dca6-e4b2db64b2ef" class="uui-career03_job-description">
|
||||||
|
<h3 class="uui-heading-xsmall-2">Design</h3>
|
||||||
|
<div class="uui-career03_icon-wrapper">
|
||||||
|
<div class="accordion-icon_component">
|
||||||
|
<div class="accordion-icon_horizontal-line"></div>
|
||||||
|
<div class="accordion-icon_vertical-line"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="height:0px" class="uui-career03_list-wrapper"></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career03_accordion">
|
||||||
|
<div data-w-id="82dcbc98-71b2-8bc2-dca6-e4b2db64b2f8" class="uui-career03_job-description">
|
||||||
|
<h3 class="uui-heading-xsmall-2">Software Development</h3>
|
||||||
|
<div class="uui-career03_icon-wrapper">
|
||||||
|
<div class="accordion-icon_component">
|
||||||
|
<div class="accordion-icon_horizontal-line"></div>
|
||||||
|
<div class="accordion-icon_vertical-line"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="height:0px" class="uui-career03_list-wrapper"></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career03_accordion">
|
||||||
|
<div data-w-id="82dcbc98-71b2-8bc2-dca6-e4b2db64b301" class="uui-career03_job-description">
|
||||||
|
<h3 class="uui-heading-xsmall-2">Customer Success</h3>
|
||||||
|
<div class="uui-career03_icon-wrapper">
|
||||||
|
<div class="accordion-icon_component">
|
||||||
|
<div class="accordion-icon_horizontal-line"></div>
|
||||||
|
<div class="accordion-icon_vertical-line"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="height:0px" class="uui-career03_list-wrapper"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" aria-current="page" class="uui-footer03_link w-inline-block w--current">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
355
v2/css/normalize.css
vendored
Normal file
@ -0,0 +1,355 @@
|
|||||||
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
/**
|
||||||
|
* 1. Set default font family to sans-serif.
|
||||||
|
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
||||||
|
* without disabling user zoom.
|
||||||
|
*/
|
||||||
|
html {
|
||||||
|
font-family: sans-serif;
|
||||||
|
/* 1 */
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
/* 2 */
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
/* 2 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Remove default margin.
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
/* HTML5 display definitions
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||||
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||||
|
* and Firefox.
|
||||||
|
* Correct `block` display not defined for `main` in IE 11.
|
||||||
|
*/
|
||||||
|
article,
|
||||||
|
aside,
|
||||||
|
details,
|
||||||
|
figcaption,
|
||||||
|
figure,
|
||||||
|
footer,
|
||||||
|
header,
|
||||||
|
hgroup,
|
||||||
|
main,
|
||||||
|
menu,
|
||||||
|
nav,
|
||||||
|
section,
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||||
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
||||||
|
*/
|
||||||
|
audio,
|
||||||
|
canvas,
|
||||||
|
progress,
|
||||||
|
video {
|
||||||
|
display: inline-block;
|
||||||
|
/* 1 */
|
||||||
|
vertical-align: baseline;
|
||||||
|
/* 2 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Prevent modern browsers from displaying `audio` without controls.
|
||||||
|
* Remove excess height in iOS 5 devices.
|
||||||
|
*/
|
||||||
|
audio:not([controls]) {
|
||||||
|
display: none;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||||
|
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
||||||
|
*/
|
||||||
|
[hidden],
|
||||||
|
template {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/* Links
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Remove the gray background color from active links in IE 10.
|
||||||
|
*/
|
||||||
|
a {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Improve readability of focused elements when they are also in an
|
||||||
|
* active/hover state.
|
||||||
|
*/
|
||||||
|
a:active,
|
||||||
|
a:hover {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
/* Text-level semantics
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
abbr[title] {
|
||||||
|
border-bottom: 1px dotted;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
b,
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address styling not present in Safari and Chrome.
|
||||||
|
*/
|
||||||
|
dfn {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||||||
|
* contexts in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
margin: 0.67em 0;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address styling not present in IE 8/9.
|
||||||
|
*/
|
||||||
|
mark {
|
||||||
|
background: #ff0;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address inconsistent and variable font size in all browsers.
|
||||||
|
*/
|
||||||
|
small {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
|
*/
|
||||||
|
sub,
|
||||||
|
sup {
|
||||||
|
font-size: 75%;
|
||||||
|
line-height: 0;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
sup {
|
||||||
|
top: -0.5em;
|
||||||
|
}
|
||||||
|
sub {
|
||||||
|
bottom: -0.25em;
|
||||||
|
}
|
||||||
|
/* Embedded content
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Remove border when inside `a` element in IE 8/9/10.
|
||||||
|
*/
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Correct overflow not hidden in IE 9/10/11.
|
||||||
|
*/
|
||||||
|
svg:not(:root) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
/* Grouping content
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Address margin not present in IE 8/9 and Safari.
|
||||||
|
*/
|
||||||
|
figure {
|
||||||
|
margin: 1em 40px;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address differences between Firefox and other browsers.
|
||||||
|
*/
|
||||||
|
hr {
|
||||||
|
box-sizing: content-box;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Contain overflow in all browsers.
|
||||||
|
*/
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address odd `em`-unit font size rendering in all browsers.
|
||||||
|
*/
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
|
font-family: monospace, monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
/* Forms
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
||||||
|
* styling of `select`, unless a `border` property is set.
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* 1. Correct color not being inherited.
|
||||||
|
* Known issue: affects color of disabled elements.
|
||||||
|
* 2. Correct font properties not being inherited.
|
||||||
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
||||||
|
*/
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
optgroup,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
color: inherit;
|
||||||
|
/* 1 */
|
||||||
|
font: inherit;
|
||||||
|
/* 2 */
|
||||||
|
margin: 0;
|
||||||
|
/* 3 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||||
|
*/
|
||||||
|
button {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||||
|
* All other form control elements do not inherit `text-transform` values.
|
||||||
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
||||||
|
* Correct `select` style inheritance in Firefox.
|
||||||
|
*/
|
||||||
|
button,
|
||||||
|
select {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||||
|
* and `video` controls.
|
||||||
|
* 2. Correct inability to style clickable `input` types in iOS.
|
||||||
|
* 3. Improve usability and consistency of cursor style between image-type
|
||||||
|
* `input` and others.
|
||||||
|
* 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
|
||||||
|
* specificity and defer to the .w-button selector
|
||||||
|
*/
|
||||||
|
button,
|
||||||
|
html input[type="button"],
|
||||||
|
input[type="reset"] {
|
||||||
|
-webkit-appearance: button;
|
||||||
|
/* 2 */
|
||||||
|
cursor: pointer;
|
||||||
|
/* 3 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Re-set default cursor for disabled elements.
|
||||||
|
*/
|
||||||
|
button[disabled],
|
||||||
|
html input[disabled] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Remove inner padding and border in Firefox 4+.
|
||||||
|
*/
|
||||||
|
button::-moz-focus-inner,
|
||||||
|
input::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||||
|
* the UA stylesheet.
|
||||||
|
*/
|
||||||
|
input {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* It's recommended that you don't attempt to style these elements.
|
||||||
|
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
||||||
|
*
|
||||||
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
||||||
|
* 2. Remove excess padding in IE 8/9/10.
|
||||||
|
*/
|
||||||
|
input[type='checkbox'],
|
||||||
|
input[type='radio'] {
|
||||||
|
box-sizing: border-box;
|
||||||
|
/* 1 */
|
||||||
|
padding: 0;
|
||||||
|
/* 2 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||||
|
* `font-size` values of the `input`, it causes the cursor style of the
|
||||||
|
* decrement button to change from `default` to `text`.
|
||||||
|
*/
|
||||||
|
input[type='number']::-webkit-inner-spin-button,
|
||||||
|
input[type='number']::-webkit-outer-spin-button {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
|
||||||
|
* 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
|
||||||
|
* (similar to normalize.css >=4.0.0)
|
||||||
|
*/
|
||||||
|
input[type='search'] {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
/* 1 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||||
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
||||||
|
* padding (and `textfield` appearance).
|
||||||
|
*/
|
||||||
|
input[type='search']::-webkit-search-cancel-button,
|
||||||
|
input[type='search']::-webkit-search-decoration {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Define consistent border, margin, and padding.
|
||||||
|
*/
|
||||||
|
fieldset {
|
||||||
|
border: 1px solid #c0c0c0;
|
||||||
|
margin: 0 2px;
|
||||||
|
padding: 0.35em 0.625em 0.75em;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||||
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||||
|
*/
|
||||||
|
legend {
|
||||||
|
border: 0;
|
||||||
|
/* 1 */
|
||||||
|
padding: 0;
|
||||||
|
/* 2 */
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||||
|
*/
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Don't inherit the `font-weight` (applied by a rule above).
|
||||||
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||||
|
*/
|
||||||
|
optgroup {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
/* Tables
|
||||||
|
========================================================================== */
|
||||||
|
/**
|
||||||
|
* Remove most spacing between table cells.
|
||||||
|
*/
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 0;
|
||||||
|
}
|
13926
v2/css/rustdesk.webflow.css
Normal file
1822
v2/css/webflow.css
Normal file
BIN
v2/images/Blog-Image-4-p-1080.jpeg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
v2/images/Blog-Image-4-p-130x130q80.jpeg
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
v2/images/Blog-Image-4-p-1600.jpeg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
v2/images/Blog-Image-4-p-800.jpeg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
v2/images/Blog-Image-4.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
v2/images/Daniel.jpeg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
v2/images/IT-Supply-specialist-1200-p-1080.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
v2/images/IT-Supply-specialist-1200-p-500.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
v2/images/IT-Supply-specialist-1200-p-800.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
v2/images/IT-Supply-specialist-1200.jpg
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
v2/images/consultant-600-p-500.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
v2/images/consultant-600.jpg
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
v2/images/dashboard-console-p-1080.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
v2/images/dashboard-console-p-1600.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
v2/images/dashboard-console-p-2000.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
v2/images/dashboard-console-p-500.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
v2/images/dashboard-console-p-800.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
v2/images/dashboard-console.png
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
v2/images/en-p-1080.jpg
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
v2/images/en-p-500.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
v2/images/en-p-800.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
v2/images/en.jpg
Normal file
After Width: | Height: | Size: 272 KiB |
BIN
v2/images/favicon.png
Normal file
After Width: | Height: | Size: 875 B |
BIN
v2/images/geometric-shape-01-p-130x130q80.jpg
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
v2/images/geometric-shape-01-p-500.jpg
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
v2/images/geometric-shape-01.jpg
Normal file
After Width: | Height: | Size: 9.1 KiB |
3
v2/images/geometric-shape-05.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="201" height="201" viewBox="0 0 201 201" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0.333374 0.571289H200.333V200.571H0.333374V0.571289Z" fill="#E9D7FE"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 188 B |
BIN
v2/images/geometric-shape-06-p-130x130q80.jpg
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
v2/images/geometric-shape-06-p-500.jpg
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
v2/images/geometric-shape-06.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
3
v2/images/geometric-shape-07.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="201" height="200" viewBox="0 0 201 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0.333374 0H200.333V200H0.333374V0Z" fill="#D6BBFB"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 170 B |
3
v2/images/geometric-shape-09.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="200" height="201" viewBox="0 0 200 201" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 0.713867H200V200.714H0V0.713867Z" fill="#6941C6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 170 B |
1
v2/images/github.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-hidden="true" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"/></svg>
|
After Width: | Height: | Size: 879 B |
BIN
v2/images/huabing-p-500.jpeg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
v2/images/huabing.jpeg
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
v2/images/joseph.jpeg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
v2/images/machine600-p-500.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
v2/images/machine600.jpg
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
v2/images/remotework600-p-500.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
v2/images/remotework600.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
1
v2/images/rustdesk-banner.svg
Normal file
After Width: | Height: | Size: 5.2 KiB |
44
v2/images/untitled-ui-logomark.svg
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="32" height="32" fill="white"/>
|
||||||
|
<rect width="32" height="32" fill="url(#paint0_linear)"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 2.03885C8.28948 2.03885 2.03885 8.28948 2.03885 16C2.03885 23.7106 8.28948 29.9612 16 29.9612C23.7106 29.9612 29.9612 23.7106 29.9612 16C29.9612 8.28948 23.7106 2.03885 16 2.03885ZM1.96118 16C1.96118 8.24658 8.24658 1.96118 16 1.96118C23.7535 1.96118 30.0389 8.24658 30.0389 16C30.0389 23.7535 23.7535 30.0389 16 30.0389C8.24658 30.0389 1.96118 23.7535 1.96118 16Z" fill="#D0D5DD"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 12.0779C13.8338 12.0779 12.0777 13.834 12.0777 16.0002C12.0777 18.1665 13.8338 19.9226 16 19.9226C18.1662 19.9226 19.9223 18.1665 19.9223 16.0002C19.9223 13.834 18.1662 12.0779 16 12.0779ZM12 16.0002C12 13.7911 13.7909 12.0002 16 12.0002C18.2091 12.0002 20 13.7911 20 16.0002C20 18.2094 18.2091 20.0002 16 20.0002C13.7909 20.0002 12 18.2094 12 16.0002Z" fill="#D0D5DD"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 13.3201C14.5201 13.3201 13.3204 14.5198 13.3204 15.9997C13.3204 17.4796 14.5201 18.6793 16 18.6793C17.4799 18.6793 18.6796 17.4796 18.6796 15.9997C18.6796 14.5198 17.4799 13.3201 16 13.3201ZM13.2427 15.9997C13.2427 14.4769 14.4772 13.2424 16 13.2424C17.5228 13.2424 18.7573 14.4769 18.7573 15.9997C18.7573 17.5225 17.5228 18.757 16 18.757C14.4772 18.757 13.2427 17.5225 13.2427 15.9997Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M15.9612 0H16.0389V32H15.9612V0Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M32 15.9609L32 16.0386L-3.39506e-09 16.0386L0 15.9609L32 15.9609Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M26.6019 0H26.6796V32H26.6019V0Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M10.6407 0H10.7184V32H10.6407V0Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M21.2816 0H21.3592V32H21.2816V0Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M5.32037 0H5.39804V32H5.32037V0Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M32 26.6016L32 26.6792L-3.39506e-09 26.6792L0 26.6016L32 26.6016Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M32 10.6406L32 10.7183L-3.39506e-09 10.7183L0 10.6406L32 10.6406Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M32 21.2812L32 21.3589L-3.39506e-09 21.3589L0 21.2812L32 21.2812Z" fill="#D0D5DD"/>
|
||||||
|
<path d="M32 5.32031L32 5.39798L-3.39506e-09 5.39798L0 5.32031L32 5.32031Z" fill="#D0D5DD"/>
|
||||||
|
<g filter="url(#filter0_dd)">
|
||||||
|
<circle cx="16" cy="16" r="8" fill="url(#paint1_linear)"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_dd" x="5" y="6" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset dy="1"/>
|
||||||
|
<feGaussianBlur stdDeviation="1"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||||
|
<feOffset dy="1"/>
|
||||||
|
<feGaussianBlur stdDeviation="1.5"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<linearGradient id="paint0_linear" x1="16" y1="0" x2="16" y2="32" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="1" stop-color="#D0D5DD"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear" x1="12" y1="24" x2="20" y2="8" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#53389E"/>
|
||||||
|
<stop offset="1" stop-color="#6941C6"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
BIN
v2/images/webclip.png
Normal file
After Width: | Height: | Size: 10 KiB |
514
v2/index.html
Normal file
@ -0,0 +1,514 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="64468462c3c33822ed68df0a" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk – The Open Source Remote Desktop Access Software</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk – The Open Source Remote Desktop Access Software" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk – The Open Source Remote Desktop Access Software" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" aria-current="page" class="uui-navbar03_logo-link-2 w-nav-brand w--current">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" aria-current="page" class="uui-navbar03_link-2 w-nav-link w--current">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<header class="hero-section">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xhuge-2">
|
||||||
|
<div class="w-layout-grid uui-heroheader09_component">
|
||||||
|
<div class="uui-heroheader09_content">
|
||||||
|
<h1 class="uui-heading-xlarge-2">Secure Remote Desktop Access</h1>
|
||||||
|
<div class="uui-space-small-2"></div>
|
||||||
|
<div class="uui-text-size-xlarge-2">RustDesk is a full-featured open source TeamViewer alternative for self-hosting and security with minimal configuration.</div>
|
||||||
|
<div class="uui-max-width-small-2"></div>
|
||||||
|
<div class="uui-space-large-2"></div>
|
||||||
|
<div class="uui-button-row-5 is-reverse-mobile-landscape">
|
||||||
|
<div class="uui-button-wrapper-5 max-width-full-mobile-landscape">
|
||||||
|
<a href="/docs/en/self-host/" target="_blank" class="uui-button-secondary-gray-6 w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon ">
|
||||||
|
<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
|
||||||
|
<path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Self-hosting</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-5 max-width-full-mobile-landscape">
|
||||||
|
<a href="/download" target="_blank" class="uui-button-6 w-inline-block">
|
||||||
|
<div>Download App</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-heroheader09_image-wrapper"><img src="images/consultant-600.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="images/consultant-600-p-500.jpg 500w, images/consultant-600.jpg 600w" sizes="(max-width: 479px) 47vw, (max-width: 767px) 24vw, (max-width: 991px) 23vw, 11vw" class="uui-heroheader09_image _03"><img src="images/geometric-shape-05.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _06"><img src="images/geometric-shape-09.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _07 hide-mobile-landscape"><img src="images/machine600.jpg" loading="lazy" sizes="(max-width: 479px) 47vw, (max-width: 767px) 24vw, (max-width: 991px) 23vw, 11vw" height="600" alt="Geometric shape" srcset="images/machine600-p-500.jpg 500w, images/machine600.jpg 600w" class="uui-heroheader09_image _01"><img src="images/geometric-shape-05.svg" loading="lazy" alt="Geometric shape" height="200" width="200" class="uui-heroheader09_image _04"><img src="images/geometric-shape-06.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="images/geometric-shape-06-p-500.jpg 500w, images/geometric-shape-06.jpg 600w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 23vw, 11vw" class="uui-heroheader09_image _05 hide-mobile-portrait hide-mobile-landscape"><img src="images/geometric-shape-07.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _02 hide-tablet"><img src="images/geometric-shape-01.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="images/geometric-shape-01-p-500.jpg 500w, images/geometric-shape-01.jpg 600w" sizes="(max-width: 991px) 100vw, 11vw" class="uui-heroheader09_image _11 hide-tablet"><img src="images/remotework600.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="images/remotework600-p-500.jpg 500w, images/remotework600.jpg 600w" sizes="(max-width: 991px) 100vw, 11vw" class="uui-heroheader09_image _09 hide-tablet"><img src="images/geometric-shape-05.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _10 hide-tablet"><img class="uui-heroheader09_image _08 hide-mobile-landscape" src="images/IT-Supply-specialist-1200.jpg" width="1200" height="600" alt="Geometric shape" sizes="(max-width: 767px) 100vw, (max-width: 991px) 23vw, 11vw" id="w-node-_9bf3ef65-b76c-3d41-e535-7c23b74bd0f4-ed68df0a" loading="lazy" srcset="images/IT-Supply-specialist-1200-p-500.jpg 500w, images/IT-Supply-specialist-1200-p-800.jpg 800w, images/IT-Supply-specialist-1200-p-1080.jpg 1080w, images/IT-Supply-specialist-1200.jpg 1200w"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<section class="join-community-banner">
|
||||||
|
<div class="uui-page-padding-8">
|
||||||
|
<div class="uui-container-large-8">
|
||||||
|
<div class="uui-padding-vertical-xhuge-7">
|
||||||
|
<div class="uui-text-align-center">
|
||||||
|
<div class="uui-max-width-large-2 align-center">
|
||||||
|
<div class="uui-heading-subheading-5">Open Source</div>
|
||||||
|
<h2 class="uui-heading-medium-5">Join the community</h2>
|
||||||
|
<div class="uui-space-xsmall-5"></div>
|
||||||
|
<div class="uui-text-size-large-2">Supported by a network of early advocates, contributors, and champions.</div>
|
||||||
|
<div class="uui-space-medium-3"></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-row-8 button-row-center is-reverse-mobile-landscape">
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>GitHub Discussions</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://discord.gg/nDceKgxnkV" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>Discord</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>Reddit</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="self-hosting-section">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-container-large-5">
|
||||||
|
<div class="uui-padding-vertical-xhuge-4">
|
||||||
|
<div class="w-layout-grid uui-layout12_component-2">
|
||||||
|
<div class="uui-layout12_content-2">
|
||||||
|
<div class="uui-heading-subheading-2">Scenarios</div>
|
||||||
|
<h2 class="uui-heading-medium-2">Who are using self-hosting?</h2>
|
||||||
|
<div class="uui-space-xsmall-2"></div>
|
||||||
|
<div class="uui-text-size-large-2">Below data comes from our online survey covering 1K+ self-hosting users.</div>
|
||||||
|
<div class="w-layout-grid uui-layout12_item-list-2">
|
||||||
|
<div class="uui-layout12_text-wrapper-2">
|
||||||
|
<div class="uui-layout12_number">37%</div>
|
||||||
|
<div class="uui-layout12_number-text">IT Support</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_text-wrapper-2">
|
||||||
|
<div class="uui-layout12_number">25%</div>
|
||||||
|
<div class="uui-layout12_number-text">IT Administration</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-layout12_item-list">
|
||||||
|
<div class="uui-layout12_text-wrapper">
|
||||||
|
<div class="uui-layout12_number">29%</div>
|
||||||
|
<div class="uui-layout12_number-text">Remote Work</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_text-wrapper">
|
||||||
|
<div class="uui-layout12_number">9%</div>
|
||||||
|
<div class="uui-layout12_number-text">Industrial and others</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_image-wrapper-2"><img src="images/dashboard-console.png" loading="lazy" width="1440" sizes="(max-width: 479px) 87vw, (max-width: 767px) 92vw, (max-width: 991px) 560px, 640px" alt="Dashboard mockup" srcset="images/dashboard-console-p-500.png 500w, images/dashboard-console-p-800.png 800w, images/dashboard-console-p-1080.png 1080w, images/dashboard-console-p-1600.png 1600w, images/dashboard-console-p-2000.png 2000w, images/dashboard-console.png 2223w" class="uui-layout12_image-2 shadow-xlarge"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="features-section">
|
||||||
|
<div class="uui-page-padding-7">
|
||||||
|
<div class="uui-container-large-7">
|
||||||
|
<div class="uui-padding-vertical-xhuge-6">
|
||||||
|
<div class="w-layout-grid uui-layout08_component">
|
||||||
|
<div class="uui-layout08_content">
|
||||||
|
<div class="uui-heading-subheading-4">Features</div>
|
||||||
|
<h2 class="uui-heading-medium-4">From Anywhere, at Anytime</h2>
|
||||||
|
<div class="uui-space-xsmall-4"></div>
|
||||||
|
<div class="uui-text-size-large-4">RustDesk is a full-featured remote desktop app.</div>
|
||||||
|
<div class="uui-layout08_item-list">
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2ea3-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">Works on Windows, macOS, Linux, iOS, Android, Web.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2ea9-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">Support VP8 / VP9 / AV1 software codecs, and H264 / H265 hardware codecs.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2eaf-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">Own your data, easily set up self-hosting solution on your infrastructure.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_3edf19d8-2ce6-ccdd-a6aa-16434943b49b-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">P2P connection with end-to-end encryption based on NaCl.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_860476cd-f1ed-cb23-7637-e1a2d08831aa-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">No administrative privileges or installation needed for Windows, elevate priviledge locally or from remote on demand.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-d86b0202-8316-0de0-95a6-f3a3809030c6-ed68df0a" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">We keep things simple and try to make simpler when possible.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_image-wrapper"><img src="images/en.jpg" loading="lazy" width="1440" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 94vw, 45vw" alt="Dashboard mockup" srcset="images/en-p-500.jpg 500w, images/en-p-800.jpg 800w, images/en-p-1080.jpg 1080w, images/en.jpg 1368w" class="uui-layout08_image"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" aria-current="page" class="uui-footer03_logo-link w-nav-brand w--current">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
392
v2/js/webflow.js
Normal file
87
v2/log-in.html
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a66809616fa75a400b" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-userformpagewrap">
|
||||||
|
<div class="w-users-userloginformwrapper">
|
||||||
|
<form data-wf-user-form-type="login" data-wf-user-form-redirect="/" method="post">
|
||||||
|
<div class="w-users-userformheader">
|
||||||
|
<h2>Log in</h2>
|
||||||
|
</div><label for="Email">Email</label><input type="email" maxlength="256" placeholder="" name="Email" id="wf-log-in-email" class="w-input" autocomplete="username" required="" data-wf-user-form-input-type="email"><label for="Password">Password</label><input type="password" maxlength="256" placeholder="" name="Password" id="wf-log-in-password" class="w-input" required="" data-wf-user-form-input-type="password"><input type="submit" value="Log In" data-wait="Please wait..." class="w-users-userformbutton w-button">
|
||||||
|
<div class="w-users-userformfooter"><span>Don't have an account?</span>
|
||||||
|
<a href="sign-up.html" class="w-inline-block">Sign Up</a>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div style="display:none" data-wf-user-form-error="true" class="w-users-userformerrorstate w-form-fail">
|
||||||
|
<div class="user-form-error-msg" wf-login-form-general-error-error="We're having trouble logging you in. Please try again, or contact us if you continue to have problems." wf-login-form-invalid-email_or_password-error="Invalid email or password. Please try again.">We're having trouble logging you in. Please try again, or contact us if you continue to have problems.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
350
v2/open-source.html
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646cea5dde326497549567e1" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Open Source</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Open Source" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Open Source" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" aria-current="page" class="uui-navbar05_dropdown-link-2 w-inline-block w--current">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<section class="open-source-section">
|
||||||
|
<div class="uui-page-padding-11">
|
||||||
|
<div class="uui-container-large-11">
|
||||||
|
<div class="uui-padding-vertical-xhuge-10">
|
||||||
|
<div class="uui-text-align-center-4">
|
||||||
|
<div class="uui-max-width-large-5 align-center">
|
||||||
|
<div class="uui-heading-subheading-8">We love Open-Source</div>
|
||||||
|
<h2 class="uui-heading-medium-8">RustDesk is built by the open-source community</h2>
|
||||||
|
<div class="uui-space-xsmall-8"></div>
|
||||||
|
<div class="uui-text-size-large-8">Be inspired and inspire others by joining our community of maintainers and contributors. Together, let's make RustDesk better for people all around the world.</div>
|
||||||
|
<div class="uui-space-medium-6"></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-row-12 button-row-center is-reverse-mobile-landscape">
|
||||||
|
<div class="uui-button-wrapper-11 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/issues" target="_blank" class="uui-button-secondary-gray-14 w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Find Open Issues</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-11 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-14 w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Follow on GitHub</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" aria-current="page" class="uui-footer03_link w-inline-block w--current">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
570
v2/pricing.html
Normal file
@ -0,0 +1,570 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646ce66fc8a4055047ad0af8" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Pricing</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Pricing" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Pricing" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" aria-current="page" class="uui-navbar03_link-2 w-nav-link w--current">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<div class="pricing">
|
||||||
|
<div class="uui-container-large-12">
|
||||||
|
<div class="uui-padding-vertical-xhuge-11">
|
||||||
|
<div class="uui-text-align-center-5">
|
||||||
|
<div class="uui-max-width-large-6 align-center">
|
||||||
|
<div class="uui-heading-subheading-9">Pricing of self-hosting solution</div>
|
||||||
|
<h2 class="uui-heading-medium-9">Simple, transparent pricing</h2>
|
||||||
|
<div class="uui-space-xsmall-9"></div>
|
||||||
|
<div class="uui-text-size-large-9">We believe RustDesk should be accessible to all companies, no matter the size.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div data-current="Tab 1" data-easing="ease" data-duration-in="300" data-duration-out="100" class="uui-pricing08_component w-tabs">
|
||||||
|
<div class="uui-pricing08_tabs-menu w-tab-menu">
|
||||||
|
<a data-w-tab="Tab 1" class="uui-pricing08_tab-link w-inline-block w-tab-link w--current">
|
||||||
|
<div>For Single Users</div>
|
||||||
|
</a>
|
||||||
|
<a data-w-tab="Tab 2" class="uui-pricing08_tab-link w-inline-block w-tab-link">
|
||||||
|
<div>For Enterprise</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_tab-content w-tab-content">
|
||||||
|
<div data-w-tab="Tab 1" class="uui-pricing08_tab-pane w-tab-pane w--tab-active">
|
||||||
|
<div class="w-layout-grid uui-pricing08_components">
|
||||||
|
<div class="uui-pricing08_plan">
|
||||||
|
<div class="uui-pricing08_content">
|
||||||
|
<div class="uui-pricing08_content-top">
|
||||||
|
<div class="uui-text-align-center-5">
|
||||||
|
<h2 class="uui-heading-xxsmall-2">Free plan</h2>
|
||||||
|
<div class="uui-pricing08_price">$0<span class="uui-pricing08_price-text">/month </span></div>
|
||||||
|
<div class="uui-text-size-medium-10">Open source and free</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_feature-list">
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c8776a-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Online status</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c8776f-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Unlimited devices</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c87774-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Community support</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="/docs/en/self-host/" target="_blank" class="uui-button-15 w-inline-block">
|
||||||
|
<div>Get started</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_plan">
|
||||||
|
<div class="uui-pricing08_content">
|
||||||
|
<div class="uui-pricing08_content-top">
|
||||||
|
<div class="uui-text-align-center-5">
|
||||||
|
<h2 class="uui-heading-xxsmall-2">Personal plan</h2>
|
||||||
|
<div class="uui-pricing08_price">$9.90<span class="uui-pricing08_price-text">/month</span></div>
|
||||||
|
<div class="uui-text-size-medium-10">billed annually</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_feature-list">
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c87789-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">1 licensed user</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c8778e-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">100 managed devices</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c87793-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Web console</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c87798-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Address book </div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c8779d-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Audit log</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877a2-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Change ID</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877a7-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Access control</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877ac-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Centralized settings</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877b1-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Distributed relay servers</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://rustdesk.com/api/lic/checkout?p=personal" target="_blank" class="uui-button-15 w-inline-block">
|
||||||
|
<div>Buy now</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_popular-plan">
|
||||||
|
<div class="uui-pricing08_popular-label">
|
||||||
|
<div>Most popular plan</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_content">
|
||||||
|
<div class="uui-pricing08_content-top">
|
||||||
|
<div class="uui-text-align-center-5">
|
||||||
|
<h2 class="uui-heading-xxsmall-2">Business plan</h2>
|
||||||
|
<div class="uui-pricing08_price">$19.90<span class="uui-pricing08_price-text">/month</span></div>
|
||||||
|
<div class="uui-text-size-medium-10">billed annually</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-pricing08_feature-list">
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877c9-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">20 licensed users</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877ce-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">500 managed devices</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877d3-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Single-Sign On (SSO)</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877d8-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">LDAP integration</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877dd-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Cross group access</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877e2-47ad0af8" class="uui-pricing08_feature">
|
||||||
|
<div class="uui-pricing08_icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-9 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="#D1FADF"></path>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-medium-10">Custom client generator<br>(Come soon)</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://rustdesk.com/api/lic/checkout?p=business" target="_blank" class="uui-button-15 w-inline-block">
|
||||||
|
<div>Buy now</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div data-w-tab="Tab 2" class="uui-pricing08_tab-pane w-tab-pane">
|
||||||
|
<div class="w-layout-grid uui-pricing08_components">
|
||||||
|
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c877ee-47ad0af8"></div>
|
||||||
|
<div class="uui-pricing08_plan">
|
||||||
|
<div class="uui-pricing08_content">
|
||||||
|
<a href="mailto:sales@rustdesk.com" class="uui-button-15 w-inline-block">
|
||||||
|
<div>Contact Sales</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" aria-current="page" class="uui-footer03_link w-inline-block w--current">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
363
v2/privacy.html
Normal file
@ -0,0 +1,363 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646ce8519715b2bd0e05b897" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Privacy Policy</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Privacy Policy" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Privacy Policy" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<header class="privacy-section">
|
||||||
|
<div class="uui-blogpost02_header">
|
||||||
|
<div class="uui-blogpost02_background">
|
||||||
|
<div class="uui-page-padding-11">
|
||||||
|
<div class="uui-container-small-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-page-padding-11">
|
||||||
|
<div class="uui-container-large-11">
|
||||||
|
<div class="uui-max-width-large-5 align-center">
|
||||||
|
<div class="uui-blogpost02_content">
|
||||||
|
<div class="uui-text-rich-text w-richtext">
|
||||||
|
<h1>Privacy policy</h1>
|
||||||
|
<p>This Privacy Policy (hereinafter the “<strong>Policy</strong>”) governs the terms and conditions under which Purslane Ltd. (hereinafter “<strong>us</strong>” or “<strong>we</strong>”), processes personal data in connection with the activities and services concerning the operation of the website rustdesk.com and other websites or social media profiles run and managed by us (hereinafter the “<strong>Websites</strong>”).</p>
|
||||||
|
<p>We are serious about protecting your personal data and want you to feel safe and comfortable while browsing our Websites. We therefore respect the confidentiality of your personal data and always proceed in accordance with the provisions of data protection legislation, in particular, Regulation (EU) 2016/679 of the European Parliament and of the Council (General Data Protection Regulation, hereinafter the “<strong>GDPR</strong>”), and follow this Policy.</p>
|
||||||
|
<p>With respect to the above, we use this Policy to inform you about how, for what purposes and to what extent we use your personal data and what information about you as a user of the Websites we may process.</p>
|
||||||
|
<h5>1. Definitions</h5>
|
||||||
|
<p>“<strong>Personal data</strong>” means any information relating to a data subject;</p>
|
||||||
|
<p>“<strong>Controller</strong>” means the natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data;</p>
|
||||||
|
<p>“<strong>Data subject</strong>” means any identified or identifiable person who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;</p>
|
||||||
|
<p>“<strong>Data processor</strong>” means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller;</p>
|
||||||
|
<p>“<strong>Processing</strong>” means any operation or set of operations which is performed on personal data or on sets of personal data, whether or not by automated means, such as collection, recording, organisation, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.</p>
|
||||||
|
<h5>2. Basic information about personal data processing conducted by us</h5>
|
||||||
|
<p>We always process your personal data lawfully, fairly, in a transparent manner and for specified, explicit and legitimate purposes. We process personal data only to the minimum necessary extent and we keep them in a form which permits your identification for no longer than is necessary vis-à-vis the purpose of the processing.</p>
|
||||||
|
<p>We process your personal data in a manner that sufficiently ensures their integrity and confidentiality, i.e. by appropriate technical or organisational measures and appropriate protection against unauthorised or unlawful processing and against loss, destruction or damage. We take care to ensure that personal data that are inaccurate, having regard to the purpose for which we process them, are erased or rectified without delay.</p>
|
||||||
|
<p>We respect the principle of refraining from personal data processing and the principle of data minimisation. We therefore only retain your personal data if it is necessary in order to achieve the purpose of the processing or for various retention periods specified by law. The relevant data are erased in accordance with the law if the relevant purpose ceases to exist as a result of the withdrawal of your consent and/or upon the expiration of the lawful retention period.</p>
|
||||||
|
<p>For the above reasons, we use computer security such as a firewall and data encryption to operate our Websites. We have implemented adequate physical, electronic and procedural safeguards and use reliable IT service providers. However, given the nature of the internet, we would like to bring to your attention the fact that certain security gaps may exist in the transmission of personal data via the internet (e.g. in communication via e-mail) and that full protection of personal data preventing third party access is impossible.</p>
|
||||||
|
<h5>3. Legal ground, purpose and extent of the processing of your personal data</h5>
|
||||||
|
<p>We may process your personal data for the following legal grounds and for the following purposes:</p>
|
||||||
|
<h6>a. Provision and improvement of and support for our Websites</h6>
|
||||||
|
<p>We processe various information about your online activity, e.g. the time of access to our Websites, the time spent on our websites, conversions (i.e. completed activity on our Websites), etc., for the purposes of technical support and improvement of our Websites as well as monitoring of functionalities thereof (for details regarding the extent of the data being processed see Article 4 (c) - d) of this Policy).</p>
|
||||||
|
<p>For this purpose of personal data processing, we processe your personal data under the lawful ground of legitimate interest (operation of the Websites, statistical purposes and data security).</p>
|
||||||
|
<h6>b. Processing of the personal data of the visitors to the Websites</h6>
|
||||||
|
<p>If you publish any personal data on our Websites, we may process such personal data to the extent published for the purpose of responding to your post. Usually, we processe following personal data categories on our Websites: your name, surname and any personal data which you upload on the Websites or which we receive via personal messages.</p>
|
||||||
|
<p>For these purposes of personal data processing, we processe the above mentioned personal data under lawful ground of negotiation and performance of a contract (customer and technical support under the RustDesk software license agreement concluded between us and yourself) and legitimate interest (general communication between us and yourself).</p>
|
||||||
|
<h6>c. Cookies</h6>
|
||||||
|
<p>We use various cookie files, which may contain your personal data (e.g. your IP address or the configuration of your browser and computer). We use cookies on the basis of your consent that you express via the cookies settings displayed to you in a banner during your first visit to our Websites. This consent can be subsequently amended / withdrawn via your web browser settings (to the extended allowed by the respective browser).</p>
|
||||||
|
<h6>d. RustDesk</h6>
|
||||||
|
<p>To provide you with the RustDesk software application and to constantly improve our services including customer support, we process following personal data about you and your device: start of the RustDesk software application, IP-address of the device, statistical information about your computer (e.g. CPU-type, screen resolution), time and duration of RustDesk software sessions and RustDesk-IDs of the RustDesk’s session participants.</p>
|
||||||
|
<p>We process the personal data acquired via the RustDesk software under lawful grounds of performance of a contract (performance of RustDesk software license agreement concluded between us and yourself including customer support) and our legitimate interest (RustDesk software development).</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-space-xhuge"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" aria-current="page" class="uui-footer03_legal-link w--current">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
90
v2/reset-password.html
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a76809616fa75a4039" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-userformpagewrap">
|
||||||
|
<div class="w-users-userresetpasswordformwrapper">
|
||||||
|
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
|
||||||
|
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/email-72.67fa6be437.svg" loading="lazy" alt="">
|
||||||
|
<h2>Password Reset Email Sent</h2>
|
||||||
|
</div>
|
||||||
|
<p>If we found an account associated with that email address, we've sent a link to reset your password.</p>
|
||||||
|
</div>
|
||||||
|
<form method="post" data-wf-user-form-type="resetPassword">
|
||||||
|
<div class="w-users-userformheader">
|
||||||
|
<h2>Reset Password</h2>
|
||||||
|
</div><label for="wf-reset-password-email">Email</label><input type="email" maxlength="256" placeholder="" name="Email" id="wf-reset-password-email" aria-describedby="wf-reset-password-paragraph" class="w-input" autocomplete="username" required="" data-wf-user-form-input-type="email"><input type="submit" value="Reset Password" data-wait="Please wait..." class="w-users-userformbutton w-button">
|
||||||
|
</form>
|
||||||
|
<div style="display:none" data-wf-user-form-error="true" class="w-users-userformerrorstate w-form-fail">
|
||||||
|
<div class="user-form-error-msg" wf-reset-pw-form-general-error-error="There was an error resetting your password. Please try again, or contact us if you continue to have problems.">There was an error resetting your password. Please try again, or contact us if you continue to have problems.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
102
v2/sign-up.html
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a66809616fa75a4016" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-userformpagewrap">
|
||||||
|
<div class="w-users-usersignupformwrapper">
|
||||||
|
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
|
||||||
|
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/thumbs-up-72.cbcaec93bc.svg" loading="lazy" alt="">
|
||||||
|
<h2>Account activated</h2>
|
||||||
|
</div>
|
||||||
|
<p>Your account was created successfully. You will be redirected shortly.</p>
|
||||||
|
<div data-wf-user-form-redirect="">
|
||||||
|
<a href="index.html" class="w-inline-block">If nothing happens, click here.</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<form method="post" data-wf-user-form-type="signup">
|
||||||
|
<div class="w-users-userformheader">
|
||||||
|
<h2>Sign up</h2>
|
||||||
|
</div><label for="Email">Email</label><input type="email" maxlength="256" placeholder="" name="Email" id="wf-sign-up-email" class="w-input" autocomplete="username" required="" data-wf-user-form-input-type="email"><label for="Name">Name</label><input type="text" class="w-input" maxlength="256" name="" data-name="" data-wf-user-field="wf-user-field-name" placeholder="" fieldtype="data-wf-user-field-type" id="wf-sign-up-name" required=""><label for="Password">Password</label><input type="password" data-name="" maxlength="256" placeholder="" name="Password" id="wf-sign-up-password" class="w-input" required="" data-wf-user-form-input-type="password"><label class="w-checkbox"><input type="checkbox" class="w-checkbox-input" name="" data-name="" data-wf-user-field="wf-user-field-accept-privacy" placeholder="" id="wf-sign-up-accept-privacy" required=""><span class="w-form-label">By creating an account, I agree to this website's <a href="#" class="w-inline-block">privacy policy</a> and <a href="#" class="w-inline-block">terms of service</a></span></label><label class="w-checkbox"><input type="checkbox" id="wf-sign-up-accept-communications" required="" name="" data-name="" data-wf-user-field="wf-user-field-accept-communications" class="w-checkbox-input"><span class="w-form-label">I consent to receive marketing emails.</span></label><input type="submit" value="Sign Up" data-wait="Please wait..." class="w-users-userformbutton w-button">
|
||||||
|
<div class="w-users-userformfooter"><span>Already have an account?</span>
|
||||||
|
<a href="log-in.html" class="w-inline-block">Log In</a>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div style="display:none" data-wf-user-form-error="true" class="w-users-userformerrorstate w-form-fail">
|
||||||
|
<div class="user-form-error-msg" wf-signup-form-general-error-error="There was an error signing you up. Please try again, or contact us if you continue to have problems." wf-signup-form-not-allowed-error="You're not allowed to access this site, please contact the admin for support." wf-signup-form-invalid-email-error="Make sure your email exists and is properly formatted (e.g., user@domain.com)." wf-signup-form-email-already_exist-error="An account with this email address already exists. Log in or reset your password." wf-signup-form-use-invite_email-error="Use the same email address your invitation was sent to." wf-signup-form-invalid-password-error="Your password must be at least 8 characters." wf-signup-form-not-verified-error="We couldn't verify your account. Please try again, or contact us if you continue to have problems." wf-signup-form-expired-token-error="This link has expired. A new link has been sent to your email. Please try again, or contact us if you continue to have problems." wf-signup-form-validation-failed-error="There was an error in some of the information provided.">There was an error signing you up. Please try again, or contact us if you continue to have problems.</div>
|
||||||
|
</div>
|
||||||
|
<div tabindex="-1" class="w-users-usersignupverificationmessage w-form-verification" data-wf-user-form-verification="true">
|
||||||
|
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/email-72.67fa6be437.svg" loading="lazy" alt="">
|
||||||
|
<h2>Verification Required</h2>
|
||||||
|
</div>
|
||||||
|
<p>Account verification required. Please check your email to find your unique verification link.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
328
v2/success.html
Normal file
@ -0,0 +1,328 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646f531ea9b96aa7cceda901" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Success</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Success" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Success" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<header class="uui-section_header10">
|
||||||
|
<div class="uui-page-padding-13">
|
||||||
|
<div class="uui-container-small-4">
|
||||||
|
<div class="uui-padding-vertical-xhuge-13">
|
||||||
|
<div class="uui-text-align-center-7">
|
||||||
|
<h1 class="uui-heading-large-2">Payment successful!</h1>
|
||||||
|
<div class="uui-space-small-3"></div>
|
||||||
|
<div class="uui-text-size-xlarge-3">The license has been sent to your email.<br>Please contact us at<a href="mailto: info@rustdesk.com" target="_blank"> info@rustdesk.com</a> if you are unable to receive the email.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
409
v2/team.html
Normal file
@ -0,0 +1,409 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646ce9c132a3860d875ed592" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Team</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Team" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Team" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" aria-current="page" class="uui-navbar05_dropdown-link-2 w-inline-block w--current">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<section class="team-section">
|
||||||
|
<div class="uui-page-padding-10">
|
||||||
|
<div class="uui-container-large-10">
|
||||||
|
<div class="uui-padding-vertical-xhuge-9">
|
||||||
|
<div class="uui-text-align-center-3">
|
||||||
|
<div class="uui-max-width-large-4 align-center">
|
||||||
|
<div class="uui-heading-subheading-7">About Us</div>
|
||||||
|
<h2 class="uui-heading-medium-7">Our Mission</h2>
|
||||||
|
<div class="uui-space-xsmall-7"></div>
|
||||||
|
<div class="uui-text-size-large-7">We strive to build the next generation of virtual / remote desktop infrastructure.<br><br></div>
|
||||||
|
<h2 class="uui-heading-medium-7">Why Are We Building This?</h2>
|
||||||
|
<div class="uui-space-xsmall-7"></div>
|
||||||
|
<div class="uui-text-size-large-7">In mid-2020, when the author purchased a commercial license for TeamViewer due to the Covid-19 pandemic forcing remote work in Singapore, he was shocked by the high price. After a sleepless night, he began developing RustDesk - an open source and free remote desktop software available to everyone. After many sleepless nights, RustDesk was published on GitHub in 2021.<br></div>
|
||||||
|
<h2 class="uui-heading-medium-7">Core Values</h2>
|
||||||
|
<div class="uui-space-xsmall-7"></div>
|
||||||
|
<div class="uui-text-size-large-7">Everything should be simple.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career11_component">
|
||||||
|
<div class="w-layout-grid uui-career11_department-wrapper">
|
||||||
|
<div class="uui-career11_job-department">
|
||||||
|
<h3 class="uui-heading-xsmall-3">Core Team</h3>
|
||||||
|
<div class="uui-space-xxsmall-3"></div>
|
||||||
|
<div class="uui-text-size-medium-8">Our creators.</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career11_list-wrapper">
|
||||||
|
<div class="w-layout-grid uui-team08_list">
|
||||||
|
<div class="uui-team08_item">
|
||||||
|
<div class="uui-team08_image-wrapper"><img src="images/huabing.jpeg" loading="lazy" sizes="80px" srcset="images/huabing-p-500.jpeg 500w, images/huabing.jpeg 800w" alt="" class="uui-team08_image"></div>
|
||||||
|
<div class="uui-team08_item-content">
|
||||||
|
<div class="uui-heading-tiny">Huabing Zhou</div>
|
||||||
|
<div class="uui-text-size-medium-7 text-color-primary700">Founder</div>
|
||||||
|
<div class="uui-space-xxsmall-2"></div>
|
||||||
|
<div class="uui-text-size-medium-7">Before authoring RustDesk, he has been working as financial IT in Singapore for more than 12 years.</div>
|
||||||
|
<div class="w-layout-grid uui-team08_social">
|
||||||
|
<a href="https://www.linkedin.com/in/zhouhuabing/" target="_blank" class="social-link w-inline-block">
|
||||||
|
<div class="social-icon-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="currentColor"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-team08_item">
|
||||||
|
<div class="uui-team08_image-wrapper"><img src="images/Daniel.jpeg" loading="lazy" alt="" class="uui-team08_image"></div>
|
||||||
|
<div class="uui-team08_item-content">
|
||||||
|
<div class="uui-heading-tiny">Daniel Lamb</div>
|
||||||
|
<div class="uui-text-size-medium-7 text-color-primary700">Head of Community and Sales</div>
|
||||||
|
<div class="uui-space-xxsmall-2"></div>
|
||||||
|
<div class="uui-text-size-medium-7">He built an IT services company based in Perth in Scotland.</div>
|
||||||
|
<div class="w-layout-grid uui-team08_social">
|
||||||
|
<a href="https://www.linkedin.com/in/flonix/" target="_blank" class="social-link w-inline-block">
|
||||||
|
<div class="social-icon-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="currentColor"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-career11_department-wrapper">
|
||||||
|
<div class="uui-career11_job-department">
|
||||||
|
<h3 class="uui-heading-xsmall-3">Board Member</h3>
|
||||||
|
<div class="uui-space-xxsmall-3"></div>
|
||||||
|
<div class="uui-text-size-medium-8">Our angels.</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-career11_list-wrapper">
|
||||||
|
<div class="w-layout-grid uui-team08_list">
|
||||||
|
<div class="uui-team08_item">
|
||||||
|
<div class="uui-team08_image-wrapper"><img src="images/joseph.jpeg" loading="lazy" alt="" class="uui-team08_image"></div>
|
||||||
|
<div class="uui-team08_item-content">
|
||||||
|
<div class="uui-heading-tiny">Joseph Jacks</div>
|
||||||
|
<div class="uui-text-size-medium-7 text-color-primary700">Founder of OSS Capital</div>
|
||||||
|
<div class="uui-space-xxsmall-2"></div>
|
||||||
|
<div class="uui-text-size-medium-7">The best COSS startup founder and investor.</div>
|
||||||
|
<div class="w-layout-grid uui-team08_social">
|
||||||
|
<a href="https://www.linkedin.com/in/josephjacks/" target="_blank" class="social-link w-inline-block">
|
||||||
|
<div class="social-icon-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="currentColor"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" aria-current="page" class="uui-footer03_link w-inline-block w--current">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" class="uui-footer03_legal-link">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
383
v2/terms.html
Normal file
@ -0,0 +1,383 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="646ce7f5494bfd9f4f287584" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk | Terms</title>
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." name="description">
|
||||||
|
<meta content="RustDesk | Terms" property="og:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk | Terms" property="twitter:title">
|
||||||
|
<meta content="Open source remote desktop access solutions by RustDesk: connect to remote computers, provide remote support &amp; collaborate online." property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<address class="navbar-with-banners wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">WARNING: YOU MAY BE BEING SCAMMED!<br> If you are on the phone with someone who asked you to install RustDesk, <br>do not install and hang up immediately.<br> They are likely a scammer trying to steal your money or other private information.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="3d8c1c3b-7a4a-85e8-4f6f-1b4f8fac3e6d" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="index.html" class="uui-navbar03_link-2 w-nav-link">Home</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>Resources</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">About us</div>
|
||||||
|
<div class="uui-text-size-small-4">Learn about our story and our mission statement.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0"><strong>Careers</strong></div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div><strong>We're hiring!</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">We’re always looking for talented people. Join us!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">Changlog</div>
|
||||||
|
<div class="uui-text-size-small-4">Find out about the latest improvements we launched.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2"><strong>Open Source</strong></div>
|
||||||
|
<div class="uui-text-size-small-4">Join our open source community!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div><strong>Follow on GitHub</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="pricing.html" class="uui-navbar03_link-2 w-nav-link">Pricing</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">Docs</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">Star us on GitHub</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>Download</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</address>
|
||||||
|
<header class="terms-section">
|
||||||
|
<div class="uui-blogpost02_header">
|
||||||
|
<div class="uui-blogpost02_background">
|
||||||
|
<div class="uui-page-padding-11">
|
||||||
|
<div class="uui-container-small-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-page-padding-11">
|
||||||
|
<div class="uui-container-large-11">
|
||||||
|
<div class="uui-max-width-large-5 align-center">
|
||||||
|
<div class="uui-blogpost02_content">
|
||||||
|
<div class="uui-text-rich-text w-richtext">
|
||||||
|
<h1>Terms & Conditions</h1>
|
||||||
|
<p>This Agreement (“Agreement”) is a legal agreement between you (either an individual or an entity) and PURSLANE LTD. (“Company”) and applies to your use of the Software (“Software”) provided by Company. By accessing or using the Software, you agree to be bound by the terms and conditions of this Agreement. If you do not agree to the terms and conditions of this Agreement, do not use the Software.</p>
|
||||||
|
<h3>1. License</h3>
|
||||||
|
<p>Company grants you a limited, non-exclusive, non-transferable, revocable license to use the Software for your personal or internal business use, subject to the terms and conditions of this Agreement. You are not allowed to rent, lease, lend, sell, redistribute, or sublicense the Software or any part of it.</p>
|
||||||
|
<h3>2. Restrictions</h3>
|
||||||
|
<p>You shall not, and shall not allow any third party to:</p>
|
||||||
|
<ul role="list">
|
||||||
|
<li>modify, adapt, translate, or create derivative works of the Software</li>
|
||||||
|
<li>reverse engineer, decompile, disassemble, or otherwise attempt to derive the source code of the Software</li>
|
||||||
|
<li>remove, alter, or obscure any copyright, trademark, or other proprietary rights notices from the Software</li>
|
||||||
|
<li>use the Software in any manner that violates any applicable laws or regulations</li>
|
||||||
|
</ul>
|
||||||
|
<h3>3. Ownership</h3>
|
||||||
|
<p>The Software and all intellectual property rights in and to the Software, including but not limited to patents, copyrights, trademarks, and trade secrets, are owned by Company and its licensors. This Agreement does not grant you any ownership rights in the Software.</p>
|
||||||
|
<h3>4. Support and Maintenance</h3>
|
||||||
|
<p>Company may provide support and maintenance for the Software at its sole discretion. The terms and conditions of such support and maintenance will be separately agreed upon by the parties.</p>
|
||||||
|
<h3>5. Termination</h3>
|
||||||
|
<p>This Agreement is effective until terminated. Company may terminate this Agreement at any time without notice if you breach any term or condition of this Agreement. Upon termination, you must destroy all copies of the Software.</p>
|
||||||
|
<h3>6. Disclaimer of Warranties</h3>
|
||||||
|
<p>The Software is provided “as is” and without warranty of any kind. Company and its licensors hereby disclaim all warranties, express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. Company does not warrant that the Software will meet your requirements or that the operation of the Software will be uninterrupted or error-free.</p>
|
||||||
|
<h3>7. Limitation of Liability</h3>
|
||||||
|
<p>To the maximum extent permitted by law, Company and its licensors shall not be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use or inability to use the Software, even if Company has been advised of the possibility of such damages.</p>
|
||||||
|
<h3>8. Indemnification</h3>
|
||||||
|
<p>You shall indemnify and hold Company and its affiliates, officers, agents, and employees harmless from any claim or demand, including reasonable attorneys’ fees, made by any third party due to or arising out of your use of the Software, your violation of this Agreement, or your violation of any rights of another.</p>
|
||||||
|
<h3>9. Governing Law</h3>
|
||||||
|
<p>This Agreement shall be governed by and construed in accordance with the laws of the Republic of Singapore, without giving effect to any principles of conflicts of law.</p>
|
||||||
|
<h3>10. Entire Agreement</h3>
|
||||||
|
<p>This Agreement constitutes the entire agreement between you and Company and supersedes all prior or contemporaneous communications and proposals, whether oral or written.</p>
|
||||||
|
<h3>11. Waiver</h3>
|
||||||
|
<p>The failure of either party to exercise any right provided for herein shall not be deemed a waiver of any right hereunder.</p>
|
||||||
|
<h3>12. Severability</h3>
|
||||||
|
<p>If any provision of this Agreement is found to be invalid or unenforceable, the remaining provisions shall remain in full force and effect.</p>
|
||||||
|
<h3>13. No Assignment</h3>
|
||||||
|
<p>You may not assign or transfer this Agreement or any rights or obligations hereunder without the prior written consent of the Company.</p>
|
||||||
|
<h3>14. Force Majeure</h3>
|
||||||
|
<p>Company shall not be liable for any delay or failure to perform resulting from causes outside its reasonable control, including, but not limited to, acts of God, war, terrorism, strikes, shortages of labor or materials, and governmental actions.</p>
|
||||||
|
<h3>15. Relationship of the Parties</h3>
|
||||||
|
<p>This Agreement does not create a partnership, joint venture, or agency relationship between you and Company.</p>
|
||||||
|
<h3>16. No Third-Party Beneficiaries</h3>
|
||||||
|
<p>This Agreement is for the benefit of the parties hereto and their successors and assigns, and is not for the benefit of, nor may any provision hereof be enforced by, any other person.</p>
|
||||||
|
<h3>17. Headings</h3>
|
||||||
|
<p>The headings in this Agreement are for convenience only and shall not affect the interpretation of this Agreement.</p>
|
||||||
|
<h3>18. Counterparts</h3>
|
||||||
|
<p>This Agreement may be executed in counterparts, each of which shall be deemed an original, but all of which together shall constitute one and the same instrument.</p>
|
||||||
|
<h3>19. Survival</h3>
|
||||||
|
<p>The provisions of this Agreement that by their nature should survive termination shall survive termination, including, but not limited to, provisions regarding ownership, warranty disclaimers, indemnification, and limitations of liability.</p>
|
||||||
|
<p><br></p>
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-space-xhuge"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">Secure remote desktop access.</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.reddit.com/r/rustdesk/" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M14.238 15.348a.215.215 0 0 1 0 .306c-.465.462-1.194.687-2.231.687l-.008-.002-.008.002c-1.036 0-1.766-.225-2.231-.688a.214.214 0 0 1 0-.305.219.219 0 0 1 .307 0c.379.377 1.008.561 1.924.561l.008.002.008-.002c.915 0 1.544-.184 1.924-.561a.219.219 0 0 1 .307 0zm-3.44-2.418a.922.922 0 0 0-1.845 0c0 .506.414.918.923.918a.92.92 0 0 0 .922-.918zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-5-.129a1.548 1.548 0 0 0-2.624-1.108c-1.056-.695-2.485-1.137-4.066-1.194l.865-2.724 2.343.549-.003.034c0 .696.569 1.262 1.268 1.262.699 0 1.267-.566 1.267-1.262a1.266 1.266 0 0 0-2.446-.458l-2.525-.592a.216.216 0 0 0-.257.145l-.965 3.038c-1.656.02-3.155.466-4.258 1.181A1.546 1.546 0 0 0 5 11.871c0 .566.311 1.056.768 1.325-.03.164-.05.331-.05.5 0 2.281 2.805 4.137 6.253 4.137s6.253-1.856 6.253-4.137c0-.16-.017-.317-.044-.472.486-.261.82-.766.82-1.353zm-4.872.141a.921.921 0 0 0-.922.919.921.921 0 0 0 1.844 0 .921.921 0 0 0-.922-.919z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0 0 22 5.92a8.19 8.19 0 0 1-2.357.646 4.118 4.118 0 0 0 1.804-2.27 8.224 8.224 0 0 1-2.605.996 4.107 4.107 0 0 0-6.993 3.743 11.65 11.65 0 0 1-8.457-4.287 4.106 4.106 0 0 0 1.27 5.477A4.072 4.072 0 0 1 2.8 9.713v.052a4.105 4.105 0 0 0 3.292 4.022 4.095 4.095 0 0 1-1.853.07 4.108 4.108 0 0 0 3.834 2.85A8.233 8.233 0 0 1 2 18.407a11.616 11.616 0 0 0 6.29 1.84"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_6ca26851-d922-8044-7bea-977a80a19676-80a19660" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Docs</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Releases</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>FAQ</div>
|
||||||
|
</a>
|
||||||
|
<a href="pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Pricing</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>About us</div>
|
||||||
|
</a>
|
||||||
|
<a href="careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Careers</div>
|
||||||
|
</a>
|
||||||
|
<a href="open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Open Source</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Roadmap</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>Web Client</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. All rights reserved.</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="terms.html" aria-current="page" class="uui-footer03_legal-link w--current">Terms</a>
|
||||||
|
<a href="privacy.html" class="uui-footer03_legal-link">Privacy </a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">Code of conduct</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
92
v2/update-password.html
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a76809616fa75a404d" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-userformpagewrap">
|
||||||
|
<div class="w-users-userupdatepasswordformwrapper">
|
||||||
|
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
|
||||||
|
<div class="w-users-userformheader"><img src="https://d3e54v103j8qbb.cloudfront.net/img/thumbs-up-72.cbcaec93bc.svg" loading="lazy" alt="">
|
||||||
|
<h2>Password updated</h2>
|
||||||
|
</div>
|
||||||
|
<p>Your password was updated successfully. You were automatically logged in and can continue your session.</p>
|
||||||
|
<a href="index.html" class="w-button">Go to Homepage</a>
|
||||||
|
</div>
|
||||||
|
<form method="post" data-wf-user-form-type="updatePassword">
|
||||||
|
<div class="w-users-userformheader">
|
||||||
|
<h2>Update Password</h2>
|
||||||
|
</div>
|
||||||
|
<p id="wf-update-password-paragraph">Please enter your new password in the field below. Make sure you are not using your current password.</p><label for="wf-update-password">New Password</label><input type="password" maxlength="256" placeholder="" name="Password" id="wf-update-password" aria-describedby="wf-update-password-paragraph" class="w-input" required="" data-wf-user-form-input-type="password"><input type="submit" value="Update Password" data-wait="Please wait..." class="w-users-userformbutton w-button">
|
||||||
|
</form>
|
||||||
|
<div style="display:none" data-wf-user-form-error="true" class="w-users-userformerrorstate w-form-fail">
|
||||||
|
<div class="user-form-error-msg" wf-update-pw-form-general-error-error="There was an error updating your password. Please try again, or contact us if you continue to have problems." wf-update-pw-form-weak-password-error="Your password must be at least 8 characters.">There was an error updating your password. Please try again, or contact us if you continue to have problems.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
91
v2/user-account.html
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647958a76809616fa75a40a5" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk</title>
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="w-users-useraccountwrapper" data-wf-user-account="true" data-wf-collection="site.siteUser">
|
||||||
|
<div class="w-users-blockheader">
|
||||||
|
<h2>My Account</h2>
|
||||||
|
</div>
|
||||||
|
<div class="w-users-blockcontent">
|
||||||
|
<div>
|
||||||
|
<form method="post" data-wf-user-form-type="userAccount"><label for="Email">Email</label><input type="email" disabled="" name="Email" id="wf-user-account-email" placeholder="" class="w-input w-input-disabled" autocomplete="username" required="" data-wf-user-form-input-type="email"><label for="Name">Name</label><input type="text" class="w-input" maxlength="256" name="" data-name="" data-wf-user-field="wf-user-field-name" placeholder="" id="wf-user-account-name" required="">
|
||||||
|
<h3>Password settings</h3>
|
||||||
|
<a href="reset-password.html" class="w-inline-block">Reset password</a><label class="w-checkbox"><input type="checkbox" id="wf-user-account-accept-communications" name="" data-name="" data-wf-user-field="wf-user-field-accept-communications" class="w-checkbox-input"><span class="w-form-label">I consent to receive marketing emails.</span></label><input type="submit" value="Save Changes" data-wait="Saving..." class="w-users-useraccountformsavebutton w-button"><input type="reset" value="Cancel" class="w-users-useraccountformcancelbutton w-button">
|
||||||
|
</form>
|
||||||
|
<div tabindex="-1" class="w-users-userformsuccessstate w-form-success">
|
||||||
|
<p>Your account was updated successfully.</p>
|
||||||
|
</div>
|
||||||
|
<div style="display:none" data-wf-user-form-error="true" class="w-form-fail">
|
||||||
|
<div class="user-form-error-msg" wf-account-update-form-general-error-error="There was an error updating your account. Please try again, or contact us if you continue to have problems." wf-account-update-form-validation-failed-error="There was an error in some of the information provided.">There was an error updating your account. Please try again, or contact us if you continue to have problems.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
508
v2/zh/home.html
Normal file
@ -0,0 +1,508 @@
|
|||||||
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
|
<!-- Last Published: Fri Jun 02 2023 06:19:48 GMT+0000 (Coordinated Universal Time) -->
|
||||||
|
<html data-wf-page="647082205fcdb6b4d0e79bc9" data-wf-site="64468462c3c33867c168df09">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>RustDesk – 开源远程桌面访问软件</title>
|
||||||
|
<meta content="RustDesk 开源远程桌面访问解决方案:可以连接到远程计算机,提供远程支持和在线协作" name="description">
|
||||||
|
<meta content="RustDesk – 开源远程桌面访问软件" property="og:title">
|
||||||
|
<meta content="RustDesk 开源远程桌面访问解决方案:可以连接到远程计算机,提供远程支持和在线协作" property="og:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="og:image">
|
||||||
|
<meta content="RustDesk – 开源远程桌面访问软件" property="twitter:title">
|
||||||
|
<meta content="RustDesk 开源远程桌面访问解决方案:可以连接到远程计算机,提供远程支持和在线协作" property="twitter:description">
|
||||||
|
<meta content="https://repository-images.githubusercontent.com/299354207/a577aeea-619e-4f64-8dec-19f2550e7500" property="twitter:image">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta content="summary_large_image" name="twitter:card">
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="Webflow" name="generator">
|
||||||
|
<link href="../css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="../css/webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<link href="../css/rustdesk.webflow.css" rel="stylesheet" type="text/css">
|
||||||
|
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
|
||||||
|
<link href="../images/favicon.png" rel="shortcut icon" type="image/x-icon">
|
||||||
|
<link href="../images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--accent: #024eff;
|
||||||
|
--accent-light: #0071ff;
|
||||||
|
--accent-background-light: #E3F3FF;
|
||||||
|
}
|
||||||
|
.uui-button-6, .uui-button-3, .uui-pricing08_popular-label, a[class^="uui-button-1"] {
|
||||||
|
background-color: var(--accent);
|
||||||
|
border-color: var(--accent);
|
||||||
|
}
|
||||||
|
a[class^="uui-button-1"]:hover, a[class^="uui-button-1"]:focus, .uui-button-6:hover, .uui-button-6:focus, .uui-button-3:hover, .uui-button-3:focus {
|
||||||
|
background-color: var(--accent-light);
|
||||||
|
border-color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="uui-heading-subheading-"], [class^="icon-featured-large-"], .uui-layout12_number, .uui-footer03_link, .uui-button-link-4, .uui-text-size-medium-7.text-color-primary700 {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
.uui-footer03_link:hover, .uui-footer03_link:focus, .uui-button-link-4:hover, .uui-button-link-4:focus {
|
||||||
|
color: var(--accent-light);
|
||||||
|
}
|
||||||
|
[class^="icon-featured-large-"] {
|
||||||
|
background: var(--accent-background-light);
|
||||||
|
}
|
||||||
|
#scammer-banner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<section class="wf-section">
|
||||||
|
<section id="scammer-banner" class="scammer-banner">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-banner22_content-wrapper">
|
||||||
|
<div class="uui-banner22_content">
|
||||||
|
<div class="uui-banner22_text-wrapper">
|
||||||
|
<div class="uui-banner22_text">诈骗警告!<br>如果有陌生人在电话里让您安装 RustDesk,请勿安装并立即挂断电话。<br>他们很可能是骗子,试图窃取您的钱财或其他私人信息。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="close-scammer-banner" data-w-id="119d97a6-e3e0-b6ec-8e90-76da8a5969bc" href="#" class="uui-banner22_close-button w-inline-block">
|
||||||
|
<div class="uui-icon-1x1-xxsmall-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M15 5L5 15M5 5L15 15" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div data-w-id="59764c64-bac3-b7db-011b-72609771ebc0" data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="uui-navbar05_component-3 w-nav">
|
||||||
|
<div class="uui-navbar03_container-2">
|
||||||
|
<a href="../index.html" class="uui-navbar03_logo-link-2 w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="../images/rustdesk-banner.svg" loading="lazy" alt="RustDesk Logo" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<nav role="navigation" class="uui-navbar03_menu-2 w-nav-menu">
|
||||||
|
<div class="uui-navbar03_menu-left-2">
|
||||||
|
<a href="../index.html" class="uui-navbar03_link-2 w-nav-link">首页</a>
|
||||||
|
<div data-hover="true" data-delay="300" class="uui-navbar03_menu-dropdown-2 w-dropdown">
|
||||||
|
<div class="uui-navbar03_dropdown-toggle-2 w-dropdown-toggle">
|
||||||
|
<div class="uui-dropdown-icon-2 w-embed"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>资源</div>
|
||||||
|
</div>
|
||||||
|
<nav class="uui-navbar03_dropdown-list-2 w-dropdown-list">
|
||||||
|
<div class="uui-navbar05_container-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-2">
|
||||||
|
<div class="uui-navbar05_dropdown-content-left-2">
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="../team.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 7H19.6404C20.0877 7 20.3113 7 20.4421 7.09404C20.5562 7.17609 20.6306 7.30239 20.6469 7.442C20.6656 7.602 20.5569 7.79751 20.3397 8.18851L18.9936 10.6115C18.9148 10.7533 18.8755 10.8242 18.86 10.8993C18.8463 10.9657 18.8463 11.0343 18.86 11.1007C18.8755 11.1758 18.9148 11.2467 18.9936 11.3885L20.3397 13.8115C20.5569 14.2025 20.6656 14.398 20.6469 14.558C20.6306 14.6976 20.5562 14.8239 20.4421 14.906C20.3113 15 20.0877 15 19.6404 15H12.6C12.0399 15 11.7599 15 11.546 14.891C11.3578 14.7951 11.2049 14.6422 11.109 14.454C11 14.2401 11 13.9601 11 13.4V11M4 21L4 4M4 11H12.4C12.9601 11 13.2401 11 13.454 10.891C13.6422 10.7951 13.7951 10.6422 13.891 10.454C14 10.2401 14 9.96005 14 9.4V4.6C14 4.03995 14 3.75992 13.891 3.54601C13.7951 3.35785 13.6422 3.20487 13.454 3.10899C13.2401 3 12.9601 3 12.4 3H5.6C5.03995 3 4.75992 3 4.54601 3.10899C4.35785 3.20487 4.20487 3.35785 4.10899 3.54601C4 3.75992 4 4.03995 4 4.6V11Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">关于我们</div>
|
||||||
|
<div class="uui-text-size-small-4">了解我们的故事和使命。</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="../careers.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-7 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_text-wrapper-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2 margin-bottom-0">招聘信息</div>
|
||||||
|
<div class="uui-badge-small-success-4">
|
||||||
|
<div>招聘进行中!</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-text-size-small-4">我们一直在寻找有才华的您。加入我们吧!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M20 9.98822V17.2C20 18.8802 20 19.7202 19.673 20.362C19.3854 20.9265 18.9265 21.3854 18.362 21.673C17.7202 22 16.8802 22 15.2 22H8.8C7.11984 22 6.27976 22 5.63803 21.673C5.07354 21.3854 4.6146 20.9265 4.32698 20.362C4 19.7202 4 18.8802 4 17.2V6.8C4 5.11984 4 4.27976 4.32698 3.63803C4.6146 3.07354 5.07354 2.6146 5.63803 2.32698C6.27976 2 7.11984 2 8.8 2H12.0118C12.7455 2 13.1124 2 13.4577 2.08289C13.7638 2.15638 14.0564 2.27759 14.3249 2.44208C14.6276 2.6276 14.887 2.88703 15.4059 3.40589L18.5941 6.59411C19.113 7.11297 19.3724 7.3724 19.5579 7.67515C19.7224 7.94356 19.8436 8.2362 19.9171 8.5423C20 8.88757 20 9.25445 20 9.98822Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">更新日志</div>
|
||||||
|
<div class="uui-text-size-small-4">了解有哪些新的改进。</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_dropdown-link-list-2">
|
||||||
|
<a href="../open-source.html" class="uui-navbar05_dropdown-link-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_icon-holder-2">
|
||||||
|
<div class="icon-featured-large-3">
|
||||||
|
<div class="uui-icon-1x1-xsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_item-right-2">
|
||||||
|
<div class="uui-navbar05_item-heading-2">开源</div>
|
||||||
|
<div class="uui-text-size-small-4">加入我们的开源社区!</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-navbar05_bottom-bar-2 w-inline-block">
|
||||||
|
<div class="uui-navbar05_bottom-bar-background-2">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar05_bottom-bar-content-2">
|
||||||
|
<div class="uui-button-link-4">
|
||||||
|
<div class="uui-button-icon-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>在 GitHub 上关注我们</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<a href="../pricing.html" class="uui-navbar03_link-2 w-nav-link">定价</a>
|
||||||
|
<a href="/docs/" class="uui-navbar03_link-2 w-nav-link">文档</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-navbar03_menu-right-2">
|
||||||
|
<div class="uui-navbar03_button-wrapper-2">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-button-tertiary-gray-2 w-inline-block"><img src="../images/github.svg" loading="lazy" id="github-star" alt="" class="image">
|
||||||
|
<div class="a-caption">来点个赞吧!</div>
|
||||||
|
</a>
|
||||||
|
<a href="/download" target="_blank" class="uui-button-3 w-inline-block">
|
||||||
|
<div>下载</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div class="uui-navbar3_menu-button-2 w-nav-button">
|
||||||
|
<div class="menu-icon_component-2">
|
||||||
|
<div class="menu-icon_line-top-2"></div>
|
||||||
|
<div class="menu-icon_line-middle-2">
|
||||||
|
<div class="menu-icon_line-middle-inner-2"></div>
|
||||||
|
</div>
|
||||||
|
<div class="menu-icon_line-bottom-2"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<header class="hero-section">
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xhuge-2">
|
||||||
|
<div class="w-layout-grid uui-heroheader09_component">
|
||||||
|
<div class="uui-heroheader09_content">
|
||||||
|
<h1 class="uui-heading-xlarge-2">安全的远程桌面访问</h1>
|
||||||
|
<div class="uui-space-small-2"></div>
|
||||||
|
<div class="uui-text-size-xlarge-2">RustDesk 是一款可以平替 TeamViewer 的开源软件,旨在提供安全便捷的自建方案。</div>
|
||||||
|
<div class="uui-max-width-small-2"></div>
|
||||||
|
<div class="uui-space-large-2"></div>
|
||||||
|
<div class="uui-button-row-5 is-reverse-mobile-landscape">
|
||||||
|
<div class="uui-button-wrapper-5 max-width-full-mobile-landscape">
|
||||||
|
<a href="/docs/en/self-host/" target="_blank" class="uui-button-secondary-gray-6 w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon ">
|
||||||
|
<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
|
||||||
|
<path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
|
||||||
|
</svg></div>
|
||||||
|
<div>如何自建</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-5 max-width-full-mobile-landscape">
|
||||||
|
<a href="/download" target="_blank" class="uui-button-6 w-inline-block">
|
||||||
|
<div>下载客户端</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-heroheader09_image-wrapper"><img src="../images/consultant-600.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="../images/consultant-600-p-500.jpg 500w, ../images/consultant-600.jpg 600w" sizes="(max-width: 479px) 47vw, (max-width: 767px) 24vw, (max-width: 991px) 23vw, 11vw" class="uui-heroheader09_image _03"><img src="../images/geometric-shape-05.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _06"><img src="../images/geometric-shape-09.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _07 hide-mobile-landscape"><img src="../images/machine600.jpg" loading="lazy" sizes="(max-width: 479px) 47vw, (max-width: 767px) 24vw, (max-width: 991px) 23vw, 11vw" height="600" alt="Geometric shape" srcset="../images/machine600-p-500.jpg 500w, ../images/machine600.jpg 600w" class="uui-heroheader09_image _01"><img src="../images/geometric-shape-05.svg" loading="lazy" alt="Geometric shape" height="200" width="200" class="uui-heroheader09_image _04"><img src="../images/geometric-shape-06.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="../images/geometric-shape-06-p-500.jpg 500w, ../images/geometric-shape-06.jpg 600w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 23vw, 11vw" class="uui-heroheader09_image _05 hide-mobile-portrait hide-mobile-landscape"><img src="../images/geometric-shape-07.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _02 hide-tablet"><img src="../images/geometric-shape-01.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="../images/geometric-shape-01-p-500.jpg 500w, ../images/geometric-shape-01.jpg 600w" sizes="(max-width: 991px) 100vw, 11vw" class="uui-heroheader09_image _11 hide-tablet"><img src="../images/remotework600.jpg" loading="lazy" width="600" height="600" alt="Geometric shape" srcset="../images/remotework600-p-500.jpg 500w, ../images/remotework600.jpg 600w" sizes="(max-width: 991px) 100vw, 11vw" class="uui-heroheader09_image _09 hide-tablet"><img src="../images/geometric-shape-05.svg" loading="lazy" width="200" height="200" alt="Geometric shape" class="uui-heroheader09_image _10 hide-tablet"><img class="uui-heroheader09_image _08 hide-mobile-landscape" src="../images/IT-Supply-specialist-1200.jpg" width="1200" height="600" alt="Geometric shape" sizes="(max-width: 767px) 100vw, (max-width: 991px) 23vw, 11vw" id="w-node-_9bf3ef65-b76c-3d41-e535-7c23b74bd0f4-d0e79bc9" loading="lazy" srcset="../images/IT-Supply-specialist-1200-p-500.jpg 500w, ../images/IT-Supply-specialist-1200-p-800.jpg 800w, ../images/IT-Supply-specialist-1200-p-1080.jpg 1080w, ../images/IT-Supply-specialist-1200.jpg 1200w"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<section class="join-community-banner">
|
||||||
|
<div class="uui-page-padding-8">
|
||||||
|
<div class="uui-container-large-8">
|
||||||
|
<div class="uui-padding-vertical-xhuge-7">
|
||||||
|
<div class="uui-text-align-center">
|
||||||
|
<div class="uui-max-width-large-2 align-center">
|
||||||
|
<div class="uui-heading-subheading-5">开源</div>
|
||||||
|
<h2 class="uui-heading-medium-5">加入社区</h2>
|
||||||
|
<div class="uui-space-xsmall-5"></div>
|
||||||
|
<div class="uui-text-size-large-2">RustDesk 得到了一批早期支持者、贡献者和倡导者的支持。</div>
|
||||||
|
<div class="uui-space-medium-3"></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-row-8 button-row-center is-reverse-mobile-landscape">
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>GitHub 讨论区</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://discord.gg/nDceKgxnkV" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>Discord</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-button-wrapper-8 max-width-full-mobile-landscape">
|
||||||
|
<a href="https://www.zhihu.com/people/rustdesk" target="_blank" class="uui-button-secondary-gray-9 w-inline-block">
|
||||||
|
<div>知乎</div>
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="sbui-icon" viewbox="0 0 24 24">
|
||||||
|
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="self-hosting-section">
|
||||||
|
<div class="uui-page-padding-5">
|
||||||
|
<div class="uui-container-large-5">
|
||||||
|
<div class="uui-padding-vertical-xhuge-4">
|
||||||
|
<div class="w-layout-grid uui-layout12_component-2">
|
||||||
|
<div class="uui-layout12_content-2">
|
||||||
|
<div class="uui-heading-subheading-2">应用场景</div>
|
||||||
|
<h2 class="uui-heading-medium-2">谁在使用自建服务器?</h2>
|
||||||
|
<div class="uui-space-xsmall-2"></div>
|
||||||
|
<div class="uui-text-size-large-2">下面的数据来源于我们的在线调查,涵盖了1000多名自建用户。</div>
|
||||||
|
<div class="w-layout-grid uui-layout12_item-list-2">
|
||||||
|
<div class="uui-layout12_text-wrapper-2">
|
||||||
|
<div class="uui-layout12_number">37%</div>
|
||||||
|
<div class="uui-layout12_number-text">IT 支持</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_text-wrapper-2">
|
||||||
|
<div class="uui-layout12_number">25%</div>
|
||||||
|
<div class="uui-layout12_number-text">IT 管理与维护</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-layout12_item-list">
|
||||||
|
<div class="uui-layout12_text-wrapper">
|
||||||
|
<div class="uui-layout12_number">29%</div>
|
||||||
|
<div class="uui-layout12_number-text">远程办公</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_text-wrapper">
|
||||||
|
<div class="uui-layout12_number">9%</div>
|
||||||
|
<div class="uui-layout12_number-text">工业和其他行业</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout12_image-wrapper-2"><img src="../images/dashboard-console.png" loading="lazy" width="1440" sizes="(max-width: 479px) 87vw, (max-width: 767px) 92vw, (max-width: 991px) 560px, 640px" alt="Dashboard mockup" srcset="../images/dashboard-console-p-500.png 500w, ../images/dashboard-console-p-800.png 800w, ../images/dashboard-console-p-1080.png 1080w, ../images/dashboard-console-p-1600.png 1600w, ../images/dashboard-console-p-2000.png 2000w, ../images/dashboard-console.png 2223w" class="uui-layout12_image-2 shadow-xlarge"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="features-section">
|
||||||
|
<div class="uui-page-padding-7">
|
||||||
|
<div class="uui-container-large-7">
|
||||||
|
<div class="uui-padding-vertical-xhuge-6">
|
||||||
|
<div class="w-layout-grid uui-layout08_component">
|
||||||
|
<div class="uui-layout08_content">
|
||||||
|
<div class="uui-heading-subheading-4">特性</div>
|
||||||
|
<h2 class="uui-heading-medium-4">随时随地访问任何设备</h2>
|
||||||
|
<div class="uui-space-xsmall-4"></div>
|
||||||
|
<div class="uui-text-size-large-4">RustDesk 是一款功能齐全的远程桌面应用。</div>
|
||||||
|
<div class="uui-layout08_item-list">
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2ea3-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">支持 Windows、macOS、Linux、iOS、Android、Web 等多个平台。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2ea9-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">支持 VP8 / VP9 / AV1 软件编解码器和 H264 / H265 硬件编解码器。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_14cab4ec-ff68-a396-8bd7-fce3ed5e2eaf-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">完全掌控数据,轻松自建。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_3edf19d8-2ce6-ccdd-a6aa-16434943b49b-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">P2P 连接,端到端加密。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-_860476cd-f1ed-cb23-7637-e1a2d08831aa-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">在 Windows 上可以非管理员不安装运行,根据需要在本地或远程提升权限。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-d86b0202-8316-0de0-95a6-f3a3809030c6-d0e79bc9" class="uui-layout08_item">
|
||||||
|
<div class="uui-layout08_item-icon-wrapper">
|
||||||
|
<div class="uui-icon-1x1-xsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="currentWidth" height="currentHeight" fill="none" viewbox="0 0 28 28">
|
||||||
|
<path fill="#E3F3FF" d="M0 14C0 6.268 6.268 0 14 0s14 6.268 14 14-6.268 14-14 14S0 21.732 0 14Z"></path>
|
||||||
|
<path fill="#0071ff" fill-rule="evenodd" d="m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.256.397.7.642 1.201.642.479 0 .934-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.221-2.019-1.061-1.202v.012Z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_item-text-wrapper">
|
||||||
|
<div class="uui-text-size-large-4">我们崇尚简单,尽一切可能让它简单。</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-layout08_image-wrapper"><img src="../images/en.jpg" loading="lazy" width="1440" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 94vw, 45vw" alt="Dashboard mockup" srcset="../images/en-p-500.jpg 500w, ../images/en-p-800.jpg 800w, ../images/en-p-1080.jpg 1080w, ../images/en.jpg 1368w" class="uui-layout08_image"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<div class="uui-page-padding-2">
|
||||||
|
<div class="uui-container-large-2">
|
||||||
|
<div class="uui-padding-vertical-xlarge">
|
||||||
|
<div class="w-layout-grid uui-footer03_top-wrapper">
|
||||||
|
<div class="uui-footer03_left-wrapper">
|
||||||
|
<a href="../index.html" class="uui-footer03_logo-link w-nav-brand">
|
||||||
|
<div class="uui-logo_component-2"><img src="../images/rustdesk-banner.svg" loading="lazy" alt="Untitled UI logotext" class="uui-logo_logotype-2"></div>
|
||||||
|
</a>
|
||||||
|
<div class="uui-footer03_details-wrapper">
|
||||||
|
<div class="uui-text-size-medium-2">安全的远程桌面访问</div>
|
||||||
|
</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_social-list">
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewbox="0 0 24 24">
|
||||||
|
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" fill="currentColor">
|
||||||
|
<path d="M25.12 6.946c-2.424-1.948-6.257-2.278-6.419-2.292a.608.608 0 0 0-.604.357c-.004.008-.218.629-.425 1.228 2.817.493 4.731 1.587 4.833 1.647A.999.999 0 0 1 22 9.75a.99.99 0 0 1-.501-.135C21.471 9.598 18.663 8 15.002 8 11.34 8 8.531 9.599 8.503 9.615a1 1 0 0 1-1.006-1.729c.102-.06 2.023-1.158 4.848-1.65-.218-.606-.438-1.217-.442-1.225a.6.6 0 0 0-.604-.357c-.162.013-3.995.343-6.451 2.318C3.564 8.158 1 15.092 1 21.087a.6.6 0 0 0 .08.301c1.771 3.11 6.599 3.924 7.699 3.959a.61.61 0 0 0 .511-.249l1.19-1.612c-2.61-.629-3.99-1.618-4.073-1.679a1 1 0 0 1 1.181-1.614C7.625 20.217 10.172 22 15 22c4.847 0 7.387-1.79 7.412-1.808a1.001 1.001 0 0 1 1.183 1.613c-.083.061-1.456 1.048-4.06 1.677l1.175 1.615c.115.158.298.25.492.25l.019-.001c1.101-.035 5.929-.849 7.699-3.959a.6.6 0 0 0 .08-.301c0-5.994-2.564-12.928-3.88-14.14zM11 19c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5zm8 0c-1.105 0-2-1.119-2-2.5s.895-2.5 2-2.5 2 1.119 2 2.5-.895 2.5-2 2.5z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.zhihu.com/people/rustdesk" target="_blank" class="uui-footer03_social-link w-inline-block">
|
||||||
|
<div class="social-icon-4 w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="css-1hlrcxk" viewbox="0 0 30.981 30.981">
|
||||||
|
<path d="M30.981 3.954H17.845v23.579h3.219l.43 2.84 4.352-2.84h5.135zm-5.553 20.633-2.555 1.666-.251-1.664h-1.839V6.88h7.231v17.708h-2.586ZM15.42 14.562h-4.775c0-.52.035-1.053.041-1.61V6.882h5.446V5.448a1.442 1.493 0 0 0-.431-1.057 1.47 1.521 0 0 0-1.033-.437H6.167c.03-.097.06-.195.09-.281C6.549 2.767 7.487 0 7.487 0a4.545 4.705 0 0 0-2.574.77c-.608.442-.972.753-1.462 2.149-.567 1.604-1.063 3.153-1.397 4.077-.514 1.475-1.755 4.07-1.755 4.07a6.239 6.458 0 0 0 2.687-.673c1.194-.655 1.79-1.659 2.19-3.183l.097-.331h2.489v6.071c0 .552-.048 1.085-.078 1.612H3.29c-.757 0-1.482.307-2.019.856a2.813 2.912 0 0 0-.835 2.069h6.961a18.895 19.56 0 0 1-.83 4.028 17.912 18.542 0 0 1-3.212 5.821A35.305 36.546 0 0 1 0 30.624s3.338 1.297 5.786-1.053c1.48-1.427 2.806-4.21 3.444-6.323a29.957 31.01 0 0 0 1.195-5.772h6.363v-1.513a1.337 1.384 0 0 0-.397-.992 1.364 1.412 0 0 0-.97-.409z" style="stroke-width:1"></path>
|
||||||
|
<path d="m11.27 18.675-2.312 1.49 5.038 7.459a6.905 6.905 0 0 0 .672-2.218 3.15 3.15 0 0 0-.28-2.168z"></path>
|
||||||
|
</svg></div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="w-node-c3ba0e1a-bf5e-2d5d-7acc-ca3f39b7b4ca-39b7b4b6" class="w-layout-grid uui-footer03_menu-wrapper">
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="/docs" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>文档</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/invite/nDceKgxnkV" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>技术支持</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/releases" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>版本发布</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/wiki/FAQ" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>常见问题解答</div>
|
||||||
|
</a>
|
||||||
|
<a href="../pricing.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>定价</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_link-list">
|
||||||
|
<a href="../team.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>关于我们</div>
|
||||||
|
</a>
|
||||||
|
<a href="../careers.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>招聘信息</div>
|
||||||
|
</a>
|
||||||
|
<a href="../open-source.html" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>开源</div>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/discussions/918" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>路线图</div>
|
||||||
|
</a>
|
||||||
|
<a href="http://45.76.181.120:8080/" target="_blank" class="uui-footer03_link w-inline-block">
|
||||||
|
<div>网页端</div>
|
||||||
|
<div class="uui-badge-small-success-2">
|
||||||
|
<div>Beta</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uui-footer03_bottom-wrapper">
|
||||||
|
<div class="uui-text-size-small-2 text-color-gray500">© 2023 Purslane Ltd. 版权所有</div>
|
||||||
|
<div class="w-layout-grid uui-footer03_legal-list">
|
||||||
|
<a href="../terms.html" class="uui-footer03_legal-link">条款</a>
|
||||||
|
<a href="../privacy.html" class="uui-footer03_legal-link">隐私</a>
|
||||||
|
<a href="https://github.com/rustdesk/rustdesk/blob/master/docs/CODE_OF_CONDUCT.md" target="_blank" class="uui-footer03_legal-link">行为准则</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=64468462c3c33867c168df09" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
|
<script src="../js/webflow.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener("load", function() {
|
||||||
|
var star = document.getElementById("github-star");
|
||||||
|
if (star) {
|
||||||
|
star.src = "https://img.shields.io/github/stars/rustdesk/rustdesk.svg?style=flat&logo=github&colorB=grey&label=";
|
||||||
|
}
|
||||||
|
var banner = document.getElementById("scammer-banner");
|
||||||
|
if (banner) {
|
||||||
|
banner.style.display = localStorage.getItem("hide-scammer") ? "none" : "block";
|
||||||
|
}
|
||||||
|
var link = document.getElementById("close-scammer-banner");
|
||||||
|
if (link) {
|
||||||
|
link.addEventListener("click", function(event) {
|
||||||
|
event.preventDefault();
|
||||||
|
localStorage.setItem("hide-scammer", "Y");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq";;analytics.SNIPPET_VERSION="4.15.3";
|
||||||
|
analytics.load("0FXGvCUPohUXHaeh8raxKOBZcDS9CGRq");
|
||||||
|
analytics.page();
|
||||||
|
}}();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|