Yes, you will need a domain name for your VPS hostname. The domain name can be a single word or a Fully Qualified Domain Name (FQDN), but it must be at least four (4) characters with no underscores.
If you need to register a domain name, you can purchase one here. You can also transfer a domain in to NixiHost here.
Categories
Categories
Do I need a domain name for my VPS hostname? Print
- 10
Was this answer helpful?
Related Articles
IP rDNS/PTR records
You can configure PTR or Reverse DNS records via the VPS Control Panel under rDNS. The record...
Serial Console
You may wish to use the Serial Console if the SSH console becomes inaccessible. The Serial...
LAMP on CentOS 6
Install Apache Web
sudo yum install httpd
Edit Apache's httpd.confThe httpd.conf...
LAMP on Debian 7
Install Apache Web
sudo apt-get install apache2
Edit Apache's httpd.confThe...
LAMP on Ubuntu 14.04
Install Apache
sudo apt-get update
sudo apt-get install apache2
Install MySQL...