-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
NeXT-Server与panel初始化节点失败,通讯报错内部错误500 #57
Comments
panel_domain.com配置正常,已创建node1,vmess
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
panel端已在.config.yaml文件正确设置mukey为123456,NeXT-Server配置如下:
panel端nginx日志:
/mod_mu/nodes/1/info?key=123456&muKey=123456 HTTP/1.1" 500 5313
`
ubuntu@ubuntu:~$ sudo /usr/local/next-server/next-server --config /etc/next-server/config.yml
NeXT-Server 0.3.8 (Next generation proxy server.)
2024/09/26 01:42:29 Start the panel..
2024/09/26 01:42:29 Xray Core Version: 1.8.23
2024/09/26 01:42:29 Panel Start failed: request https://panel_domain.com/mod_mu/nodes/1/info failed: <!doctype html>
panic: Panel Start failed: request https://panel_domain.com/mod_mu/nodes/1/info failed: <!doctype html>
goroutine 1 [running]:
log.Panicf({0x3d6cddb?, 0x4254118?}, {0xc0001a59a8?, 0xc000cb0b40?, 0x3481680?})
log/log.go:439 +0x65
github.com/The-NeXT-Project/NeXT-Server/panel.(*Panel).Start(0xc001213780)
github.com/The-NeXT-Project/NeXT-Server/panel/panel.go:207 +0x485
github.com/The-NeXT-Project/NeXT-Server/cmd.run()
github.com/The-NeXT-Project/NeXT-Server/cmd/root.go:97 +0x239
github.com/The-NeXT-Project/NeXT-Server/cmd.init.func1(0xc0001e3d00?, {0x3d40f29?, 0x4?, 0x3d40df9?})
github.com/The-NeXT-Project/NeXT-Server/cmd/root.go:26 +0x13
github.com/spf13/cobra.(*Command).execute(0x6b93d60, {0xc000102820, 0x2, 0x2})
github.com/spf13/[email protected]/command.go:989 +0xa91
github.com/spf13/cobra.(*Command).ExecuteC(0x6b93d60)
github.com/spf13/[email protected]/command.go:1117 +0x3ff
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/[email protected]/command.go:1041
github.com/The-NeXT-Project/NeXT-Server/cmd.Execute(...)
github.com/The-NeXT-Project/NeXT-Server/cmd/root.go:111
main.main()
github.com/The-NeXT-Project/NeXT-Server/main.go:32 +0x1b3
`
The text was updated successfully, but these errors were encountered: