1Panel V2.1.8 localhost可以访问,但使用固定IP无法访问

提问之前请先在 1Panel 问题排查思路 找一下有没有解决方案
提需求请在 Issues · 1Panel-dev/1Panel · GitHub 这里提 100% 回复

应用安装失败 请参考 Docker Hub 无法访问:应用安装失败,镜像拉取超时的解决方案

反馈问题【BUG】请附带以下信息
1Panel 版本:
操作系统(设备):
关键截图:
日志:root@zhuo-pc:/data/home/apps/web# curl -v http://localhost:8200/safe

  • Trying 127.0.0.1:8200…
  • TCP_NODELAY set
  • Connected to localhost (127.0.0.1) port 8200 (#0)

GET /safe HTTP/1.1
Host: localhost:8200
User-Agent: curl/7.68.0
Accept: /

  • Mark bundle as not supporting multiuse
    < HTTP/1.1 200 OK
    < Content-Type: text/html; charset=utf-8
    < Date: Wed, 22 Apr 2026 08:06:33 GMT
    < Transfer-Encoding: chunked
    <
loading...
html, body, #app { width: 100%; height: 100%; padding: 0; margin: 0; } .first-loading-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .first-loading-wrap > h1 { font-size: 128px; } .first-loading-wrap .loading-wrap { display: flex; align-items: center; justify-content: center; padding: 98px; } .dot { position: relative; box-sizing: border-box; display: inline-block; width: 32px; height: 32px; font-size: 32px; transform: rotate(45deg); animation: ant-rotate 1.2s infinite linear; } .dot i { position: absolute; display: block; width: 14px; height: 14px; background-color: #1890ff; border-radius: 100%; opacity: 0.3; transform: scale(0.75); transform-origin: 50% 50%; animation: ant-spin-move 1s infinite linear alternate; } .dot i:nth-child(1) { top: 0; left: 0; } .dot i:nth-child(2) { top: 0; right: 0; animation-delay: 0.4s; } .dot i:nth-child(3) { right: 0; bottom: 0; animation-delay: 0.8s; } .dot i:nth-child(4) { bottom: 0; left: 0; animation-delay: 1.2s; } @keyframes ant-rotate { to { transform: rotate(405deg); } } @keyframes ant-spin-move { to { opacity: 1; } }
* Connection #0 to host localhost left intact root@zhuo-pc:/data/home/apps/web# curl -v http://192.168.1.60:8200/safe * Trying 192.168.1.60:8200... * TCP_NODELAY set * Connected to 192.168.1.60 (192.168.1.60) port 8200 (#0) > GET /safe HTTP/1.1 > Host: 192.168.1.60:8200 > User-Agent: curl/7.68.0 > Accept: */* > * Empty reply from server * Connection #0 to host 192.168.1.60 left intact curl: (52) Empty reply from server root@zhuo-pc:/data/home/apps/web# netstat -an|grep 8200 tcp 0 0 0.0.0.0:8200 0.0.0.0:* LISTEN tcp 0 0 192.168.1.60:8200 192.168.1.60:47266 TIME_WAIT tcp 0 0 127.0.0.1:41840 127.0.0.1:8200 TIME_WAIT

没有上述信息的问题很有可能不被回答