MW面板:mdserver-web是一款简单Linux面板服务,强烈推荐系统:debian。如急需安装,请直接底部阅读。
简介
简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。 复制了后台管理界面,按照自己想要的方式写了一版。
SSH终端工具
面板收藏功能
网站子目录绑定
网站备份功能
插件方式管理
基本上可以使用,后续会继续优化!欢迎提供意见!
交流
吹水组 - https://t.me/mdserver_web
交流论坛 - https://bbs.midoks.me
Github - https://github.com/midoks/mdserver-web
如果出现问题,最好私给我面板信息。不要让我猜。如果不提供,不要提出问题,自行解决。 — 座右铭
Talk is cheap, show me the code. -- linus
主要插件介绍
OpenResty - 轻量级,占有内存少,并发能力强。
PHP[53-82] - PHP是世界上最好的编程语言。
MySQL - 一种关系数据库管理系统。
MariaDB - 是MySQL的一个重要分支。
MySQL[APT/YUM] - 一种关系数据库管理系统。
MongoDB - 一种非关系NOSQL数据库管理系统。
phpMyAdmin - 著名Web端MySQL管理工具。
Memcached - 一个高性能的分布式内存对象缓存系统。
Redis - 一个高性能的KV数据库。
PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。
Gogs - 一款极易搭建的自助Git服务。
Rsyncd - 通用同步服务。
版本更新 0.16.2
keepalived插件改造,集成mysql高可用配置。
redis(主从/集群)配置识别。
MySQL主从同步1236错误,添加修复功能。
MySQL二进制日志查看。
源码安装成功后删除解压包,节省体积。
网站统计-增加查询条件。
php增加yaml扩展。
php扩展ioncube修复。
php-fpm增加【按需】配置。
gitea/gogs同步功能改造。
Docker
由DDSRem开发维护。
https://hub.docker.com/r/ddsderek/mw
docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:443 -p 888:888 ddsderek/mw-server:latest
JSDelivr安装地址
初始安装
curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash
直接更新
curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/update.sh | bash
卸载脚本
wget --no-check-certificate -O uninstall.sh https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/uninstall.sh && bash uninstall.sh
备用地址
初始安装
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash curl --insecure -fsSL https://code.midoks.me/midoks/mdserver-web/raw/branch/master/scripts/install.sh | bash
直接更新
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash
卸载脚本
wget --no-check-certificate -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/uninstall.sh && bash uninstall.sh
通用软件安装[命令行安装]
需已经安装mdserver-web
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/app.sh | bash
DEV使用
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install_dev.sh | bash curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install.sh && bash install.sh wget --no-check-certificate -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/uninstall.sh && bash uninstall.sh curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/debug.sh | bash curl --insecure -fsSL https://code.midoks.me/midoks/mdserver-web/raw/branch/dev/scripts/install_dev.sh | bash curl --insecure -fsSL https://code.midoks.me/midoks/mdserver-web/raw/branch/dev/scripts/update_dev.sh | bash