#dial tcp 192.168.10.25:8001: connect: connection refused
38 messages · Page 1 of 1 (latest)
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.
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}
Have u tried removing http(s):// from destination?
Might be a misconfigure on ur proxy manager end
And ssl over 8080?
Will try when i get home
that did help, now I am able to use my dns address to access the panel 🙂
Mixed Content: The page at 'https://panel.wesselempireofnerds.no/admin/nodes' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'http://panel.wesselempireofnerds.no/admin/nodes'. This endpoint should be made available over a secure connection.
Wings Logs:
https://panel.wesselempireofnerds.no/
this is not wings logs, it's the link to your panel
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
Correct your APP_URL in your .env file
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
i can't seem to find that file in that location..
but it seems I have fixed the issue with flushing my dns
scratch that
Mixed Content: The page at 'https://panel.wesselempireofnerds.no/admin/nodes' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'http://panel.wesselempireofnerds.no/admin/nodes'. This endpoint should be made available over a secure connection.
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
@alpine dune; Wings must have a certificate to use when SSL is enabled. Follow this guide to learn how to generate SSL certificates: https://pterodactyl.io/tutorials/creating_ssl_certificates.html
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"
@alpine dune; Wings must have a certificate to use when SSL is enabled. Follow this guide to learn how to generate SSL certificates: https://pterodactyl.io/tutorials/creating_ssl_certificates.html
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.
have you checked if that directory exists?
It does, have been there to verify
in config.yml, under api:
ssl is enabled, and both cert and key are on that specific directory?