doc.rustdesk.com/v3/src/pages/support.astro
rustdesk a4a1441699 SEO
2025-08-12 00:31:49 +08:00

47 lines
1.6 KiB
Plaintext

---
import Layout from '~/layouts/PageLayout.astro';
import Features2 from '~/components/widgets/Features2.astro';
const metadata = {
title: 'RustDesk Support - Help & Documentation for Remote Desktop Software',
description: 'Get help with RustDesk remote desktop software. Find documentation, troubleshooting guides, and support resources for self-hosted remote access solutions.',
keywords: 'rustdesk support, remote desktop help, self-hosted support, remote access documentation, rustdesk troubleshooting, remote desktop setup help',
author: 'RustDesk Team',
};
---
<Layout metadata={metadata} i18n>
<Features2
title="We are here to help!"
items={[
{
title: 'Issues',
description: `Found a bug? We'd love to hear about it in our GitHub issues.`,
},
{
title: 'Community Support',
description: 'Join our Discord server to browse for help and best practices.',
},
{
title: 'Ticket for Pro User',
description: 'Email us if you encounter any issues while using RustDesk Server Pro.',
},
{
title: 'GitHub',
description: '<a target="_blank" href="https://github.com/rustdesk/rustdesk/issues">Open an issue</a>',
icon: 'tabler:brand-github',
},
{
title: 'Discord',
description: '<a target="_blank" href="https://discord.com/invite/nDceKgxnkV">Join our server</a>',
icon: 'tabler:brand-discord',
},
{
title: 'Email',
description: '<a href="mailto:support@rustdesk.com">support@rustdesk.com</a>',
icon: 'tabler:mail',
},
]}
/>
</Layout>