v2.1.0

1Panel-dev/1Panelv2.1.0Feb 12, 2026by wanghe-fit2cloud

AI Summary

Major feature release introducing OpenClaw agent management, Passkey authentication, enterprise alert integrations (WeChat, DingTalk, Feishu), and numerous UI/UX enhancements across the panel.

Key Highlights

  • Added OpenClaw agent management capability
  • Added Passkey sign-in support
  • Added Enterprise WeChat, DingTalk, and Feishu alert support
  • Added memo feature to dashboard overview
  • Added support for custom ACME account validation
  • Added bulk import support for container images

New Features

  • OpenClaw agent management capability
  • Passkey sign-in support
  • Enterprise WeChat, DingTalk, and Feishu alert support in panel settings
  • Memo feature on dashboard overview
  • Custom ACME account validation support
  • Bulk import support for container images
  • File remark support in file management
  • Export support for WAF blocking records

Full Release Notes

## ✨ New Features / 新增功能

* Added OpenClaw agent management capability / 新增 OpenClaw 智能体管理功能 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11801
* Added Passkey sign-In support / 支持 Passkey 登录 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11601
* Added Enterprise WeChat, DingTalk, and Feishu alert support in panel settings / 支持企业微信、钉钉和飞书告警 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11742
* Added memo feature to the dashboard overview / 新增备忘录功能 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11744
* Added support for custom ACME account validation / 支持自定义 ACME 账户验证 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11704
* Added bulk import support for container images / 支持批量导入容器镜像 by @CN-Scars in https://github.com/1Panel-dev/1Panel/pull/11640
* Added file remark support in file management / 文件管理支持备注功能 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11626
* Added export support for WAF blocking records / 支持 WAF 封锁记录导出功能 by @zhengkunwang223

## ⚙️ Enhancements / 功能优化

* Optimized application icon loading logic in overview / 优化应用图标加载逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11745
* Optimized remote application update task logic in app store / 优化更新远程应用任务的逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11691
* Optimized application icon storage and cache mechanism in app store / 优化应用图标存储与缓存机制 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11719
* Optimized installed app redirect dialog display in app store / 优化已安装应用跳转弹框显示 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11764
* Optimized OpenResty upgrade logic in app store / 优化 OpenResty 升级逻辑 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11714
* Added three-level directory support for website directory settings / 网站目录设置支持三级结构 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11847
* Optimized redirect rules for websites on non-443 ports / 优化非 443 端口网站的重定向规则 by @moeshin in https://github.com/1Panel-dev/1Panel/pull/11761
* Optimized browser cache handling logic for website proxy services / 优化网站代理服务的浏览器缓存处理逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11762
* Added parent website display support in website list / 网站列表支持显示父级网站 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11695
* Disabled redirect configuration for stopped websites / 停止状态的网站不支持配置重定向 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11700
* Optimized website name validation rules on website configuration page / 优化网站配置页面网站名称修改校验规则 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11728
* Added retry mechanism for SSL certificate issuance / SSL 证书申请增加重试机制 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11710
* Added timestamps to container log display / 容器日志显示新增时间戳 by @moeshin in https://github.com/1Panel-dev/1Panel/pull/11785
* Added force image pull option when creating container orchestration / 创建容器编排时新增强制拉取镜像选项 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11667
* Optimized file download to stream writing and reduce memory usage / 优化文件下载为流式写入减少内存占用 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11811
* Optimized vertical alignment for monitoring dropdown options / 优化下拉选项的垂直对齐方式 by @sfwwslm in https://github.com/1Panel-dev/1Panel/pull/11812
* Added occupied process lookup for ports in system firewall / 系统防火墙支持查看端口对应占用进程 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11665
* Optimized virus scan status detection logic in toolbox / 优化病毒扫描状态检测逻辑 by @ssongliu
* Optimized node overview style in dark theme for multi-host management / 优化暗黑主题下节点概览样式 by @ssongliu
* Added application upgrade support on multi-host overview page / 多机概览页面支持应用升级功能 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11711
* Optimized certificate reload logic in Mux mode under panel settings / 优化 Mux 模式下证书重载逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11751
* Optimized parameter validation logic for some API endpoints / 优化部分 API 接口的参数校验逻辑 by @safe1ine in https://github.com/1Panel-dev/1Panel/pull/11856

## 🛠️ Bug Fixes / 问题修复

* Fixed abnormal hostname cache refresh in overview / 修复了主机名缓存刷新异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11802
* Fixed plaintext exposure when viewing installed app passwords in app store / 修复了查看已安装应用密码时明文显示的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11767
* Fixed missing redirect entries after disabling website redirect rules / 修复了停用网站重定向规则后条目消失的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11713
* Fixed incorrect HTTPS port shown in non-443 port prompt / 修复了非 443 端口提示信息中 HTTPS 端口显示错误的问题 by @moeshin in https://github.com/1Panel-dev/1Panel/pull/11792
* Fixed certificate issuance failures when using IPv6 addresses / 修复了使用 IPv6 地址申请证书异常的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11708
* Fixed abnormal environment variable loading in container orchestration under certain scenarios / 修复了部分场景下容器编排环境变量加载异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11723
* Fixed potential timeout when batch modifying file/directory permissions / 修复了批量修改文件/目录权限可能超时的问题 by @lan-yonghui in https://github.com/1Panel-dev/1Panel/pull/11775
* Fixed default NIC and disk settings not taking effect on first monitoring login / 修复了首次登录监控默认网卡与磁盘设置未生效的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11828
* Fixed leftover sshd processes after terminal close on some operating systems / 修复了部分操作系统终端关闭后残留 sshd 进程的问题 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11730
* Fixed scheduled task execution failures in certain scenarios / 修复了部分场景下计划任务执行异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11725
* Fixed abnormal virus scan status display in toolbox under certain scenarios / 修复了部分场景下病毒扫描状态显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11722
* Fixed node editing issues in multi-host management under certain scenarios / 修复了节点编辑在部分场景下异常的问题 by @ssongliu
* Fixed incorrect website monitoring time display / 修复了网站监控时间显示不正确的问题 by @zhengkunwang223
* Fixed errors when opening website monitoring list in some scenarios / 修复部分场景下网站监控列表打开报错的问题 by @zhengkunwang223
* Fixed abnormal operation log display after app parameter changes in log audit / 修复了应用参数修改后操作日志显示异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11763
* Fixed failure to add OneDrive backup accounts in panel settings under certain scenarios / 修复了部分场景下添加 OneDrive 备份账号失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11748
* Fixed migration failure when reinstalling OpenResty / 修复了重新安装 OpenResty 时迁移失败的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11771
* Fixed system update failures in certain scenarios / 修复了部分场景下系统更新失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11800