phpstudy Xiaopi Panel Installation Tutorial
1. Connect to the VPS server using SSH software. Reference tutorial:#建站#Xshell 6 Basic Tutorial: Connecting to a VPS2. Based on your Linux system, choose and copy the command below 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.shFor Debian/Ubuntu/Deepin systems, execute the following script:
wget -O install.sh https://download.xp.cn/install.sh && sudo bash install.sh3. The prompt shown in the image below indicates that the panel has been successfully installed.
Next, we need to enter the Xiaopi Panel to install the necessary components for website operation, such as php, mysql, and nginx.4. Log in to the Xiaopi Panel backend. First, delete the default website because it occupies the program, preventing the uninstallation of the programs installed by default in Xiaopi.
5. Uninstall the default old version of the program.
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 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 useInstall WordPressas an example, select the php version (the screenshot shows php7.3.8 was installed, but there was a bug and it failed) and create a database.
After adding, enter 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 Packageup.
Naiba Tip:The online file management system function of Xiaopi Panel is not yet perfect. First, extract the WordPress zip file 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 zip file.
After extraction is complete, open your website 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 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'. Just refer to the commands above.
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 Panelwhat about it? Naibabijirecommends prioritizing Baota Panel. From actual usage experience, Xiaopi Panel is still in the testing phase, not as feature-mature as Baota Panel, and is not suitable for beginners to tinker with.Baota Panel related tutorials:- Website building video tutorial: Baota Panel beginner installation and website setup tutorial
- #WebsiteBuilding# Beginner-friendly Baota Panel setup tutorial
- #WebsiteBuilding# Adding your own website in Baota Panel (Baota add virtual host)
- #建站#Building a WordPress Website Tutorial 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.