Author Topic: CWPpro terminal ERROR: hostname not set.  (Read 4757 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWPpro terminal ERROR: hostname not set.
« on: September 17, 2019, 09:17:51 AM »
When I try to login to CWPpro terminal I got this error:

"ERROR:To use the terminal it is necessary to have a valid hostname configured"

I must admit I have been struggling quite a bit on how to set up the hostname. But finally got it right.. err..
untill I got that error.. it clearly is not.

I have set the hostname as a subdomain A record in mydomains DNS zone. : host.mydomain.com.

I also gives me the option(link) to set a new hostname, but that screws up the SSL settings!

This is my DNS Zone record:
Code: [Select]
; Generated by CWP
; Zone file for mydomain.com
$TTL 14400
mydomain.cum.      86400        IN      SOA     ns1.mydomain.cum. admin.mydomain.cum. (
2013071600      ; serial, todays date+todays
86400           ; refresh, seconds
7200            ; retry, seconds
3600000         ; expire, seconds
86400 )         ; minimum, seconds

mydomain.cum. 86400 IN NS ns1.mydomain.cum.
mydomain.cum. 86400 IN NS ns2.mydomain.cum.

mydomain.cum. IN A 5.189.164.84
localhost.mydomain.cum. IN A 127.0.0.1

mydomain.cum. IN MX 0 mydomain.cum.

mail IN CNAME mydomain.cum.
www IN CNAME mydomain.cum.
ftp IN CNAME mydomain.cum.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=none"
host     14400   IN      A       5.189.164.84 ; #subdomain host.mydomain.cum
xxx     14400   IN      A       5.189.164.84 ; #subdomain xxx.mydomain.cum
ns1.mydomain.cum.     14400   IN      A       5.189.164.84  ; #ns1
ns2.mydomain.cum.     14400   IN      A       5.189.164.84  ; #ns2

English is not my first language, so forgive me for misspelling.

Offline
*
Re: CWPpro terminal ERROR: hostname not set.
« Reply #1 on: September 20, 2019, 10:34:09 PM »
I can't help but notice that your domain says .cum, not .com, that COULD be the issue, if that isn't it, then I sadly do not know, i am in the same boat with my own server.