ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[序言 · 宝塔面板手册 · 看云](https://ihavenolimitations.xyz/chudong/bt2017/424204) >推荐cenos7.x **试验性Centos/Ubuntu/Debian安装命令****独立运行环境(py3.7) 可能存在少量兼容性问题 不断优化中** ``` curl -sSO http://download.bt.cn/install/install_panel.sh && bash install_panel.sh ``` **Centos系统环境下安装命令:** ``` yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh 28615082 ``` 如需完整使用宝塔的所有功能 你还需要放行如下端口 20 、21、 39000-40000端口(linux 系统 ),3000-4000(windows系统) 22(SSH) 80、443(网站及SSL) 3306(数据库远程连接) 888(phpmyadmin) 8888 宝塔Linux面板默认端口 如果你进入面板里修改了面板端口或FTP端口,记得要在安全组和面板防火墙放行相应端口 >[danger] 除服务器端口放开外,外部访问数据库还需要在面板安全管理放开3306端口 ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. aliyun-python-sdk-core 2.13.30 requires cryptography<3.3,>=2.9.2, but you have cryptography 39.0.0 which is incompatible. Successfully installed cffi-1.15.1 cryptography-39.0.0 pyOpenSSl-23.0.0 pycparser-2.21 WARNING: You are using pip version 20.3.3; however, version 22.3.1 is available. You should consider upgrading via the '/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip' command. ``` # 宝塔webhook与Gitee配置实现服务器的代码同步更新 [宝塔webhook与Gitee配置实现服务器的代码同步更新\_宝塔webhook与gitee配置实现服务器的代码打包-CSDN博客](https://blog.csdn.net/qq_40025218/article/details/115376472) # ** 忘记地址和密码** 查看地址默认用给户名和密码 ``` bt default ``` 修改密码 ``` cd /www/server/panel && btpython tools.py panel 新密码 ``` 功能列表 ``` bt ```