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 +``` +
+ +**🔥 Main Features:** +- 📦 Complete Remnawave installation + Subscription page + Caddy +- 🌐 Remnanode installation with Caddy, Tblocker, BBR, and WARP +- 💾 Backup system with Telegram integration +- ♻️ Recovery from local backups and Telegram +- 🔄 Automatic component updates + +
+
+
+ +
+ RemnaSetup +
+ +--- + ## Add project to the list If you want to add your project to the list, please open a PR on [GitHub](https://github.com/remnawave/panel/blob/main/docs/awesome-remnawave.md). diff --git a/static/awesome/remnasetup.webp b/static/awesome/remnasetup.webp new file mode 100644 index 0000000..bab9ed0 Binary files /dev/null and b/static/awesome/remnasetup.webp differ