When using a server, sometimes we need a convenient tool to manage the server, such as a server management panel. I believe many people will mention the Baota panel. Baota has been around for a long time, and it does make server management simple and easy to use, but the potential backdoors and review issues behind it may be difficult for many users to tolerate.
Later, a server management panel that can compete with it appeared: 1Panel. It is good, open-source, free, and without backdoors. However, the protagonist we are introducing today is not it. 1Panel is indeed good, but its application containerized installation, while secure and fast, may not be favored by some users. And this also means it will consume more server resources. So today we introduce another panel that has many similarities with the Baota panel: MDServer-Web.
So how similar is it to the Baota panel? Let's take a look at the example image provided by the official website:
In short, we can see that it looks very much alike, maybe even ninety percent 😅
However, just looking alike doesn't prove anything, but MDServer-Web is also very powerful, supporting panel bookmarking, website subdirectory binding, website backup, automatic optimization, plugin-based management, and more. It supports OpenResty (a high-performance web platform based on Nginx and Lua, compatible with standard Nginx core and Nginx usage), PHP, MySQL, MongoDB, Memcached, Redis, etc. Online SSH is also available.
It can be said that it supports many of the functions supported by Baota. If you don't want to use the Baota panel but still want a similar user experience, you can definitely give it a try. The author also promises: no selling, no monitoring (except for statistical use), and definitely no injecting viruses. So we can feel safe to try it out.
Installation#
Installation is very simple. We can quickly install it by executing the following script on the server command line.
For servers in China#
curl --insecure -fsSL https://fastly.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash
For overseas servers#
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
After waiting for the installation to complete, the command line will display panel usage information, such as the panel port, username, and password.
By specifying the port, username, password, etc., you can access the server panel for server management.