> Use this script to quickly create your own ChatGPT web site. | 使用此脚本可以快速创建您自己的 ChatGPT 网站。
[Telegram Group](https://t.me/+ghs_XDp1vwxkMGU9)
---
|:octocat:机场推荐|:link:链接| :pushpin:机场概况
|--|--|--|
|:white_check_mark:赔钱机场|[:link:官网](https://www.xn--mes358aby2apfg.site/#/register?code=hsJRRcIk)|按量不限时、不限速、电信移动联通高质量线路、不限客户端数量、全网高性价比机场、解锁奈菲,迪士尼,TikTok,ChatGPT
|:white_check_mark:魔戒|[:link:官网](https://mojie.me/#/register?code=CG6h8Irm)|按量不限时、不限速、不限设备,解锁ChatGPT
|:white_check_mark:Teacat|[:link:官网](https://teacat.cloud/#/register?code=ps4sZcDa)|按周期、不限速、不限设备、IEPL专线,解锁ChatGPT
|:white_check_mark:八戒|[:link:官网](https://bajie.one/#/register?code=uX4zUk5c)|按量不限时、IEPL专线、不限速、不限设备、低延迟,高网速,解锁ChatGPT|
|:white_check_mark:acyun|[:link:官网](https://acyud.yydsii.com/index.php#/register?code=ZvmLh28A)|按量不限时(3T只需40RMB)、高速中转线路、不限速、不限制客户端数量,解锁ChatGPT|
## 📦 部署 | Deployment
### ✨ [ChatGPT-Next-Web](ChatGPT-Next-Web/README.md)
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-next-web && cd /data/chatgpt-next-web
#(2)下载主执行脚本 ChatGPT-Next-Web_build.sh 脚本会判断当前系统是Ubuntu还是CentOS,其他系统则不会执行构建
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Next-Web/ChatGPT-Next-Web_build.sh)"
```
### ✨ [ChatGPT-Web](ChatGPT-Web-Admin/README.md)
执行如下命令一键安装chatgpt-web
#### Kerwin1202/chatgpt-web
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web
#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Kerwin1202_env.example
# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"
# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
```
#### Chanzhaoyu/chatgpt-web
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web
#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Chanzhaoyu_env.example
# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"
# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
```
### ✨ [Chat Nio](chatnio/README.md)
```shell
#(1)创建脚本执行目录
mkdir -p /data/chatnio/config && cd /data/chatnio
#(2)下载执行脚本
# CentOS
yum -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面后端地址为你自己的(非分布式部署则无需修改)
wget https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/env.example
#(4)下载 config.yaml 配置文件到config目录下;无特殊要求不要修改
wget -P config/ https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/config.yaml
#(5)执行如下命令一键安装chatnio
# RHEL and CentOS 8/9 or Rocky 8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/Install/ChatNio_Install.sh)"
```
## 🔨 功能 | Functionality
源代码本地一键编译部署 | One-click compile and deploy of source code locally. 交互式自定义个人信息、代理等 | Interactive customization of personal information, proxies, etc. 自动检查系统环境,一键部署基础环境 | Automatically check system environment and deploy basic environment with one click 支持一键部署、一键更新 | Supports one-click deployment and update 支持主流Linux发行版操作系统 | Supports mainstream Linux distribution operating systems 支持一键快速卸载 | Supports one-click fast uninstallation
## 📚 截图 | Screenshot