Installation
Start Installing Eenos Control Panel
This document describes the installation procedure of eenos.
You can download the latest eenos auto installation tool from https://download.eenos.com/eenos-installer/
Login to your server over ssh . You need to be root to install the eenos . If you are not root user switch to root as follows,
# sudo su -
Now change the working directory to /usr/src
# cd /usr/src
Download the auto installer with using wget or curl command
Download using wget command
# wget -c https://download.eenos.com/eenos-installer/eenos-installer-latest.tar.gz
Download using curl command
# curl -O https://download.eenos.com/eenos-installer/eenos-installer-latest.tar.gz