#Node and wings doesnt work
45 messages · Page 1 of 1 (latest)
I did everything that bot said and it sitll doesnt work
reinstalled the panel many times still same problem
with difrent domains
How can i fix that?
stop it and try to run it through wings --debug
and check if there is any errors
Okay thank you il see if there are any errors
FATAL: [Feb 8 18:01:30.044] failed to configure HTTP server error=listen tcp 0.0.0.0:8080: bind: address already in use
Stacktrace:
listen tcp 0.0.0.0:8080: bind: address already in use
github.com/pterodactyl/wings/cmd.rootCmdRun
github.com/pterodactyl/wings/cmd/root.go:375
github.com/spf13/cobra.(*Command).execute
github.com/spf13/[email protected]/command.go:876
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/[email protected]/command.go:990
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/[email protected]/command.go:918
github.com/pterodactyl/wings/cmd.Execute
github.com/pterodactyl/wings/cmd/root.go:71
main.main
github.com/pterodactyl/wings/wings.go:17
runtime.main
runtime/proc.go:250
runtime.goexit
runtime/asm_arm64.s:1270
There were too many logs to read @ashen tusk. Please post 5 or less.
This pops out
Stacktrace:
listen tcp 0.0.0.0:8080: bind: address already in use
You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.
Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.
then killall wings and run it once again
No errors now
do you see green heart?
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Tried everything nothing works
its still red heart on node
please post logs then
please too
[2023-02-08 19:18:11] production.WARNING: GuzzleHttp\Exception\ConnectException: cURL error 7: Failed to connect to 138.3.254.197 port 8080: No route to host (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://138.3.254.197:8080/api/system in /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210
Not good, @ashen tusk! The host you're trying to reach might be invalid or its firewall is blocking your connection attempts gracefully.
If you believe the host to be correct and have checked it with dig or https://dnschecker.org/, it means your DNS might be experiencing issues. You can try to ping a different domain, such as Google and if it resolves the issue is not with your DNS and rather with the host you are trying to reach.
ping google.com
here
.
yap
@ashen tusk please read firs the ping message that indicate the respective ports for wings
okay thaanks
🫡
P