安装 [节点搭建](https://bulianglin.com/archives/nicename.html) ``` bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh) ``` ``` ############################################### username:Yha0HLb5 password:pEJ3HHa7 ############################################### if you forgot your login info,you can type s-ui for configuration menu reset admin credentials success First admin credentials: Username: Yha0HLb5 Password: pEJ3HHa7 Created symlink /etc/systemd/system/multi-user.target.wants/s-ui.service → /etc/systemd/system/s-ui.service. s-ui vv1.3.7 installation finished, it is up and running now... You may access the Panel with following URL(s): Local address: http://82.158.226.4:2095/app/ http://172.17.0.1:2095/app/ http://172.18.0.1:2095/app/ Global address: http://82.158.226.4:2095/app/ The OS release is: ubuntu S-UI Control Menu Usage ------------------------------------------ SUBCOMMANDS: s-ui - Admin Management Script s-ui start - Start s-ui s-ui stop - Stop s-ui s-ui restart - Restart s-ui s-ui status - Current Status of s-ui s-ui enable - Enable Autostart on OS Startup s-ui disable - Disable Autostart on OS Startup s-ui log - Check s-ui Logs s-ui update - Update s-ui install - Install s-ui uninstall - Uninstall s-ui help - Control Menu Usage ------------------------------------------ ``` ``` for d in cdn.userway.org intel.com s.mp.marsflag.com ts4.tc.mm.bing.net apps.mzstatic.com beacon.gtv-pub.com mscom.demdex.net www.intel.com go.microsoft.com logx.optimizely.com ; do t1=$(date +%s%3N); timeout 1 openssl s_client -connect $d:443 -servername $d /dev/null && t2=$(date +%s%3N) && echo "$d: $((t2 - t1)) ms" || echo "$d: timeout"; done ``` ``` apps.apple.com ``` s-ui 配置信息 ``` curl --location 'http://82.158.226.4:2095/app/apiv2/load' \ --header 'Token: HkpCXP8AkxqOjKbo29KdnrlPrlxmNksW' ```