#Node
1 messages · Page 1 of 1 (latest)
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)
Hey @brave mango! Your Wings token appears to be invalid. Overwrite your config with a new one from the panel to update the token.
Not sure how to do it? It is the same setup that you performed during the installation https://pterodactyl.io/wings/1.0/installing.html#configure
Oh thank you
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 "
failed to configure HTTPS server auto_tls=false error=listen tcp :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.
HTTP ERROR 500
@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
I have found the following for: https://pteropaste.com/5urggw
Your Panel file permissions are incorrect. You skipped or made a mistake with the chown user:group command. This is covered in our installation guide here: https://pterodactyl.io/panel/1.0/getting_started.html#set-permissions
Remember to also chmod your storage with cd /var/www/pterodactyl/ && chmod -R 755 storage/* bootstrap/cache/
Connection to server not working
@brave mango; If you are configuring a minecraft network, please read our guide: https://pterodactyl.io/community/games/minecraft.html#network-configuration
I have found the following for: https://pteropaste.com/53cepj/
Your Panel file permissions are incorrect. You skipped or made a mistake with the chown user:group command. This is covered in our installation guide here: https://pterodactyl.io/panel/1.0/getting_started.html#set-permissions
Remember to also chmod your storage with cd /var/www/pterodactyl/ && chmod -R 755 storage/* bootstrap/cache/
I have found the following for: https://pteropaste.com/r0wf75/
Your Panel file permissions are incorrect. You skipped or made a mistake with the chown user:group command. This is covered in our installation guide here: https://pterodactyl.io/panel/1.0/getting_started.html#set-permissions
Remember to also chmod your storage with cd /var/www/pterodactyl/ && chmod -R 755 storage/* bootstrap/cache/
-_-