Z-Blogis a domestically developed blog/CMS system. The earliest Z-Blog was ASP-based, and later a PHP version was released. This article introduces the Z-BlogPHP version.
Installation TutorialZ-BlogPHP supports PHP 5.2 - 7.2 and can run on numerous operating systems such as Windows, Linux, and macOS. It can be used as a regular blog program and even more as a CMS. It has powerful customizability and a wealth of third-party applications, which will surely meet your needs.
Z-BlogPHP Installation Tutorial
Z-BlogPHP supports three installation methods: online installation, Baota Panel installation, and local upload installation. The specific methods are as follows:
Online Installation
The online installation method is very simple; you only need to upload an install.php file to your website's root directory. You can directly
connect to the VPS server via SSHand
execute the following command.(You can also
Manually download install.phpfile and upload it to the website installation directory) Related tutorial:
#WebsiteBuilding# Xshell 6 Basic Tutorial: Connecting to VPS// 先wgetinstall文件到服务器
wget https://update.zblogcn.com/onlinephp/install.zip
// 然后使用下面的命令解压zip文件
unzip install.zip
Note: The above commands are executed in your website installation directory. If the file download fails, it is due to folder permission issues. Modify the folder permissions to 755 and the user group to www. Then visit your-website-url/install.php to proceed with the installation. The installation process is shown in the figure below:

Agree to read the agreement, click next, and then it will check if your server environment meets the installation requirements.

If the installation environment meets Zblog's installation requirements, the database configuration interface will appear. Enter your database information.

After setting up the database and administrator information, click next to complete the installation.

This interface indicates that ZBLOG installation is complete.
Baota Panel installation
Baota Panel is a VPS management panel suitable for beginners. If you haven't installed it yet, refer to the tutorial below to install one first.
- Website Building Video Tutorial: Baota Panel Beginner's Guide to Installing and Building a Website
- #WebsiteBuilding# Beginner-friendly Baota Panel Website Building Tutorial
Go to
Baota Panel, click on the
Software Management, search for
Deploy Source Code, then find
Z-BlogClick One-Click Deployment.

In the pop-up interface, fill in the domain name, leave other content as default, and then submit.

Local FTP Upload Installation
If you are using Shared Hosting and cannot download via online SSH or use Baota's one-click installation, you can also upload and install via FTP.
- click here to downloadZ-BlogPHP 1.5.2 Installation Package
- Extract the compressed package
- Upload the extracted files and folders to the website root directory via FTP
- Visit your website URL to install.
Reasons for Installation Failure
If your Z-Blog installation fails, it might be due to the following reasons. ①、Server environment does not meet requirements. If the installation interface check shows areas that do not meet the requirements, rectify them to meet the requirements. ②、Incorrect folder and file permissions. If you find that online installation cannot download files, it is a folder permission issue. Change the permissions to www user and 755. ③、Domain name is not bound to the website. If you have not bound a domain name to the website, you cannot install via the URL. Refer to:
If you really don't know how to install, you can also consider Naibabiji's
Website Hosting Service。
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.