[root@5097528695_hax ~]# curl -v http://127.0.0.1 (cat /www/server/panel/data/port.pl)/login
* About to connect() to 127.0.0.1 port 8888 (#0)
* Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 8888 (#0)
> GET /login HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 127.0.0.1:8888
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=utf-8
< Content-Length: 725
< Server: nginx
< Connection: keep-alive
< X-Frame-Options: SAMEORIGIN
< Date: Sat, 30 Jul 2022 08:13:30 GMT
<
<!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.查看面板入口:/etc/init.d/bt default</p>
<p style="color:red;">注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作</p>
</body>
* Connection #0 to host 127.0.0.1 left intact
---------------------------------------------------
出现上述反馈。另外我的宝塔登录地址是:http://[2a01:4f8:151:24e7:face:4b9:69cf:1]:8888/e9750f06
请你看看是否可以访问? |