• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk activation - localhost.localdomain

Manosk

New Pleskian
Hi, I've just purchased a VPS with Ubuntu 14.04 and Plesk 12 Web Admin Edition. I will use the vps to host just one domain/website. The first time I access Plesk, it asks for some info and first of all it asks form my domain. The default value is localhost.localdomain. Should I leave the default value or should I enter my domain (let's say example.com)?
 
I need a reply as soon as possible since I have to set up my vps. Please help me! I can't find a solution in the official Plesk guide.
Thanks
 
Hi Manosk,

the initial setup without a domain would be i.e: "server1.yourserverproviderdomain.com". If you already setup all DNS - settings over the domain - providers nameserver and the IP already resolves to your domain, then you would choose i.e.: "server1.yourdomain.com" . "localhost" is always the name of the computer/server/box, while "localdomain" is always a Fully Qualified Domain Name ( FQDN - http://en.wikipedia.org/wiki/Fully_qualified_domain_name ), which resolves to your IP.
 
Is it correct to choose just "mydomain.com" (instead of "server.mydomain.com" or "localhost.localdomain" ) as full hostname in the initial Plesk setup?
 
In command line interface of your server just run:

# hostname -f

You will see hostname of your server in output of this command. Use it.
 
Back
Top