v2.0.17

1Panel-dev/1Panelv2.0.17Jan 16, 2026by wanghe-fit2cloud

AI Summary

Feature release introducing multi-host application deployment, enhanced DNS provider support, improved cache cleaning capabilities, and Mux mode support for SSL-enabled panels.

Key Highlights

  • Added multi-host deployment for applications
  • DNS account support for Porkbun
  • Added node overview in multi-host management
  • Cache cleaning supports removing unlinked backup files, website logs, and historical application installation packages
  • Panel supports Mux mode when SSL is enabled

New Features

  • Multi-host deployment for applications
  • DNS account support for Porkbun
  • Custom parameters support for MySQL database backups
  • Node overview in multi-host management
  • Proxy support when adding a node
  • Cache cleaning for unlinked backup files
  • Cache cleaning for website logs
  • Cache cleaning for historical application installation packages
  • Mux mode support when SSL is enabled

Full Release Notes

## ✨ New Features / 新增功能

* Added multi-host deployment for applications / 新增应用多主机部署功能 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11539
* Added DNS account support for Porkbun / DNS 账号支持 Porkbun by @tovarsh in https://github.com/1Panel-dev/1Panel/pull/11614
* Added support for custom parameters in MySQL database backups / MySQL 数据库备份支持自定义参数 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11575
* Added node overview in multi-host management / 多机管理新增节点概览功能 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11476
* Support enabling proxy when adding a node / 添加从节点时支持启用代理 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11525
* Cache cleaning supports removing unlinked backup files / 缓存清理支持清理未关联的备份文件 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11452
* Cache cleaning supports clearing website logs / 缓存清理功能支持清理网站日志 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11457
* Cache cleaning supports clearing historical application installation packages / 缓存清理功能支持清理应用历史版本安装包 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11460
* Panel supports Mux mode when SSL is enabled / 面板启用 SSL 时支持 Mux 模式 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11509

## ⚙️ Enhancements / 功能优化

* Support enabling UDP listening when creating TCP/UDP proxy websites / 创建 TCP/UDP 代理网站时支持开启 UDP 监听 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11543
* Improved intermediate certificate configuration for IP certificate issuance / 完善 IP 证书申请的中间证书配置 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11470
* Database list caches the default database connection / 数据库列表缓存数据库默认连接 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11540
* Disk mount allows OS to continue booting on failure / 磁盘挂载支持失败时操作系统继续启动 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11475
* Process guard logs support controlling number of displayed entries / 进程守护日志支持显示条数控制 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11545
* Roll back AWS S3 backup SDK version for partial storage compatibility / 回滚 AWS S3 备份账号 SDK 版本以兼容部分存储 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11546
* Added panel name and IP address to email alerts / 邮件告警内容新增面板名称和 IP 地址 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11567
* Added backend API timeout control / 新增后端 API 超时控制 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11562
* Optimized Markdown editor component for overall stability / 优化 Markdown 编辑组件以提升整体稳定性 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11527
* Optimized log component highlighting regex rules / 优化日志组件高亮正则规则 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11556
* Optimized security entry validation logic / 优化安全入口校验逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11592

## 🛠️ Bug Fixes / 问题修复

* Fixed application icon display issue in certain scenarios / 修复了部分场景下应用图标显示不正常的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11612
* Fixed duplicate HTTPS redirect entries in website configuration / 修复了网站配置文件重复添加 HTTPS 重定向的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11506
* Fixed default 404 page not syncing after modification / 修复了网站默认 404 页面修改后未同步的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11513
* Fixed redirect loops in some PHP projects after deployment / 修复了部分 PHP 项目部署后访问出现循环重定向的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11650
* Fixed URL issue when redirecting HTTP to HTTPS / 修复了 HTTP 重定向到 HTTPS 时 URL 错误的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11522
* Fixed custom DNS server not working during manual verification / 修复了手动解析验证时自定义 DNS 服务器不生效的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11512
* Fixed manual generation of wildcard certificates failing / 修复了手动解析方式生成通配符证书时验证失败的问题 by @DeployThemAll in https://github.com/1Panel-dev/1Panel/pull/11642
* Fixed GPU history refresh page display issue / 修复了手动刷新 GPU 历史记录页面时显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11635
* Fixed incorrect deletion count in container image logs / 修复了清理容器镜像日志中删除数量显示不正确的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11649
* Fixed issue preventing new orchestration when list is empty / 修复了编排列表为空时无法新建容器编排的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11481
* Fixed content reset on orchestration page during auto-refresh / 修复了编排页面定时刷新时重置编辑内容的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11482
* Fixed terminal not entering correct directory with space in path / 修复了带空格路径点击终端无法进入正确目录的问题 by @l061x in https://github.com/1Panel-dev/1Panel/pull/11484
* Fixed iptables rule display issues in some scenarios / 修复了部分场景下 iptables 规则显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11555
* Fixed ping toggle restart failure on some OS / 修复了部分操作系统禁 ping 开关重启失效问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11514
* Fixed website monitoring time filter display inaccuracies / 修复了网站监控时间筛选显示不准确的问题 by @zhengkunwang223
* Fixed snapshot recovery failure due to large file size in some scenarios / 修复了部分场景下快照文件过大导致无法恢复的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11660
* Fixed occasional email notification subject and sender encoding issues / 修复了邮件通知主题和发件人偶现乱码的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11516
* Fixed snapshot creation failure due to too many backup application images / 修复了创建快照时备份应用镜像过多导致失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11477
* Fixed abnormal endpoint echo when testing some backup accounts / 修复了部分备份账号测试连接 endpoint 回显异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11479
* Fixed unauthenticated 444 not immediately closing connection / 修复了未认证设置选择 444 时未直接关闭连接的问题 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11574
* Fixed SMS alert failures in some scenarios / 修复了部分场景下短信告警发送失败的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11599
* Fixed main node task manager error when viewing other node logs / 修复了主节点任务管理查看其他节点日志报错的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11565
* Fixed blank space at page bottom when expanding “more” in some scenarios / 修复了部分场景下展开更多按钮时页面底部空白的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11573