pterodactyl / panel

Pterodactyl® is a free, 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.
https://pterodactyl.io
Other
6.7k stars 1.7k forks source link

FQDN error with an IPv4 adress #4122

Closed m1auch4t closed 2 years ago

m1auch4t commented 2 years ago

Current Behavior

I basically cannot create a node because there's a "FQDN error", but it literally uses the same adress as my pterodactyl panel.

image

Expected Behavior

I expected the site to create a node.

Steps to Reproduce

Install pterodactyl panel and wings Go to your website, for me its host.catlivid.xyz Create a location (works fine for me) Try to create a node (doesnt work for me)

Panel Version

1.8.1

Wings Version

1.6.4

Games and/or Eggs Affected

None, i cannot create a node

Docker Image

None, i cannot create a node

Error Logs

Well, there are no wing logs because i cannot create a node, therefore wings do not have a config

Also cant get pterodactyl panel logs.
"tail: cannot open '/var/www/pterodactyl/storage/logs/laravel-2022-06-05.log' for reading: No such file or directory"

Is there an existing issue for this?

Jelcoo commented 2 years ago

FQDN means Fully Qualified Domain Name, and an IPv4/6 address isn't a domain name. This means its intentional.

Goksi commented 2 years ago

FQDN means Fully Qualified Domain Name, and an IPv4/6 address isn't a domain name. This means its intentional.

You can use ip as fqdn as long as you are not using ssl, also I think this kind of question is for Discord server

Software-Noob commented 2 years ago

It means that the panel machine is unable to resolve the domain to any valid IP address. You have to make sure its DNS can resolve it, e.g use dig or nslookup to test.

At the time of this comment, the domain points to two different Oracle IPs, which might suggest you are currently modifying them.