mirror of
https://github.com/remnawave/panel.git
synced 2026-04-05 03:51:24 +00:00
1.1 KiB
1.1 KiB
sidebar_position
| sidebar_position |
|---|
| 1 |
Requirements
Remnawave Panel is the main component of Remnawave. It will be used to manage your users, nodes and all the other stuff.
Remnawave Node is a lightweight container with included Xray-core.
Remnawave Panel
Hardware
- OS: Recommended Ubuntu or Debian.
- RAM: Minimum 2GB, recommended 4GB.
- CPU: Minimum 2 cores, recommended 4 cores.
- Storage: Minimum and recommended 20GB.
:::tip Remnawave can run with lower specs, but it's not recommended. Some of background processes can be resource-intensive. :::
Remnawave Node
Hardware
- OS: Recommended Ubuntu or Debian.
- RAM: Minimum 1GB.
- CPU: Minimum 1 core.
:::tip Remnawave Node by itself does not require much resources, but Xray-core can consume a lot of CPU and RAM under heavy load. :::
Software
Remnawave Panel and Remnawave Node requires Docker with the Docker Compose plugin.
Quick install
sudo curl -fsSL https://get.docker.com | sh