逛github时候看见这个仿宝塔面板,当时看见觉得卧槽这么牛逼,这个作者我看更新还勤快一两天就一更这免费的发展起来不得每人一套?

但是这款面板目前bug还比较多,我安装了好几次才安装上,该面板还在完善期间如果要稳定使用并不推荐,只能尝鲜。毕竟一个人维护是非常消耗精力和时间。

主要插件介绍

  • OpenResty - 轻量级,占有内存少,并发能力强。
  • PHP[52-81] - PHP是世界上最好的编程语言。
  • MySQL - 一种关系数据库管理系统。
  • MongoDB - 一种非关系NOSQL数据库管理系统。
  • phpMyAdmin - 著名Web端MySQL管理工具。
  • Memcached - 一个高性能的分布式内存对象缓存系统。
  • Redis - 一个高性能的KV数据库。
  • CSVN - 最流行的SVN代码共享管理软件。
  • PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。
  • Gogs - 一款极易搭建的自助Git服务。
  • Rsyncd - 通用同步服务。

GITHUB链接

https://github.com/midoks/mdserver-web

脚本安装

GW使用(适合国外机子)

  • 自动安装
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
  • 脚本更新
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash

GN使用(适合国内机子)

  • 自动安装
curl -fsSL  https://gitee.com/midoks/mdserver-web/raw/master/scripts/install_cn.sh | bash
  • 脚本更新
curl -fsSL  https://gitee.com/midoks/mdserver-web/raw/master/scripts/update_cn.sh | bash

通用安装

curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/quick/app.sh | bash

DEV使用

  • 自动安装
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install_dev.sh | bash
  • 脚本更新
curl -fsSL  https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash

安装截图

62b6eb47ac2a5.jpg
62b6ebd2d57f0.jpg
62b6ebe5c4731.jpg
62b6ebf67f239.jpg
62b6ec02ce0d6.jpg
62b6ec0eb4782.jpg
62b6ec19eb35e.jpg
62b6f083b0fb3.png

一些技巧

卸载脚本

删除mdserver-web

rm -rf /www/server/mdserver-web

删除安装的软件

rm -rf /www/server

删除ALL

rm -rf /www
文章至结束
本文作者:
文章标题:开源仿版宝塔面板– mdserver-web[持续关注]
本文地址:https://www.coldyun.cn/archives/212.html
版权说明:若无注明,本文皆Cold' Blog原创,转载请保留文章出处。