Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jd.sh: line 262: 2553 Killed nohup node ${PanelDir}/server.js > /dev/null 2>&1 确认看过WIKI,打开浏览器,地址为你的127.0.0.1:5678 打不开面板。 #141

Open
442774765 opened this issue Jun 15, 2021 · 10 comments
Labels
Documentation Improvements or additions to documentation Fixed已修复 已修复的问题 Question Further information is requested

Comments

@442774765
Copy link

No description provided.

@lan-tianxiang
Copy link
Owner

哪个版本的

@lan-tianxiang
Copy link
Owner

A1还是jdshell

@442774765
Copy link
Author

v3

@lan-tianxiang
Copy link
Owner

你输入

cd jd/panel
node server.js

@442774765
Copy link
Author

[HPM] Proxy created: / -> http://localhost:9999
[HPM] Proxy rewrite rule created: "^/shell" ~> "/"
events.js:174
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE: address already in use :::5678
at Server.setupListenHandle [as _listen2] (net.js:1280:14)
at listenInCluster (net.js:1328:12)
at Server.listen (net.js:1415:7)
at Function.listen (/root/jd/panel/node_modules/express/lib/application.js:618:24)
at Object. (/root/jd/panel/server.js:811:5)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
Emitted 'error' event at:
at emitErrorNT (net.js:1307:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
[root@SXHostIP2 panel]# node server.js
[HPM] Proxy created: / -> http://localhost:9999
[HPM] Proxy rewrite rule created: "^/shell" ~> "/"
events.js:174
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE: address already in use :::5678
at Server.setupListenHandle [as _listen2] (net.js:1280:14)
at listenInCluster (net.js:1328:12)
at Server.listen (net.js:1415:7)
at Function.listen (/root/jd/panel/node_modules/express/lib/application.js:618:24)
at Object. (/root/jd/panel/server.js:811:5)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
Emitted 'error' event at:
at emitErrorNT (net.js:1307:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
You have new mail in /var/spool/mail/root

@442774765
Copy link
Author

已经反复删除,安装a1 V3 docker面板都启动不成功。

@lan-tianxiang
Copy link
Owner

你的docker是安装到服务器上还是其他设备里面,服务器的话,我帮你部署

@lan-tianxiang
Copy link
Owner

listen EADDRINUSE: address already in use

这个是端口占用了

@442774765
Copy link
Author

百度搜索查看一下,试用这些命令成功了。firewall-cmd --zone=public --add-port=5678/tcp --permanent   # 开放5678端口
firewall-cmd --zone=public --list-ports
firewall-cmd --reload   # 配置立即生效

@lan-tianxiang
Copy link
Owner

嗯,那是防火墙没开

@lan-tianxiang lan-tianxiang added Documentation Improvements or additions to documentation Question Further information is requested Fixed已修复 已修复的问题 labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation Fixed已修复 已修复的问题 Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants