Requirements
Version support
Section titled “Version support”| Remnawave | Script |
|---|---|
| 2.0.0+ | 2.0.0+ |
Remnawave Panel
Section titled “Remnawave Panel”Hardware
Section titled “Hardware”- OS: Recommended Ubuntu or Debian.
- RAM: Minimum 2GB, recommended 4GB.
- CPU: Minimum 2 cores, recommended 4 cores.
- Storage: Minimum and recommended 20GB.
Remnawave Node
Section titled “Remnawave Node”Hardware
Section titled “Hardware”- OS: Recommended Ubuntu or Debian.
- RAM: Minimum 1GB.
- CPU: Minimum 1 core.
Domain Setup
Section titled “Domain Setup”The script supports two methods for obtaining SSL certificates:
- Cloudflare: Management through Cloudflare API
- ACME: Direct integration with hosting provider
DNS Configuration Examples
Section titled “DNS Configuration Examples”Single Server Installation (panel + node together)
Section titled “Single Server Installation (panel + node together)”| Record Type | Name | Value | Proxy Status |
|---|---|---|---|
| A | example.com | your_server_ip | DNS only |
| CNAME | panel.example.com | example.com | DNS only |
| CNAME | sub.example.com | example.com | DNS only |
| CNAME | node.example.com | example.com | DNS only |
Distributed Installation (panel and node on different servers)
Section titled “Distributed Installation (panel and node on different servers)”| Record Type | Name | Value | Proxy Status |
|---|---|---|---|
| A | example.com | panel_server_ip | DNS only |
| CNAME | panel.example.com | example.com | DNS only |
| CNAME | sub.example.com | example.com | DNS only |
| A | node.example.com | node_server_ip | DNS only |