#Problems after installation. Have panel on vps and wings on my home server

6 messages · Page 1 of 1 (latest)

merry muralBOT
#

@torpid ibex; You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

torpid ibex
merry muralBOT
#

I have found the following for: https://ptero.co/hymirimyxo
At your service, @torpid ibex!

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 "

torpid ibex
#

Yea it gived my local ipv4 192.168.1.193 i changed it but it didnt fix issue.