Preface:
Because the current SS-PANEL
has a lot of pitfalls—either it has no payment plugin
, or it lacks certain modules, leaving plenty of issues behind, and in the end you still have to pay people on forums, blogs, or Telegram for help………………
This tutorial will provide the full source code. The goal is that even complete beginners with no technical skills can build an ss-panel panel. After all, spending so much time learning someone else’s framework when you’re not going to work in coding later anyway~~ it’s just too much wasted time
Step 1: Prepare the Tools
xshell
Log in to the system
xftp Upload files to the server
Website source code
Step 2: BaoTa Fully Automatic Website Environment Setup
Here, use the one-click Baota installation for CentOS
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
After the installation is complete, you will get a BaoTa Panel login URL. Copy it into your browser to log in, then enter the account and password provided by BaoTa. Choose the one-click installation for LAMP on the left
The image below shows the BaoTa page after successful installation
Step 3 Upload the source code and database
Step 1: Create a website
Step 2: Upload the ss-panel files to the website
Upload the ss-panel website source code
Create an .env file in the website directory
Upload the downloaded theme file (resources.zip) to the website root directory and extract it
Upload the database source code to the database
Step Three: Configure the sspanel Website
Configure the website access directory
Configure pseudo-static settings
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
Configure the database connection information
Edit the config.php file in the website directory, located at Website->config->config.php
Configure the payment module
The full website source code already includes the payment module and is integrated with 黛米付
Now you only need to go to www.daimiyun.cn, register an account, and add your domain name, then others will be able to top up without any additional configuration