MENU

Debian12安装mdserver-web

September 24, 2024 • 冲浪

用了好久的oneinstack发现被投毒了于是换个面板于是发现了mdserver-web,用起来也还算简单。

安装

首先安装curl

apt install curl -y

安装mdserver-web

curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash

安装完毕后会出现如下信息

==================================================================
MW-Panel default info!
==================================================================
MW-Panel-Url-Ipv4: http://ip:62623/asdgvsd
MW-Panel-Url-Ipv6: http://[ipv6]:62623/sdfgdsd
username: 面板用户名
password: 面板密码
Warning:
If you cannot access the panel. 
release the following port (62623|80|443|22) in the security group.
==================================================================
Time consumed: 3 Minute!

Install completed. If error occurs, please contact us with the log file mw-install.log .
安装完毕,如果出现错误,请带上同目录下的安装日志 mw-install.log 联系我们反馈.

MW-Panel-Url-Ipv4后面是面板后台的登陆地址,端口和地址是随机生成的每个机器都不一样
如果忘记了就在命令行输入 mw default就会显示入口

进入后台

复制后台链接粘贴进浏览器并进入,用刚才提示的默认用户名和密码登陆
提示推荐安装经典套件点安装就行了

Last Modified: October 23, 2024