mirror of
https://github.com/remnawave/panel.git
synced 2026-04-04 19:41:17 +00:00
1.4 KiB
1.4 KiB
sidebar_position, title
| sidebar_position | title |
|---|---|
| 2 | Quick start |
import DocCard from '@theme/DocCard';
Quick start
Here is a quick guide to installing Remnawave Panel and Remnawave Node.
Requirements
Check the requirements page to get started.
Installation
Step 1: Remnawave Panel
First, install the Remnawave Panel.
<DocCard
item={{ type: 'link', label: 'Remnawave Panel', description: 'Installation guide', href: '/docs/install/remnawave-panel' }}
/>
Step 2: Reverse Proxy
Configure a reverse proxy so you can access the Remnawave Panel.
<DocCard
item={{ type: 'link', label: 'Reverse Proxy', description: 'Select and configure a reverse proxy', href: '/docs/install/reverse-proxies' }}
/>
Step 3: Subscription Page (optional)
Install a subscription page to secure the panel domain and create a public subscription page.
<DocCard
item={{ type: 'link', label: 'Subscription-Page', description: 'Secure the panel domain and create a public subscription page', href: '/docs/install/remnawave-subscription-page' }}
/>
Step 4: Remnawave Node
Install Remnawave Node on the same server (not recommended) or on a different server.
<DocCard
item={{ type: 'link', label: 'Remnawave Node', description: 'Installation guide', href: '/docs/install/remnawave-node' }}
/>