标签 mdserver-web 下的文章

好用的主机控制面板 Mdserver-web

Mdserver-web 是一款简约而不简单的免费开源 Linux 面板,作者仿照宝塔面板界面,按照他自己想要的方式写的主机管理面板,该面板采用插件方式进行管理。 主要插件介绍 OpenResty - 轻量级,占有内存少,并发能力强。 PHP[53-84] - PHP是世界上最好的编程语言。 MySQL - 一种关系数据库管理系统。 MariaDB - 是MySQL的一个重要分支。 MySQL[community] - 一种关系数据库管理系统。 MongoDB - 一种非关系NOSQL数据库管理系统。 PostgreSQL - 功能强大的开源数据库。 phpMyAdmin - 著名Web端 MySQL 管理工具。 Memcached - 一个高性能的分布式内存对象缓存系统。 Redis - 一个高性能的KV数据库。 PureFtpd - 一款专注于程序健壮和软件安全的免费FTP服务器软件。 Gogs - 一款极易搭建的自助 Git 服务。 Rsyncd - 通用同步服务。 Note phpMyAdmin[4.4.15]支持MySQL[5.5-5.7] phpMyAdmin[5.2.1]支持MySQL[8.0+] PHP[53-72]支持phpMyAdmin[4.4.15] PHP[72-84]支持phpMyAdmin[5.2.1] 安装 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.icu/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 使用 安装完毕后会显示后台登录信息,按照后台登录信息登录之后就可以安装相应的插件了。...