|
|
@@ -3,20 +3,36 @@
|
|
|
|
|
|
⚙️ Automated Installation (Recommended)
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+```sh
|
|
|
curl -L -o install.sh "https://raw.githubusercontent.com/firewallfalcons/FirewallFalcon-Manager/refs/heads/main/install.sh" && chmod +x install.sh && sudo ./install.sh && rm install.sh
|
|
|
-
|
|
|
+```
|
|
|
|
|
|
⚙️ Manual Installation:
|
|
|
|
|
|
✅ For x86_64 VPS:
|
|
|
-
|
|
|
+```sh
|
|
|
curl -L -o 64install.sh "https://github.com/firewallfalcons/FirewallFalcon-Manager/raw/refs/heads/main/64install.sh" && chmod +x 64install.sh && sudo ./64install.sh && rm 64install.sh
|
|
|
-
|
|
|
+```
|
|
|
✅ For ARM VPS:
|
|
|
-
|
|
|
+```sh
|
|
|
curl -L -o arminstall.sh "https://github.com/firewallfalcons/FirewallFalcon-Manager/raw/refs/heads/main/arminstall.sh" && chmod +x arminstall.sh && sudo ./arminstall.sh && rm arminstall.sh
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+Core Features:
|
|
|
+
|
|
|
+🚀 SSH WebSocket Proxy: Tunnel SSH traffic over WebSockets with custom port selection.
|
|
|
+
|
|
|
+
|
|
|
+🔒 SSH over SSL/TLS: Encapsulate SSH connections in a robust TLS layer for enhanced security.
|
|
|
+
|
|
|
+
|
|
|
+👥 User Management: Easily create, manage, and control user access to your servers.
|
|
|
+
|
|
|
+
|
|
|
+🛡️ Integrated Xray Panel: Leverage Xray's advanced proxy capabilities for privacy and circumvention.
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|