• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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