mirror of
https://github.com/remnawave/panel.git
synced 2026-04-17 20:03:49 +00:00
65 lines
1.4 KiB
Markdown
65 lines
1.4 KiB
Markdown
---
|
|
sidebar_position: 2
|
|
title: Quick start
|
|
---
|
|
|
|
import DocCard from '@theme/DocCard';
|
|
|
|
# Quick start
|
|
|
|
Here is a quick and brief guide to install Remnawave Panel and Remnawave Node.
|
|
|
|
## Requirements
|
|
|
|
Check the [requirements page](/docs/install/requirements) to get started.
|
|
|
|
## Installation
|
|
|
|
### Step 1: Remnawave Panel
|
|
|
|
First, install the Remnawave Panel.
|
|
|
|
```mdx-code-block
|
|
|
|
|
|
<DocCard
|
|
item={{ type: 'link', label: 'Remnawave Panel', description: 'Installation guide', href: '/docs/install/remnawave-panel' }}
|
|
/>
|
|
```
|
|
|
|
### Step 2: Reverse Proxy
|
|
|
|
Configure a reverse proxy to access the Remnawave Panel.
|
|
|
|
```mdx-code-block
|
|
|
|
|
|
<DocCard
|
|
item={{ type: 'link', label: 'Reverse Proxy', description: 'Select and configure reverse proxy', href: '/docs/install/reverse-proxies' }}
|
|
/>
|
|
```
|
|
|
|
### Step 3: Subscription-Page (optional)
|
|
|
|
Install a subscription page to secure panel domain and create public subscription page.
|
|
|
|
```mdx-code-block
|
|
|
|
|
|
<DocCard
|
|
item={{ type: 'link', label: 'Subscription-Page', description: 'Secure panel domain and create public subscription page', href: '/docs/install/remnawave-subscription-page' }}
|
|
/>
|
|
```
|
|
|
|
### Step 4: Remnawave Node
|
|
|
|
Install Remnawave Node to the same server (_not recommended_) or different server.
|
|
|
|
```mdx-code-block
|
|
|
|
|
|
<DocCard
|
|
item={{ type: 'link', label: 'Remnawave Node', description: 'Installation guide', href: '/docs/install/remnawave-node' }}
|
|
/>
|
|
```
|