phpstudy Xiaopi Panel Installation Tutorial
1. Use SSH software to connect to the VPS server. Reference tutorial:#WebsiteBuilding# Xshell 6 Basic Tutorial: Connecting to VPS2. Based on your Linux system, choose and copy the following command to execute in Xshell software (CentOS system is recommended). For CentOS system, copy and execute the following script:yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.shExecute the following script on Debian/Ubuntu/Deepin systems:
wget -O install.sh https://download.xp.cn/install.sh && sudo bash install.sh3. When the prompt shown in the image below appears, it means the panel has been successfully installed.
Next, we need to log into the Xiaopi Panel to install the necessary components for website operation, such as php, mysql, and nginx.4. After logging into the Xiaopi Panel admin dashboard, first delete the default website because it occupies the program, preventing the uninstallation of the programs installed by default in Xiaopi.
5. Uninstall the older version programs installed by default.
6. Install the new versions of php, mysql, and nginx. At the time of this tutorial update, the built-in program versions in Xiaopi Panel are not comprehensive enough. Naibabiji Website Building Notes here installed php 7.0, nginx 1.9, and mysql 5.7.27. Remember to enable the programs after installation.
Installing a Website in Xiaopi Panel
First, we go to the website section to add a website. Here we takeInstall WordPressas an example, select the php version (the screenshot shows php7.3.8 installed, but there was a bug and it failed to install) and create a database.
After adding, go to the site settings, select pseudo-static, choose WordPress from the templates, and save.
Then, go to the files section, find the website root directory of the website you added (under the wwwroot folder), upload files, and upload the downloadedWordPress Installation Packagefile.
Naiba's Tip:The online file management system function of Xiaopi is not yet fully developed. First, extract the WordPress archive on your own computer, then enter the WordPress folder, repackage all files into a zip format file, and upload it.
After uploading, select 'Extract' on the archive.
After extraction is complete, open your URL to see the WordPress installation interface, and follow the prompts to install. During installation, fill in the database information generated when you added the site earlier in the Xiaopi Panel.Xiaopi Panel Management Commands
Directly enter 'xp' in the SSH interface to access the Xiaopi Panel management interface:[root@naiba ~]# xp ===============请输入以下指令编号============== 1) 启动phpstudy 2) 停止phpstudy 3) 重启phpstudy 4) 查询phpstudy状态 5) 初始化登录密码 6) 查看面板登录信息 7) 修复主控web面板 8) 查看首次安装登录信息 0) 显示本页 98) 卸载phpstudy 99) 退出本页If you forget the password, you can enter '8' to view the default username and password. If you have modified the password and forgotten it, you can try '5' to initialize a new password. If you want to uninstall Xiaopi Panel, enter '98'. Refer to the commands above accordingly.
Which is better, Xiaopi Panel or Baota Panel
Xiaopi Panel and Baota Panel have the same functions; they are competing software of the same type. So,Which is better, Xiaopi Panel or Baota Panelthen? Naibabiji Website Building Notesrecommends prioritizing Baota Panel. From actual usage experience, Xiaopi Panel is still in the testing phase and is not as feature-mature as Baota Panel, making it unsuitable for novice users to tinker with.Baota Panel related tutorials:- Website Building Video Tutorial: Baota Panel Beginner's Guide to Installing and Building a Website
- #WebsiteBuilding# Beginner-friendly Baota Panel Website Building Tutorial
- #WebsiteBuilding# Adding your own website in Baota Panel (Adding a virtual host in Baota)
- #WebsiteBuilding# Tutorial on Building a WordPress Website in Baota Panel

Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.