Giter Site home page Giter Site logo

panel's Introduction

耗子 Linux 面板

FOSSA Status

[简体中文] | [English]

耗子 Linux 面板是使用 Golang + Vue 开发的轻量 Linux 服务器运维管理面板,以 GNU Affero General Public License v3.0 开源。

交流QQ群:12370907 | QQ频道:pd.qq.com/s/fyol46wfy

优势

  1. 极低占用: 在 Debian 12 下部署面板 + LNMP 环境,内存占用不到 500 MB,遥遥领先于使用容器化的其他面板。
  2. 高效运维: 面板 UI 界面简洁,操作简单,无需繁琐的配置,即可快速部署各类环境、调整应用设置。
  3. 离线运行: 面板运行可不依赖任何外部服务,你甚至可以在部署完成后停止面板进程,不会对已部署服务造成任何影响。
  4. 久经考验: 我们生产环境自 2022 年即开始使用,已稳定运行 1 年无事故。
  5. 开源开放: 面板开源,你可以自由修改、审计面板源码,安全性有保障。

UI 截图

UI 截图

运行环境

耗子Linux面板仅支持 amd64 | arm64 架构下的主流系统的最新版本,不支持 Ubuntu,因为其发版太过频繁,难以维护。

低配机器建议使用 Debian,资源占用较 RHEL 系更低。其他机器建议使用 AlmaLinux | RockyLinux,维护周期更长也更稳定。

不在下表中的其他系统(OpenCloudOS 8、Anolis 8、CentOS Stream 8/9、Debian 11等),可自行尝试安装,但不保证能够正常运行,且不提供无偿技术支持(理论上不会有大问题)。

CentOS Stream 可使用迁移脚本迁移至支持的系统: CentOS 8/9 迁移脚本

系统 版本
RHEL 9
AlmaLinux 9
RockyLinux 9
Debian 12

随着系统版本的不断更新,我们亦可能会终止部分过于老旧的系统的支持,以保证面板的稳定性。

安装面板

安装面板前,你需要了解LNMP环境的基本知识,以及如何处理常见的LNMP环境问题,不建议0基础的用户安装和使用耗子Linux面板(推荐: 宝塔 - 简单好用服务器运维面板)。

如果你决定继续,请以root用户登录服务器,执行以下命令安装面板:

HAOZI_DL_URL="https://jihulab.com/haozi-team/download/-/raw/main/panel"; curl -sSL -O ${HAOZI_DL_URL}/install_panel.sh && curl -sSL -O ${HAOZI_DL_URL}/install_panel.sh.checksum.txt && sha256sum -c install_panel.sh.checksum.txt && bash install_panel.sh || echo "Checksum 验证失败,文件可能被篡改,已终止操作"

卸载面板

优先建议备份数据重装系统,这样可以保证系统纯净。

如果你无法重装系统,请以root用户登录服务器,执行以下命令卸载面板:

HAOZI_DL_URL="https://jihulab.com/haozi-team/download/-/raw/main/panel"; curl -sSL -O ${HAOZI_DL_URL}/uninstall_panel.sh && curl -sSL -O ${HAOZI_DL_URL}/uninstall_panel.sh.checksum.txt && sha256sum -c uninstall_panel.sh.checksum.txt && bash uninstall_panel.sh || echo "Checksum 验证失败,文件可能被篡改,已终止操作"

卸载面板前请务必备份好所有数据,提前卸载面板全部插件。卸载后数据将无法恢复

日常维护

使用panel命令进行日常维护:

panel

Wiki 中查看更多使用方法和技巧。

问题反馈

使用类问题,可在 WePublish 社区论坛 提问或QQ群@坤坤寻求 AI 帮助,亦可在群里寻求付费支持。

面板自身问题,可在 GitHub 的Issues页面提交问题反馈,注意提问的智慧

贡献代码

寻找/创建 Issue

您可以在 Issue 列表 中寻找或创建一个 Issue,留言表达想要处理该 Issue 的意愿,得到维护者的确认后,即可开始处理。

创建 PR

  • 在开发过程中,如果遇到问题可以随时在 Issue 中详尽描述该问题,以进一步沟通,但在此之前请确保自己已通过 Google 等方式尽可能的尝试解决问题;
  • PR 须提交至我们的极狐 GitLab 仓库https://jihulab.com/haozi-team/panel,勿在 GitHub 上提交;
  • 当 PR 开发完毕后,请为其添加 🚀 Review Ready 标签,维护者将及时进行评审;
  • 我们非常欢迎您的贡献,将在下次发版时将您添加到首页贡献者中;❤️

赞助商

CDN

对象存储

DevOps

接受云资源和资金赞助,可通过QQ群咨询联系

贡献者

这个项目的存在要归功于所有做出贡献的人,参与贡献请先查看贡献代码部分。

Star 历史

Star History Chart

免责声明

严禁使用耗子 Linux 面板从事任何非法活动,非法站点请勿向我们请求任何形式的技术支持,如果在技术支持过程中发现非法内容,我们将立即停止技术支持并留存相关证据。

panel's People

Contributors

devhaozi avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.