#MyDomainName error We're having some trouble connecting to your server, please wait...
26 messages · Page 1 of 1 (latest)
@karmic flicker
clarify if you are using ssl for the panel.
since you are using panel.domain.com, im not sure if you are using ssl for this as for wings it is trying to access the websocket via the unencrypted method (ws://).
Just kill it and start it again.
(I’m not sure if it affects data)
run systemctl stop wings
if i want both, IP and FQDN i need to put one of them in https ?
i found something
In ptero webui
change in the nodes settings
the ip to fqdn
systemctl stop wings.service
nano /etc/pterodactyl/config.yml
change the remote line IP to my FQDN
systemctl start wings.service
And thats working fine on my fqdn 😄
I need to convert this one in https now
afaik, you can not run ip in https o.o you can not assign a cert to an ip
ok
i didnt knowing that
is it dangerous to not do the https ?
or it is not cause i have 2factors and a strong password
if you log into your account with http, your credentials are transmitted in cleartext, so anyone who listens to your network might be able to see the password. if everything is local, you don't have to care, but if you are planning on going internet, then https would be lot better
ok