10-14-2019, 03:00 PM
The problem you're facing is because of your hostname p4v.hostlease.com, the main problem is that it doesn't point anywhere - https://dnschecker.org/#A/p4v.hostlease.com
That's the root cause of all your problems. For solution, either Gregory has to repoint the present hostname to the IP of your VPS, or you gotta use your own domain.
Just FYI, to set hostname, execute this:
Enter your domain (or subdomain) in place of the <new-hostname>.
Hope this helps![Smile](https://post4vps.com/images/emoji/smile.png)
Regards,
That's the root cause of all your problems. For solution, either Gregory has to repoint the present hostname to the IP of your VPS, or you gotta use your own domain.
Just FYI, to set hostname, execute this:
Code: (Select All)
(sudo) systemctl set-hostname <new-hostname>
Enter your domain (or subdomain) in place of the <new-hostname>.
Hope this helps
![Smile](https://post4vps.com/images/emoji/smile.png)
Regards,