These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Hostname question on the new forum.
Hi,
I just got a new VPS server and would like to install Virtualmin on it. I noticed that the installation guide says a fully qualified hostname must be configured on the system.
I set a hostname when I registered the account, and if I type in hostname in SSH, it returns as I entered it. ie:
myhostname
not
myhost.myhostname.com
How would I be expected to enter this during the installation? (Is this even correct?)
Apologies for the simple question, this is my first venture into server administration.
Any advice appreciated.
Thanks.
Whenever you're asked for the FQDN, I'd enter:
yourhostname.yourdomainname.com
And later, if you're running DNS on your own server, you'll want to setup an "A", or "Address", record for "yourhostname.yourdomainname.com" whenever you add "yourdomainname.com" as a Virtual Server in Virtualmin.
You can add "A" records by going into Services -> DNS Domain -> Address.
-Eric
Hi,
f I do hostname --fqdn, I still just get
'myhostname'
Then when running the install.sh, I get the message:
INFO - Checking for fully qualified hostname... INFO - Hostname myhostname is not fully qualified.
Should I proceed anyway?
Thanks.