Yes done - In AMAZON WEB SERVICE - we cannot log through ssh directly - so we need to follow the username of the specific server provided as default. For CENTOS the default user is centos
Then the following commands applied and installed centos web panel succesfully
login as: centos
To reach rootsudo su
To prepare VPS to get ready to install webpanelyum -y install wget
yum -y update
reboot
Reboot and relogin to server through SSHSTART TO INSTALL THE CENTOS WEB PANELlogin as: centos
To reach rootsudo su
Set a Host Name - Musthostname xys.example.com
- Should be a subdomain of a working domain
If you install Centos 6 follow the below commands one by onecd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest
If you install Centos 7 follow the below commands one by onecd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
Now the installation is over - you will get login credential details in the ssh You need to copy those credentials and then REBOOT
You will get all the details of http and https url links to go to your centos web panel where you need to use root password.
As you do not know the root password while you install instance in AWS
Login again to the server through SSHlogin as: centos
To reach rootsudo su
Now Change the password of rootpasswd root
You will be asked to provide new password and again confirm the passwordYou need to remove the password of root in SSH with the below command
passwd -d root
Now You need to reboot againreboot
You can find the centos web panel CWP ... you need to add the domain with relevant ip address to point the server.
Thats all the job is over.