#Need helping accessing server panel through ip address
8 messages · Page 1 of 1 (latest)
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
after running
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
'No such file or directory' was stated. Implying that there has been no error logs.
You'll need to grab error logs for Wings and share the link with us. The following command will help you collect the required information for debugging: sudo wings diagnostics
Error: Configuration File Not Found
Wings was not able to locate your configuration file, and therefore is not
able to complete its boot process. Please ensure you have copied your instance
configuration file into the default location below.
Default Location: /etc/pterodactyl/config.yml
This is not a bug with this software. Please do not make a bug report
for this issue, it will be closed.
No need to rush @lyric tree! It appears that you skipped a step during your Wings installation and didn't create a configuration file as instructed here https://pterodactyl.io/wings/1.0/installing.html#configure
for context i am running ubuntu server 24.04.1 LTS on a VM with a bridged connection
the instructions on the attached link displays the resolution being within the server panel. Which is this case is what i am unable to access atm