#dial tcp 192.168.10.25:8001: connect: connection refused

38 messages · Page 1 of 1 (latest)

alpine dune
#

my panel seems to not be working, i cannot make i connect the node or use my domain, only local access

loud knotBOT
#

I have found the following for: https://media.discordapp.net/attachments/1440448374959767645/1440450075036881079/image.png?ex=691e332c&is=691ce1ac&hm=a2a7606bd3b50ebab08068d007625df5c8b6d05ec7c3d15fcae0851b744d5104&
You will normally see 502 bad gateway error when php-fpm can't be reached by your web server. This can be due to a wrong path, it not running or wrong permissions. Confirm that it is running and using the correct php-fpm version in the config pterodactyl.conf file. It would be attempting to use PHP 8.3 by default. When using other PHP versions, make sure to change the php-fpm version in your config to match your used PHP version.

Not sure where to find the server block file? Type .webconf and I will respond with more instructions. Web server error logs can provide additional details.

#

Your server block file would be located by default at /etc/nginx/sites-available/pterodactyl.conf OR /etc/apache2/sites-available/pterodactyl.conf depending on what web server you are using.


CentOS paths would be at /etc/nginx/conf.d/pterodactyl.conf OR /etc/apache2/sites-available/pterodactyl.conf.

alpine dune
#

ERROR http.log.access handled request {"request": {"remote_ip": "172.18.0.1", "client_ip": "172.18.0.1", "proto": "HTTP/1.1", "method": "GET", "host": "192.168.10.20:8001", "uri": "/api/remote/servers?page=0&per_page=50"}, "bytes_read": 0, "user_id": "", "duration": 0.007097681, "size": 221, "status": 500}

rough thistle
#

Might be a misconfigure on ur proxy manager end

#

And ssl over 8080?

alpine dune
#

Will try when i get home

alpine dune
#

that did help, now I am able to use my dns address to access the panel 🙂

alpine dune
tranquil atlas
loud knotBOT
#

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

uncut delta
loud knotBOT
#

The env file can be found at /var/www/pterodactyl/.env. Files starting with a . in Linux are hidden so it may not show up in file browsers by default. You can open it directly with nano /var/www/pterodactyl/.env

alpine dune
#

i can't seem to find that file in that location..

alpine dune
#

it seems that: If Nginx has https for the panel, I cant sign in to the panel and it stops working, if I use http I wil be able to reach the panel but get mixed http and https warning

#

failed to configure HTTPS server auto_tls=false error=open /mnt/user/appdata/Nginx-Proxy-Manager-Official/letsencrypt/live/npm-7/fullchain.pem: no such file or directory

loud knotBOT
alpine dune
#

I do have certificats installed in this path but the deamon keeps saying "failed to configure HTTPS server auto_tls=false error=open /etc/letsencrypt/live/npm-7/fullchain.pem: no such file or directory"

loud knotBOT
alpine dune
#

sftp: failed to accept inbound connection error=EOF ip=104.248.5.79:43532

#

WARN http.auto_https server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server {"server_name": "srv0", "http_port": 80}

#

WARN http.auto_https server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server {"server_name": "srv0", "http_port": 80}

#

[tls-config] Cannot find SSL certificate and/or key, not injecting tls rules.

alpine dune
tranquil atlas
alpine dune
#

It does, have been there to verify

tranquil atlas
#

in config.yml, under api:
ssl is enabled, and both cert and key are on that specific directory?