Introduction : A very good Linux panel that can integrate and install Nginx, Tengine, Apache, and Mysql. FTP, etc. Panel features : 一鍵配置服務器環境(LAMP/LNMP)一鍵安全重啟一鍵創建管理網站、ftp、數據庫一鍵配置(定期備份、數據導入、偽靜態、301、SSL、子目錄、反向代理、切換PHP版本)一鍵安裝常用PHP擴展(fileinfo、intl、opcache、imap、memcache、apc、redis、ioncube、imagick)數據庫一鍵導入導出系統監控(CPU、內存、磁盤IO、網絡IO)防火墻端口放行SSH開啟與關閉及SSH端口更改禁PING開啟或關閉方便高效的文件管理器(上傳、下載、壓縮、解壓、查看、編輯等等)計劃任務(定期備份、日志切割、shell腳本)軟件管理(一鍵安裝、卸載、版本切換)
Install : To use SSL, you need to install the module. It is not recommended to use SSL connection in the background, as it is prone to problems. yum install socat curl http://download.bt.cn/install/acme_install.sh|bash Centos installation script: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh Ubuntu installation script: wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh Debian installation script: wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh Fedora installation script: wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh If the component fails, you can replace the DNS: echo -e "options timeout:1 attempts:1 rotate\nnameserver 8.8.8.8\nnameserver 114.114.114.114" >/etc/resolv.conf; Common commands : Nginx service management: service nginx {start|stop|restart|reload} Apache service management: service httpd {start|stop|restart|reload} MySQL service management: service mysqld {start|stop|restart|reload} FTP service management: service pure-ftpd {start|stop|restart} PHP service management: service php-fpm-{52|53|54|55|56|70} {start|stop|restart|reload} Baota interface service management: service yunclient {start|stop} Integrated WEB panel : We have integrated a very useful panel, which can be used as follows: Panel address: http://{your server IP}:8888 Initialization: The first time you use it, you will be asked to initialize the configuration. Please fill in the configuration information as prompted. Login: Use the account and password you filled in during the initial configuration to log in to the panel directly. Functions: Website management, FTP management, database management, file management, firewall management. Note 1: Because the panel involves file management functions, please initialize the panel immediately after installation and do not set a password that is too simple. Note 2: Although we have protected the system's critical directories, we still do not recommend that you operate on them. Directory structure : /www /www/wwwroot site directory /www/wwwroot/default WEB panel directory /www/server/nginx/conf/vhost nginx website configuration directory /www/server/nginx nginx installation directory /www/server/apache/conf/vhost apache website configuration directory /www/server/apache Apache installation directory /www/server/mysql mysql installation directory /www/server/php PHP installation directory /www/server/pure-ftpd ftp installation directory /www/server/data Database file directory to view the default information cat /www/server/default.pl How to uninstall : wget http://download.bt.cn/install/bt-uninstall.sh sh bt-uninstall.sh rm -rf /www Interface preview :
vi: http://www.bt.cn/ |