diff --git a/docs/awesome-remnawave.md b/docs/awesome-remnawave.md
index ca81592..6e50a6f 100644
--- a/docs/awesome-remnawave.md
+++ b/docs/awesome-remnawave.md
@@ -397,6 +397,44 @@ Author: [jolymmiles](https://github.com/Jolymmiles)
---
+### RemnaSetup 🛠️
+
+Universal script for automatic installation, configuration, and updating of Remnawave and Remnanode infrastructure. Includes installation of the control panel, node, subscription page, Caddy setup, Tblocker, BBR, WARP, and an automatic backup system with Telegram integration.
+
+Author: [Capybara-z](https://github.com/Capybara-z)
+
+Quick Start
+
+**Option 1:**
+```bash
+bash <(curl -fsSL raw.githubusercontent.com/Capybara-z/RemnaSetup/refs/heads/main/install.sh)
+```
+
+**Option 2:**
+```bash
+curl -fsSL https://raw.githubusercontent.com/Capybara-z/RemnaSetup/refs/heads/main/install.sh -o install.sh && chmod +x install.sh && sudo bash ./install.sh
+```
+
+