• Stars
    star
    3,909
  • Rank 11,099 (Top 0.3 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Linux Panel

logo

mdserver-web

一款简单Linux面板服务

强烈推荐系统:debian

简介

简单的Linux面板,感谢BT.CN写出如此好的web管理软件。我一看到,就知道这是我一直想要的页面化管理方式。 复制了后台管理界面,按照自己想要的方式写了一版。

Debian Ubuntu Fedora CentOS

Wiki

  • SSH终端工具
  • 面板收藏功能
  • 网站子目录绑定
  • 网站备份功能
  • 插件方式管理

基本上可以使用,后续会继续优化!欢迎提供意见!

如果出现问题,最好私给我面板信息。不要让我猜。如果不提供,不要提出问题,自行解决。  — 座右铭
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 - 通用同步服务。

插件开发相关

插件文档还不完善,如果有不明白的地方提Issue! 我会尽力完善。
如果你自己写了插件,想分享出来,也可以提Issue。

Note

phpMyAdmin[4.4.15]支持MySQL[5.5-5.7]
phpMyAdmin[5.2.0]支持MySQL[8.0]

PHP[53-72]支持phpMyAdmin[4.4.15]
PHP[72-82]支持phpMyAdmin[5.2.0]

特别赞助

AD - VPS推荐 - 🙏

服务商 LOGO 推广地址 优惠码
digitalvirt digitalvirt https://digitalvirt.com/aff.php?aff=154 mdserver-web

Docker

docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:443 -p 888:888 ddsderek/mw-server:latest

版本更新 0.14.5

  • 软件管理-搜索功能。
  • 文件-右键功能优化。

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 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

捐赠地址 USDT(TRC20)

TVbNgrpeGBGZVm5gTLa21ADP7RpnPFhjya

日行一善,以后必定大富大贵

微信赞助

截图

无图不真相

截图

Stargazers over time

Stargazers over time

感谢开发赞助

digitalvirt

授权许可

本项目采用 Apache 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。

More Repositories

1

mdserver-mac

mdserver (mac version, secondary development)
Objective-C
187
star
2

imail

small mail server
Go
103
star
3

DnsPod

DnsPod iOS Client
Objective-C
21
star
4

md_xhprof

PHP7(xhprof)
C
19
star
5

midoks

Record my code snippet
PHP
16
star
6

MDserver_64

PHP integrated environment - (Win7, 8, 10) 64-bit available
C#
16
star
7

dagger

A small sharp knife to eat meat
Objective-C
9
star
8

mdserver-mac-reinstall

mdserver-mac script control
Shell
7
star
9

wp-weixin-robot

WordPress上的WP微信机器人插件。
PHP
6
star
10

wp-cache-db

WordPress数据库缓存,零SQL查询缓存。
PHP
6
star
11

xiuno_github_login

修罗开源轻论坛程序-GitHub登录插件
PHP
5
star
12

change-linux-mirrors

change linux mirrors
Shell
5
star
13

go-p2p-server

go p2p server
Go
4
star
14

novelsearch

(小说搜索)Novel search
Go
4
star
15

BigData

Large data software learning
Objective-C
3
star
16

tg-king

TG全能王
Python
2
star
17

hlsjs-p2p-free

JavaScript
2
star
18

MDDropDownList

iOS swift 仿QQ菜单下拉
Swift
2
star
19

smplayer

smplayer is simple macOS player
C
2
star
20

WordPressPlugins

Some WordPress plug-ins written in my
PHP
2
star
21

MDHT

Learn more DHT protocol
Python
2
star
22

opencv

OpenCV for PHP Extend
C++
2
star
23

choose-linux-python

choose linux python version
Shell
2
star
24

MDserver

Window7 32 bit, C# wrote PHP a key to build the environment
C#
2
star
25

checkword

敏感词检测
Go
1
star
26

vms

Video management system
JavaScript
1
star
27

ossbc

Python
1
star
28

LibMpv

LibMpv
C
1
star
29

phpjs

PHPjs
JavaScript
1
star
30

linux-kernel-intercept

linux kernel intercept example
C
1
star
31

wp-multi-domain

WP插件【支持不同的域名展示不同的主题。】
PHP
1
star
32

WinService

Large data software learning(Windows)
C#
1
star