search
HomeTopicsPagoda PanelHow to add a website to the Pagoda Windows panel

Pagoda Panel is an easy-to-use, powerful and lifetime free server management software that supports Linux and Windows systems. The following column Pagoda Usage Tutorial will introduce you to the basic operations of adding a website in the Pagoda Windows panel.

How to add a website to the Pagoda Windows panel

1. Log in to Pagoda Web Panel (PS: If you forget your username or password, please refer to What should I do if I forget my username and password in Pagoda Windows Panel?) , click the [Add] link button on the website in the background homepage. The details are as shown in the figure below:

How to add a website to the Pagoda Windows panel

#2. Add relevant information according to the requirements and instructions, such as domain name, FTP, database and PHP version. The domain name added is each line. Fill in one, the default is port 80, if you need to change it to other ports, please add it according to the example, such as www.boke112.com:88

How to add a website to the Pagoda Windows panel

Fill in the example description (in the picture The content in the red box is automatically generated by default):

● Because my Alibaba Cloud Windows server does not have a site yet, I just created a test website directly, using the default port 80, and fill in the domain name column: boke112 .com, the remarks and root directory are automatically generated, and the default is sufficient;

● Since the server has not yet created FTP, choose to create it, and then the user name and password in the FTP settings are automatically generated;

● The same database has not been created, so I chose MYSQL, and the database user name, username and password were automatically generated;

● Program type and PHP version Since I only installed the PHP environment and selected 7.1 when installing the Pagoda panel So just default.

How to add a website to the Pagoda Windows panel

3. After filling in the relevant information, click the [Submit] button and wait for a moment to successfully establish the site. Then you will get the detailed information of FTP and database. boke112 navigation recommends everyone Record this information for later use.

How to add a website to the Pagoda Windows panel

So far, we have added the basic operations of a website using the Pagoda Windows panel.

The above is the detailed content of How to add a website to the Pagoda Windows panel. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:boke112. If there is any infringement, please contact admin@php.cn delete
浅析server安装宝塔后出现不能远程的问题浅析server安装宝塔后出现不能远程的问题Nov 23, 2022 pm 04:56 PM

本文由宝塔面板教程栏目给大家介绍关于server2022安装宝塔后出现不能远程的问题,不知道大家有没有遇到这样的问题呢?下面就带大家一起来看看我是怎么处理的吧!

宝塔部署thinkphp5报错怎么办宝塔部署thinkphp5报错怎么办Dec 19, 2022 am 11:04 AM

宝塔部署thinkphp5报错的解决办法:1、打开宝塔服务器,安装php pathinfo扩展并启用;2、配置“.access”文件,内容为“RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]”;3、在网站管理里面,启用thinkphp的伪静态即可。

如何使用宝塔面板进行域名解析设置如何使用宝塔面板进行域名解析设置Jun 21, 2023 am 09:19 AM

随着互联网的发展和普及,域名成为了我们在网络世界中不可或缺的一部分。但是,很多人对域名解析的设置仍然感到困惑。今天,我们来介绍如何使用宝塔面板进行域名解析设置。什么是域名解析?域名解析是将域名与其所代表的网站或服务器IP地址进行绑定的过程。它是一个将人们可阅读的域名转化为计算机可读的IP地址的过程。域名解析的主要组成部分有:域名注册、DNS解析和we

如何使用宝塔面板进行MySQL管理如何使用宝塔面板进行MySQL管理Jun 21, 2023 am 09:44 AM

宝塔面板是一种功能强大的面板软件,它可以帮助我们快速部署、管理和监控服务器,尤其是经常需要进行网站搭建、数据库管理以及服务器维护的小型企业或个人用户。在这些任务中,MySQL数据库管理在很多情况下是一个重要的工作。那么如何使用宝塔面板进行MySQL管理呢?接下来,我们将逐步介绍。第一步:安装宝塔面板在开始使用宝塔面板进行MySQL管理之前,首先需要安装宝塔面

宝塔BT面板能同时安装多个php版本吗宝塔BT面板能同时安装多个php版本吗Mar 21, 2023 am 11:49 AM

宝塔BT面板是一款非常实用的服务器管理工具,它可以帮助用户快速地搭建和管理自己的服务器。作为一款实用性很高的工具,宝塔BT面板是目前最受欢迎的服务器管理软件之一。但是,有些人可能会问,宝塔BT面板可以同时安装多个PHP版本吗?下面,我们就来探讨一下这个问题。

宝塔面板php安装扩展失败怎么办宝塔面板php安装扩展失败怎么办Nov 13, 2022 am 09:23 AM

宝塔面板php安装扩展失败的解决办法:1、在软件商城中搜索“工具箱”;2、安装linux工具箱;3、点击“设置”,并设置虚拟内存“1224m”;4、重新安装即可。

宝塔php运行不了怎么办宝塔php运行不了怎么办Oct 27, 2022 am 09:38 AM

宝塔php运行不了的解决办法:1、执行“find / -name libcrypto.so.1.0.0”命令;2、​查找出so所在的目录;3、编辑“/etc/ld.so.conf”文件,加上一行“.so”文件路径;4、更新“/etc/ld.so.cache”;5、重新启动php即可。

如何通过宝塔面板进行UFW防火墙的配置如何通过宝塔面板进行UFW防火墙的配置Jun 21, 2023 am 09:08 AM

在Linux服务器上配置防火墙非常重要,它可以有效地保护服务器免受恶意攻击。在Ubuntu操作系统上,我们可以使用UFW防火墙来保护服务器的安全。在本文中,我们将介绍如何使用宝塔面板配置UFW防火墙。第一步:安装宝塔面板首先,我们需要在Ubuntu上安装宝塔面板。您可以在宝塔官网免费下载宝塔面板的安装包,然后在命令行中运行以下命令来安装宝塔面板:$wget

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.