Manage a Linux web server through a browser UI, install PHP, MySQL, and Redis without using the command line.
Set up a self-hosted Git server using the Gogs plugin and manage it through the control panel interface.
Access a browser-based SSH terminal and create scheduled website backups from within the panel.
Run the control panel in Docker for a containerized server management setup.
Install via a curl shell script on a Linux server, Debian is recommended, interface and documentation are in Chinese.
mdserver-web is a web-based control panel for managing a Linux server. Instead of typing commands into a terminal every time you want to install software, start a service, or configure a website, you open a browser and do it through a graphical interface. The project is written in Python and runs on the server itself, serving the admin panel over a local port. The panel manages a collection of common server components through a plugin system. The README lists the main ones: OpenResty (a web server), PHP in multiple versions from 5.3 through 8.5, MySQL, MariaDB, MongoDB, PostgreSQL, phpMyAdmin (a browser-based database tool), Memcached, Redis, PureFTPd for file transfers, Gogs for self-hosted code repositories, and rsync for file synchronization. Each of these is treated as a plugin that you can install or remove through the panel's interface rather than by running package manager commands manually. The panel also includes a built-in SSH terminal so you can run commands in the browser, a website backup feature, and a favorites system for bookmarking frequently used sections. A Docker image maintained by a third-party contributor is available if you prefer to run the panel in a container. The README recommends Debian as the host operating system, though it lists Debian, Ubuntu, CentOS, Fedora, and EulerOS as tested platforms. Installation is a single curl command that downloads and runs a shell script. The author notes that the project is free, does not sell user data, does not perform monitoring beyond basic usage statistics, and does not inject anything harmful. The README and community forums are in Chinese. The license is Apache 2.0.
← midoks on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.