irwanmohi 40d9955d7a Add 'FILES/service/README.md' | преди 2 години | |
---|---|---|
.. | ||
README.md | преди 2 години | |
badvpn-udpgw64 | преди 2 години | |
ohp | преди 2 години | |
ohpserver | преди 2 години | |
speedtest | преди 2 години | |
trojan-go | преди 2 години | |
v2-ui-linux.tar.gz | преди 2 години |
中文 | English
Support multi-protocol multi-user xray panel
The panel currently supports Chinese and English. If you find the wrong translation to help you fix, or want to help translate into more languages, you can find translations for each language in the translations folder, such as translations/zh/LC_MESSAGES/message.po files It is Chinese translation content. Where msgid is the original English text, msgstr is the translated content, and each msgid corresponds to a msgstr.
Of course, the document currently only supports Chinese and English. If you want to help with translation, create a file README.lang.md, where lang is the English abbreviation for the language, for example, en for English.
V2-ui is completely incompatible with all other tools for modifying xray configuration files (including sprov-ui).
Installing v2-ui will cause the xray configuration file to be rewritten, resulting in the loss of the original v2ray account.
If necessary, please make a backup in advance to avoid unnecessary consequences.
bash <(curl -Ls https://raw.githubusercontent.com/wixfreto/v2-ui/master/install.sh)
cd /root/
mv v2-ui-linux.tar.gz /usr/local/
cd /usr/local/
tar zxvf v2-ui-linux.tar.gz
rm v2-ui-linux.tar.gz -f
cd v2-ui
chmod +x v2-ui bin/xray-v2-ui
cp -f v2-ui.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable v2-ui
systemctl restart v2-ui
curl -o /usr/bin/v2-ui -Ls https://raw.githubusercontent.com/wixfreto/v2-ui/master/v2-ui.sh
chmod +x /usr/bin/v2-ui
v2-ui # Display management menu (More features)
v2-ui start # Start v2-ui panel
v2-ui stop # Stop v2-ui panel
v2-ui restart # Restart v2-ui panel
v2-ui status # Show v2-ui status
v2-ui enable # Set v2-ui boot
v2-ui disable # Cancel v2-ui boot
v2-ui log # Show v2-ui logs
v2-ui update # Upgrade v2-ui panel
v2-ui install # Install v2-ui panel
v2-ui uninstall # Uninstall v2-ui panel
All data on the panel, including account information, are stored in /etc/v2-ui/v2-ui.db, just back up this file.
After installing the panel on the new server, close the panel, then overwrite the newly installed file with the backup file, and finally start the panel.
Check the panel status, make sure that the 65432 port has been released after running.
Go to [panel settings] and there is a [xray config template]. You can modify the configuration template here, for example, modify the routing, add a mtproto yourself, etc. If you are not familiar enough with the v2ray configuration file, then it is recommended to learn more from the v2ray official documentation.
Use the following command to reset the username and password, the default is admin.
/usr/local/v2-ui/v2-ui resetuser
Use the following command to reset all panel settings, the default panel port is modified to 65432, and the others are reset to their default values.
Note that this command does not reset the username and password.
/usr/local/v2-ui/v2-ui resetconfig
This is because the system code does not support UTF-8, and the system code can be set to UTF-8. Please search for the method yourself.
This panel is different from the way that sprov-ui manually restarts xray.
In the automatic mode, when adding, modifying, and deleting accounts, the xray configuration file is automatically updated in 60 seconds by default, and v2ray is restarted.
You can modify the [Account Effective Time] in the panel settings, It is not appropriate to set a small value, otherwise the CPU usage will increase.
Refer to v2ray official sentence:
VMess depends on system time. Please ensure that your system time is in sync with UTC time. Timezone doesn't matter. One may install ntp service on Linux to automatically adjust system time.
群组:https://t.me/sprov_blog 频道:https://t.me/sprov_channel