Pterodactyl on linux

teekie

New Member
Joined
Jun 25, 2023
Messages
1
Reaction score
0
Credits
15
This is software based issue on Linux, Ubuntu 22, with Pterodactyl panel running nginx and wings in Ubuntu.
I am facing a 504 (Gateway Timeout) issue in the google chrome inspector console output, on a GET request to http://IP:2691/admin/nodes/view/1/system-information

Port 2691 is forwarded to 80 and both are open.

and command:
Code:
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log

outputs (parts of the output):
Code:
#67 /var/www/pterodactyl/public/index.php(68): Illuminate\Foundation\Http\Kernel->handle()
#68 {main} {"request_id":null}
[2023-06-25 02:01:26] production.WARNING: GuzzleHttp\Exception\RequestException: cURL error 3:  (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://IP:2691:8080/api/system in /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:211
Stack trace:
#0 /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(158): GuzzleHttp\Handler\CurlFactory::createRejection()
#1 /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(110): GuzzleHttp\Handler\CurlFactory::finishError()
#2 /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\Handler\CurlFactory::finish()

port 8080 are also open, but i see the link refered to tries to use two ports with the colons which i guess might be the issue.

Where in nginx, wings or whatever pterodactyl store that can i change the variable for the api? as the link should only be https://IP:8080/api i guess
 

Staff online

Members online


Top