#I think the panel can't connect to the node
49 messages · Page 1 of 1 (latest)
so the problem is that when i access the panel in HTTPS it can't access the node but in HTTP it works
both needs to be in https or both needs to be in http.
Yes but there no files or anything for the node in nginx
So idk
you setup the node in your panel ?
Uh u mean the command line that copied and paste in the terminal?
The settings tab? There you set http/https connection for your node
if your panel is in ssl/https mode, yes (dont forget to make a ssl certificate for your node)
Yes but how though cuz idk where the files are for the node
I have the certificate for the panel
u can use the panel one , but then your Fully Qualified Domain Name is the panel name (if there are on the same machine/ip) if you didnt make an dns record for your node. If you have a dns record for your node use certbot (standalone?) to create a node ssl certificate .
Tbh idk rn I had the issue for like 3 to 5 days I forgot what I have done cuz i installed and un-installed it lots of time
And it's getting late ill look at it in the morning
I'll let you know
so the thing is there isnt a file for the node in the nginx folders so idk how im gonna make a certificate for the node
why you need nginx ?
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Wings — The newer service written in Go that interfaces with Docker and the Panel to provide secure access for controlling servers via the Panel.
Nginx for the panel, to access it off the local network
your talking about the node? node=wings .wings dont need nginx
Man I'm so confused
The thing is when I enter the panel in https I get a red heart
But in http green one
Your node MUST be setup for SSL when your panel is using SSL
you cant mix connections both need to be https or both need to be http.
yes but how do it like how do i make them both https
the panel is
but the other idk how
You set it to use SSL, there in your screenshot.
Generate SSL certificates
and update the wings config file
All covered in the docs and your own screenshot
https://pterodactyl.io/wings/1.0/installing.html#configure
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
so i just switch it to ssl and autodeploy ?
no
then how cuz i dont understand it how do i creat the ssl cerficate for the wing
like i looked at the docs
The docs I linked you to tell you how to create the SSL certificate
It's in that big yellow warning block
yes
is tit this one
certbot certonly --standalone -d example.com
for the wings
for the panel i used
certbot certonly --nginx -d example.com