当前位置:论坛首页 > Linux面板 > 求助

【待反馈】宝塔面板访问不了提示404

发表在 Linux面板2022-9-27 11:39 [复制链接] 8 11163

通过服务器查看面板地址  只显示这个   需要修复面板?

使用道具 举报 只看该作者 回复
发表于 2022-9-27 12:08:36 | 显示全部楼层
您好!逐条执行以下命令截图看一下结果
  1. ping www.bt.cn
  2. curl -v https://api.bt.cn
  3. curl -v www.baidu.com
  4. curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  5. history | grep sh
复制代码
使用道具 举报 回复 支持 反对
发表于 2022-9-27 13:35:46 | 显示全部楼层
ping 之后就一直显示一条信息  PING www.bt.cn (42.157.129.124) 56(84) bytes of data.

[root@localhost ~]# curl -v https://api.bt.cn
* About to connect() to api.bt.cn port 443 (#0)
*   Trying 42.157.129.47...
* Connected to api.bt.cn (42.157.129.47) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none


[root@localhost ~]# curl -v www.baidu.com
* About to connect() to www.baidu.com port 80 (#0)
*   Trying 14.215.177.39...
* Connected to www.baidu.com (14.215.177.39) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: www.baidu.com
> Accept: */*
>

curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash  执行该语句无任何反映

[root@localhost ~]# history | grep sh
    2  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
    3  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   11  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
   32  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   79  cat /etc/shadow
   84  cat /etc/ssh/sshd_config
   85  cat /etc/pam.d/sshd
   86  ssh -V
   88  service sshd status
  173  curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  174  history | grep sh
使用道具 举报 回复 支持 反对
发表于 2022-9-27 13:39:49 | 显示全部楼层
[root@localhost ~]# ping www.bt.cn
PING www.bt.cn (42.157.129.124) 56(84) bytes of data.  就显示这个信息  一直无反应  


[root@localhost ~]# curl -v https://api.bt.cn
* About to connect() to api.bt.cn port 443 (#0)
*   Trying 42.157.129.47...
* Connected to api.bt.cn (42.157.129.47) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none


[root@localhost ~]# curl -v www.baidu.com
* About to connect() to www.baidu.com port 80 (#0)
*   Trying 14.215.177.38...
* Connected to www.baidu.com (14.215.177.38) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: www.baidu.com
> Accept: */*
>


curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash  运行后无反映

[root@localhost ~]# history | grep sh
    2  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
    3  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   11  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
   32  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   79  cat /etc/shadow
   84  cat /etc/ssh/sshd_config
   85  cat /etc/pam.d/sshd
   86  ssh -V
   88  service sshd status
  173  curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  174  history | grep sh
使用道具 举报 回复 支持 反对
发表于 2022-9-27 13:45:53 | 显示全部楼层
堡塔运维向樛木 发表于 2022-9-27 12:08
您好!逐条执行以下命令截图看一下结果

[root@localhost ~]# ping www.bt.cn
PING www.bt.cn (42.157.129.124) 56(84) bytes of data.  就显示这个信息  一直无反应  

[root@localhost ~]# curl -v https://api.bt.cn
* About to connect() to api.bt.cn port 443 (#0)
*   Trying 42.157.129.47...
* Connected to api.bt.cn (42.157.129.47) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none

[root@localhost ~]# curl -v www.baidu.com
* About to connect() to www.baidu.com port 80 (#0)
*   Trying 14.215.177.38...
* Connected to www.baidu.com (14.215.177.38) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: www.baidu.com
> Accept: */*
>

curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash  运行后无反映

[root@localhost ~]# history | grep sh
    2  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
    3  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   11  yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
   32  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
   79  cat /etc/shadow
   84  cat /etc/ssh/sshd_config
   85  cat /etc/pam.d/sshd
   86  ssh -V
   88  service sshd status
  173  curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  174  history | grep sh
使用道具 举报 回复 支持 反对
发表于 2022-9-27 13:59:58 | 显示全部楼层
堡塔运维向樛木 发表于 2022-9-27 12:08
您好!逐条执行以下命令截图看一下结果

我查看宝塔默认面板信息  反馈的内容就这样  
外网面板地址: http://:8888/de66a00b
内网面板地址: http://192.168.10.215:8888/de66a00b
*以下仅为初始默认账户密码,若无法登录请执行bt命令重置账户/密码登录
If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口

使用道具 举报 回复 支持 反对
发表于 2022-9-27 14:40:14 | 显示全部楼层
青青super面 发表于 2022-9-27 13:59
我查看宝塔默认面板信息  反馈的内容就这样  
外网面板地址: http://:8888/de66a00b
内网面板地址: http: ...

您的设备可以正常连接外网吗?看您执行命令的结果好像不能连接外网
使用道具 举报 回复 支持 反对
发表于 2022-9-27 14:54:23 | 显示全部楼层
堡塔运维向樛木 发表于 2022-9-27 14:40
您的设备可以正常连接外网吗?看您执行命令的结果好像不能连接外网

可以正常的  服务器配置的网站可以正常访问  就是面板无法访问
使用道具 举报 回复 支持 反对
发表于 2022-9-27 15:16:08 | 显示全部楼层
青青super面 发表于 2022-9-27 14:54
可以正常的  服务器配置的网站可以正常访问  就是面板无法访问

您好!是否方便提供一下服务器,这边协助您排查一下问题所在。
将您的服务器ssh信息,面板登录资料按照下面的格式发到这个邮箱:parmaq@qq.com
格式(必须复制帖子链接,不然不知道邮件来源):
  1. 帖子标题(遇到什么问题):
  2. 帖子链接:https://www.bt.cn/bbs/thread-xxxxxxxx
  3. SSH账号密码及端口(Windows服务器请发送远程连接):
  4. 宝塔面板登录链接地址及账号密码:
复制代码

接到邮件后将开始处理、视问题复杂度处理时间约1-3工作日,请耐心等待。
有任何进展将会回复。
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表