For CentOS Web Panel Installation :
Step 1 – Login to your Centos7 server as root
Step 2 – Install Centos web control panel ( CWP ) using command belowrun following command as root (it runs 10-20 minutes):
yum update
yum install wget
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest
Login
———————
go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/
Username: root
Password: your root password
———————
go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/
Username: root
Password: your root password
Configuration of WebPanel
– Setup nameservers
– Setup shared ip
– Setup at least one hosting package
– Setup root email
& now you are ready to host domains…
– Setup nameservers
– Setup shared ip
– Setup at least one hosting package
– Setup root email
& now you are ready to host domains…
change port 22 in Contents of File: /etc/csf/csf.conf for reduce hacking chance
After installation i try to login in phpmyadmin I got error '#1045 Access denied for user 'root'@'localhost' (using password: YES)'
for this I solve using this method:
login winscp as root
etc/my.cnf
add this
#
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
skip-grant-tables
or
login putty
mysql> GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
mysql> GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';