wget -O install.sh https://download.xp.cn/install.sh && sudo bash install.sh
2.安裝完成後
=================安裝完成==================
請用瀏覽器存取面板:
外網:http://218.22.198.34:9080/4E6674
內網:http://172.18.4.141:9080/4E6674
系統初始賬號:admin
系統初始密碼:RJPzphSTuQ
官網:https://www.xp.cn
如果使用的是雲伺服器,請至安全組開放9080埠
如果使用ftp,請開放21以及30000-30050埠
===========================================
3.在瀏覽器中輸入內網地址
賬號密碼
進去後啟動apache服務
4.建立index.php檔案
cd /www/admin/localhost_80/wwwroot
touch index.php
vim index.php
<?php
echo "hello";
echo "nihao";
?>
5.瀏覽器輸入一下地址
http://localhost/index.php