關於寶塔
Linux版請確保純凈系統安裝(支持CentOS、Ubuntu、Debian、Fedora、Deepin),Web端管理,QQ群及論壇技術支持一鍵LAMP/LNMP、創建網站FTP、數據庫、SSL;安全管理,計划任務,文件管理,PHP多版本共存及切換,一鍵開啟Tomcat環境。
實踐操作
1丶安裝環境
Linux系統下安裝。需要檢測是否含有yum支持。
2丶開始安裝
1.添加對應的防火牆端口8888|888|20|21,由於我這里使用的是阿里雲的服務器,關閉了防火牆使用的是安全規則配置的端口
2.使用yum命令進行下載並安裝 [root@iZj6cgy98yqy7fow7dq2lnZ ~]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 下載完成后會自動執行安裝。Do you want to install Bt-Panel to the /www directory now?(y/n): y 提示你是否要安裝,輸入y回車。輸入y之后 它就會全自動搭建的 稍等一到兩分鍾
安裝完成后的反饋面板內容:
================================================================== Congratulations! Install succeeded! ================================================================== Bt-Panel: http://你的服務器IP地址:8888 username: admin #后面用來登錄的用戶名 password: 1f766591 #登錄的密碼 Warning: If you cannot access the panel, release the following port (8888|888|80|443|20|21) in the security group
3丶安裝完成
輸入剛剛安裝完成反饋的登錄名和登錄密碼
4丶卸載BT
service bt stop && rm -rf /www