Skip to main content

Prepare Server

Overview

 This  procedure will help you to get a fully deployed and secured eenos control panel. You may prepare your server as follows before starting the installation on Eenos  Hosting  Control Panel.

Activate License

The first step is to activate a  License from your client area.   The eenos license is dedicated to your server main IP address. Find the license ip of your server using the following command from  the server shell prompt

# curl https://verify.eenos.com/myip

This command will show the license IP on your server terminal. This IP may be  aan V4IPv4 or V6IPv6 IP. 

Make sure to active the license for the exact IP showing on the above command

Setup Hostname


Every server need a hostname . You can set hostname from your server terminal using the following command 

# hostnamectl set-hostname NAME

Here the NAME is the name of the host


Example :  Setup host name as server100.myhosting.com

# hostnamectl set-hostname server100.myhosting.com

After setting up the host name , please point the IP of your hostname to your server  IP

Pointing  IP of your hostname will help to setup SSL certificate during the  installation time. If not , self signed ssl will be used.