Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-06-24 14:47:13 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-06-24 14:47:13 +0300
commitb5a32ef57e920b675e291737958cd20d0d9dcd81 (patch)
tree2a05bff3bb7ac53e613065661030ee0ecb25acc7 /install.sh
parent403300179801e4960b93ff979364a1aea768310f (diff)
update commands
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh25
1 files changed, 14 insertions, 11 deletions
diff --git a/install.sh b/install.sh
index 027ef127..894171d1 100644
--- a/install.sh
+++ b/install.sh
@@ -218,18 +218,21 @@ install_x-ui() {
echo -e ""
echo -e "x-ui control menu usages: "
echo -e "----------------------------------------------"
- echo -e "x-ui - Enter Admin menu"
- echo -e "x-ui start - Start x-ui"
- echo -e "x-ui stop - Stop x-ui"
- echo -e "x-ui restart - Restart x-ui"
- echo -e "x-ui status - Show x-ui status"
- echo -e "x-ui enable - Enable x-ui on system startup"
- echo -e "x-ui disable - Disable x-ui on system startup"
- echo -e "x-ui log - Check x-ui logs"
+ echo -e "SUBCOMMANDS:"
+ echo -e "x-ui - Admin Management Script"
+ echo -e "x-ui start - Start"
+ echo -e "x-ui stop - Stop"
+ echo -e "x-ui restart - Restart"
+ echo -e "x-ui status - Current Status"
+ echo -e "x-ui settings - Current Settings"
+ echo -e "x-ui enable - Enable Autostart on OS Startup"
+ echo -e "x-ui disable - Disable Autostart on OS Startup"
+ echo -e "x-ui log - Check logs"
echo -e "x-ui banlog - Check Fail2ban ban logs"
- echo -e "x-ui update - Update x-ui"
- echo -e "x-ui install - Install x-ui"
- echo -e "x-ui uninstall - Uninstall x-ui"
+ echo -e "x-ui update - Update"
+ echo -e "x-ui custom - custom version"
+ echo -e "x-ui install - Install"
+ echo -e "x-ui uninstall - Uninstall"
echo -e "----------------------------------------------"
}