mirror of
https://github.com/remnawave/panel.git
synced 2026-03-27 14:16:46 +00:00
80 lines
1.9 KiB
Plaintext
80 lines
1.9 KiB
Plaintext
---
|
||
sidebar_position: 8
|
||
title: 📱 Clients
|
||
hide_title: true
|
||
hide_table_of_contents: true
|
||
description: 'A comprehensive list of proxy clients that work with Remnawave across all platforms - Android, iOS, Windows, macOS, and Linux. Find the perfect client for your needs.'
|
||
image: '/clients/clients-preview.webp'
|
||
---
|
||
|
||
<HeroSection
|
||
title="Clients"
|
||
subtitle="A comprehensive list of proxy clients that work with Remnawave. Choose the best client for your platform and preferred proxy core."
|
||
/>
|
||
|
||
<CategoryNav
|
||
categories={[
|
||
{ id: 'android', icon: '📱', title: 'Android' },
|
||
{ id: 'windows', icon: '💻', title: 'Windows' },
|
||
{ id: 'ios', icon: '🍎', title: 'iOS' },
|
||
{ id: 'macos', icon: '👛', title: 'macOS' },
|
||
{ id: 'linux', icon: '🐧', title: 'Linux' }
|
||
]}
|
||
/>
|
||
|
||
<CategorySection
|
||
id="android"
|
||
title="Android"
|
||
description="Proxy clients for Android devices"
|
||
icon="📱"
|
||
columns={3}
|
||
>
|
||
<ClientsList platform="android" />
|
||
</CategorySection>
|
||
|
||
<CategorySection
|
||
id="ios"
|
||
title="iOS"
|
||
description="Proxy clients for iOS devices"
|
||
icon="🍎"
|
||
columns={3}
|
||
>
|
||
<ClientsList platform="ios" />
|
||
</CategorySection>
|
||
|
||
<CategorySection
|
||
id="windows"
|
||
title="Windows"
|
||
description="Proxy clients for Windows"
|
||
icon="💻"
|
||
columns={3}
|
||
>
|
||
<ClientsList platform="windows" />
|
||
</CategorySection>
|
||
|
||
<CategorySection
|
||
id="macos"
|
||
title="macOS"
|
||
description="Proxy clients for macOS"
|
||
icon="👛"
|
||
columns={3}
|
||
>
|
||
<ClientsList platform="macos" />
|
||
</CategorySection>
|
||
|
||
<CategorySection
|
||
id="linux"
|
||
title="Linux"
|
||
description="Proxy clients for Linux"
|
||
icon="🐧"
|
||
columns={3}
|
||
>
|
||
<ClientsList platform="linux" />
|
||
</CategorySection>
|
||
|
||
---
|
||
|
||
### ℹ️ Notice
|
||
|
||
This list is community-maintained. If you find any broken links or want to add a client, please open a PR on GitHub.
|