#Node

1 messages · Page 1 of 1 (latest)

brave mango
#

Update something to do with wings permissions I do believe can't quite seem to figure it out

#

failed to load server configurations error=manager: failed to retrieve server configurations: Error response from Panel: AccessDeniedHttpException: You are not authorized to access this resource. (HTTP/403)

crimson abyssBOT
brave mango
#

Oh thank you

crimson abyssBOT
#

At your service, @brave mango!

The IP address you have assigned to your server is not actually available for use on your machine. Node allocation creation is explained in the Wings install documentation: https://pterodactyl.io/wings/1.0/installing.html#node-allocations

Execute the command hostname -I | awk '{print $1}' and change your Node allocations to use this IP. Yes, it can be your internal/local IP when you're behind NAT. When behind NAT you will allocate the internal IP and connect using the public IP.

If you have added multiple public IPs to your network interface, you can view all of them using the command ip a | grep "inet "

brave mango
#

failed to configure HTTPS server auto_tls=false error=listen tcp :8080: bind: address already in use

crimson abyssBOT
#

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.

brave mango
#

HTTP ERROR 500

crimson abyssBOT
#

@brave mango; Your web server is experiencing issues. Most common causes for this error is having wrong file permissions.

Check your web server logs to find out what exactly is wrong. For Nginx, default path would be /var/log/nginx/pterodactyl.app-error.log

tail -n 150 /var/log/nginx/pterodactyl.app-error.log | nc pteropaste.com 99

brave mango
crimson abyssBOT
brave mango
#

Connection to server not working

crimson abyssBOT
scarlet crest
crimson abyssBOT
scarlet crest
crimson abyssBOT
scarlet crest
#

-_-