Available automated scripts at centos web panel (CWP) with the latest version

Available automated scripts at centos web panel (CWP) with the latest version

Restart HTTPD service:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_httpd

Install or update ioncube loader PHP addons (you will need to restart httpd and cwpsrv):
# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_ioncube

Upgrade phpMyAdmin and MySQL version:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/upgrade_mysql

Q To Reset mySQL Root Password:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset

CWPscripts - Check for bad tables:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/checkdb

Fix MyISAM tables for all databases:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_fix_myisam_tables

View max_connections limit at MySQL configuration:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_show_max_connections

View connection number and sort them by size:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/net_show_connections

Increase max_connections limit at MySQL configuration:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_set_max_connections

Show User List:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_users

Find the list of all Domains:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_domains

Find the list of all Sub-Domains:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_subdomains

Backup script for user files and mysql databases:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/user_backup

Installs Image Magick:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/install_imagick

Installs Maldet:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/install_maldet

Update freshclam database:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/freshclam

Installs Net2FTP, Usage http://IP/net2ftp:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/install_net2ftp

Install supportKey (ssh key installation script):
# sh /usr/local/cwpsrv/htdocs/resources/scripts/install_supportKey

Get Domain owner, Usage: sh /scripts/whoowns DOMAIN:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/whoowns

Enable CSF/LFD Brute/Force protection:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/cwp_bruteforce_protection

Check CWP version:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/cwp_version

Monitor CWP critical load:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/cwp_monitor

Restart CWP (restarts panel only):
# sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrv

Reload CWP (Reload panel only):
# sh /usr/local/cwpsrv/htdocs/resources/scripts/reload_cwpsrv

Update CWP to the latest version:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp

Monitor disk usages od a specific directory(we can also modify the script as per our need):
# sh /usr/local/cwpsrv/htdocs/resources/scripts/disk_check

Server health notifications:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/add_alert

SSL Self signed certificate generater:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/generate_hostname_ssl

How many email has been deferred at server's mailq:
# sh /usr/local/cwpsrv/htdocs/resources/scripts/check_postqueue


    • Related Articles

    • How to install CentOS Web Panel (CWP)

      Steps to follow to install CWP Panel from CLI Step 1: Download and Install the CWP Panel from CLI 1. Login to your server as root or as any other user with sudo privilege and run the following commands in the terminal. # cd /usr/local/src # wget ...
    • Centos-web panel (CWP) Services, Logs and Configuration files

      CWP Login Logs: /var/log/cwp_login.log or /var/log/cwp_client_login.log cwpsrv Logs: /usr/local/cwpsrv/logs /usr/local/cwp/php71/var/log/ Apache: Logs Global Access and Error logs: /var/log/httpd/ Domain logs: /usr/local/apache/logs Services Stop: ...
    • How to install Plesk in CentOS Linux

      Installing Plesk Panel on CentOS Linux server Check out our updated step by step guide on how to setup plesk obsidian on centos 7 To install Plesk panel at Linux server, please follow the below given steps. Step-01: Installation of the Plesk control ...
    • How to service check and restart from CWP panel

      How to service check and restart from CWP panel Step 1: follow the steps to select individual services need to monitor 1. Go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030 or https://SERVER_IP:2031 and login using username and password 2. On ...
    • Reset Plesk Demo Control Panel Login

      In order to reset the login details periodically for the demo control panel, the bset option would be to restore the demo domains and client logins through the Plesk Backup/Restore Command Line Utility. For Linux Server Login to shell as root user. # ...