简单的 Linux 面板,感谢 BT.CN 写出如此好的 web 管理软件。我一看到,就知道这是我一直想要的页面化管理方式。 复制了后台管理界面,作者按照自己想要的方式写了一版。缙哥哥安装好一看,果然非常神似宝塔控制面板,不愧是复制的界面,极其顺眼。

不过装好后发现没有 Apache 和 NGINX,只有一个 OpenResty,缙哥哥一脸懵逼,一查才发现 OpenResty® 是一个基于 Nginx 与 Lua 的高性能 Web 平台,其内部集成了大量精良的 Lua 库、第三方模块以及大多数的依赖项。用于方便地搭建能够处理超高并发、扩展性极高的动态 Web 应用、Web 服务和动态网关。
- OpenResty®官方网站 https://openresty.org/cn/
所以用不吐不快站长的话说就是“直接用就完了,这个 Web 平台主要由章亦春开发,很多公司都在使用。”通过缙哥哥查看,连 B 站都在用这个。
猫王 Mdserver-web 面板功能
- SSH终端工具
- 面板收藏功能
- 网站子目录绑定
- 网站备份功能
- 插件方式管理
基本上可以使用,后续会继续优化!欢迎提供意见!
- 吹水组 https://t.me/mdserver_web
猫王 Mdserver-web 面板安装
初始安装
curl -fsSL https://cdn.jsdelivr.net/gh/midoks/[email protected]/scripts/install.sh | bash
直接更新
curl -fsSL https://cdn.jsdelivr.net/gh/midoks/[email protected]/scripts/update.sh | bash
卸载脚本
wget -O uninstall.sh https://cdn.jsdelivr.net/gh/midoks/mdserv[email protected]/scripts/uninstall.sh && bash uninstall.sh
主要插件介绍
- OpenResty – 轻量级,占有内存少,并发能力强。
- PHP[53-82] – PHP是世界上最好的编程语言。
- MySQL – 一种关系数据库管理系统。
- MariaDB – 是MySQL的一个重要分支。
- MongoDB – 一种非关系NOSQL数据库管理系统。
- phpMyAdmin – 著名Web端MySQL管理工具。
- Memcached – 一个高性能的分布式内存对象缓存系统。
- Redis – 一个高性能的KV数据库。
- PureFtpd – 一款专注于程序健壮和软件安全的免费FTP服务器软件。
- Gogs – 一款极易搭建的自助Git服务。
- Rsyncd – 通用同步服务。
常用命令说明
面板相关命令
/etc/init.d/mw default
service mw [start|stop|reload|restart|status]
OpenResty
systemctl [start|stop|reload|restart|status] openresty
MySQL
systemctl [start|stop|reload|restart|status] mysql
MariaDB
systemctl [start|stop|reload|restart|status] mariadb
PHP
systemctl [start|stop|reload|restart|status] php[54-81]
systemctl start php71
Redis
systemctl [start|stop|reload|restart|status] redis
Memcached
systemctl [start|stop|reload|restart|status] memcached
sphinx
systemctl [start|stop|reload|restart|status] sphinx
评论前必须登录!
注册