mdserver-web/web/templates/default/path.html

16 lines
769 B
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>安全入口校验失败</title>
</head>
<body>
<h1>请使用正确的入口登录面板</h1>
<p><b>错误原因:</b>当前新安装的已经开启了安全入口登录新装机器都会随机一个8位字符的安全入口名称亦可以在面板设置处修改如您没记录或不记得了可以使用以下方式解决</p>
<p><b>解决方法:</b>在SSH终端输入以下一种命令来解决</p>
<p>1.查看面板入口mw default</p>
<p>2.关闭安全入口mw close_admin_path </p>
<p style="color:red;">注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作</p>
</body>
</html>