Replies: 9 comments
-
检查一下防火墙以及端口占用情况 |
Beta Was this translation helpful? Give feedback.
-
To Action From 22/tcp ALLOW IN 192.168.1.0/24 root@Debian:~# |
Beta Was this translation helpful? Give feedback.
-
1、 |
Beta Was this translation helpful? Give feedback.
-
root@Debian:~# curl 127.0.0.1:6666 <title>loading...</title> <script type="module" crossorigin src="/assets/js/index-BYC_zW2c.js"></script>
<style>
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;
}
}
</style>
root@Debian:~#
这个问题好像在我这可以完美复现 我卸载后删除关于所有1panel的内容 重装之后改端口就进不去 |
Beta Was this translation helpful? Give feedback.
-
使用 |
Beta Was this translation helpful? Give feedback.
-
11月 19 14:14:35 Debian systemd[1]: Started 1panel.service - 1Panel, a modern open > |
Beta Was this translation helpful? Give feedback.
-
执行命令 |
Beta Was this translation helpful? Give feedback.
-
服务运行和端口绑定均正常,且通过 |
Beta Was this translation helpful? Give feedback.
-
联系方式
[email protected]
1Panel 版本
1.10.20-lts
问题描述
修改了一次面板端口后就进不去面板了 面板安全入口是关着的 能确认修改的端口没有被占用
之前也碰到过几次 有的时候是升级导致莫名其妙进不去 有的时候换端口导致进不去 才想起来提issue 本人比较小白抱歉
下面是1pctl status
lines 1-20/20 (END)...skipping...
● 1panel.service - 1Panel, a modern open source linux panel
Loaded: loaded (/etc/systemd/system/1panel.service; enabled; preset: enabled)
Active: active (running) since Sun 2024-11-17 15:24:52 UTC; 1min 8s ago
Main PID: 3582 (1panel)
Tasks: 7 (limit: 18849)
Memory: 46.3M
CPU: 478ms
CGroup: /system.slice/1panel.service
└─3582 /usr/bin/1panel
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] POST /api/v1/alerts/logs/sync --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).SyncSmsInfo-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] POST /api/v1/alerts/logs/clean --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).CleanAlertLogs-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] POST /api/v1/alerts/logs/sync/all --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).SyncSmsAll-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] GET /api/v1/alerts/clams/list --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).GetClams-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] POST /api/v1/alerts/cronjob/list --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).GetCronJobs-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [GIN-debug] POST /api/v1/alerts/sms --> github.com/1Panel-dev/1Panel/backend/xpack/app/api/v1.(*XpackApi).SyncSmsCount-fm (12 handlers)
11月 17 15:24:55 Debian 1panel[3582]: [2024-11-17 15:24:55] [INFO] listen at http://0.0.0.0:6666 [tcp4]
11月 17 15:24:56 Debian 1panel[3582]: [2024-11-17 15:24:56] [INFO] [AppStore] download file from https://apps-assets.fit2cloud.com/stable/1panel.json.zip
11月 17 15:24:56 Debian 1panel[3582]: [2024-11-17 15:24:56] [INFO] The App Store is at the latest version
11月 17 15:25:07 Debian 1panel[3582]: [2024-11-17 15:25:07] [ERROR] load remote time with [pool.ntp.org] failed, err: failed to read server response: read udp 192.168.1.20:37139->198.18.0.137:123: i/o timeout
重现步骤
关闭面板安全入口 修改端口
期待的正确结果
No response
相关日志输出
No response
附加信息
No response
Beta Was this translation helpful? Give feedback.
All reactions