<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; Scripts</title>
	<atom:link href="https://wiki.centos-webpanel.com/category/scripts/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to update Netdata in CWP</title>
		<link>https://wiki.centos-webpanel.com/how-to-update-netdata-in-cwp</link>
		<comments>https://wiki.centos-webpanel.com/how-to-update-netdata-in-cwp#comments</comments>
		<pubDate>Fri, 16 Dec 2022 21:54:07 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Netdata]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1835</guid>
		<description><![CDATA[In this tutorial we’ll update netdata to the latest version in CWP webpanel, it is easy to update by following the below steps. To update Netdata on EL 7/8 simply run these commands : yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest]]></description>
				<content:encoded><![CDATA[<p>In this tutorial we’ll update netdata to the latest version in CWP webpanel, it is easy to update by following the below steps.</p>
<p>To update Netdata on EL 7/8 simply run these commands :</p>
<pre>yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest</pre>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-to-update-netdata-in-cwp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#039;t log into CWP user/admin panel</title>
		<link>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel</link>
		<comments>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel#comments</comments>
		<pubDate>Tue, 04 Oct 2022 06:16:53 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User-Panel]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1829</guid>
		<description><![CDATA[User Panel If you can't log into the user panel you can try to reset the user password from the admin panel. Admin Panel If your root password is not working then the only option is to reset it via shell using passwd command. If you also don't have shell/ssh/console access then you would need [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>User Panel</strong><br />
If you can't log into the user panel you can try to reset the user password from the admin panel.</p>
<p><strong>Admin Panel</strong><br />
If your root password is not working then the only option is to reset it via shell using passwd command.</p>
<p>If you also don't have shell/ssh/console access then you would need to request your hosting provider to recover the root password or try to recover it by yourself using a rescue boot.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Services Monitor</title>
		<link>https://wiki.centos-webpanel.com/services-monitor</link>
		<comments>https://wiki.centos-webpanel.com/services-monitor#comments</comments>
		<pubDate>Tue, 26 Jan 2016 00:21:21 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[services monitoring]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=483</guid>
		<description><![CDATA[CWP Service monitor is monitoring and restarting selected services on your server. Service will be restared only if exit status shows error. If the service was shutdown and it is showing the status stopped then service monitor will NOT restart it. Example of service when it will NOT be restarted: # service mysqld status mysqld [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>CWP Service monitor is monitoring and restarting selected services on your server.</strong></p>
<p>Service will be restared only if exit status shows error.<br />
If the service was shutdown and it is showing the status stopped then service monitor will NOT restart it.</p>
<p><strong>Example of service when it will NOT be restarted:</strong></p>
<pre># service mysqld status
mysqld is stopped</pre>
<p><strong>Example of service error when it will be restarted:</strong></p>
<pre># service mysqld status
mysqld dead but subsys locked</pre>
<p><strong><br />
To add a new service on the monitoring list, you can use this command:</strong></p>
<pre>
chkconfig SERVICE-NAME on
chkconfig mysqld on</pre>
<p><strong>Services are listed in the CWP.admin </strong><br />
LeftMenu --> Service Config -->Services Monitor</p>
<p>http://IP:2030/index.php?module=servicesMonitor</p>
<p>Service will be restarted if the exit status is 1 or 2.</p>
<p>To check the exit status of your service, you can use this example</p>
<pre># service mysqld status
mysqld dead but subsys locked
echo $?
</pre>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/services-monitor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CWP Scripts</title>
		<link>https://wiki.centos-webpanel.com/cwp-scripts</link>
		<comments>https://wiki.centos-webpanel.com/cwp-scripts#comments</comments>
		<pubDate>Tue, 31 Mar 2015 17:52:35 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=241</guid>
		<description><![CDATA[CentOS Web Panel has also a scripts folder to help you with the upgrades or additional tool installations. For all of you liking to work in a shell, we are preparing an additional scripts list. Available Scripts with the latest version /scripts/upgrade_mysql &#62;&#62; Upgrade phpMyAdmin and MySQL to 5.5 /scripts/install_imagick &#62;&#62; Installs Image Magick /scripts/install_maldet [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>CentOS Web Panel has also a scripts folder to help you with the upgrades or additional tool installations.<br />
For all of you liking to work in a shell, we are preparing an additional scripts list.</p>
<p><strong>Available Scripts with the latest version</strong></p>
<hr />
<pre>/scripts/upgrade_mysql</pre>
<p>&gt;&gt; Upgrade phpMyAdmin and MySQL to 5.5</p>
<pre>/scripts/install_imagick</pre>
<p>&gt;&gt; Installs Image Magick</p>
<pre>/scripts/install_maldet</pre>
<p>&gt;&gt; Installs Maldet</p>
<pre>/scripts/install_net2ftp</pre>
<p>&gt;&gt; Installs Net2FTP, Usage http:&gt;&gt; IP/net2ftp</p>
<pre>/scripts/user_backup</pre>
<p>&gt;&gt; Create User backup, Usage: sh /scripts/user_backup USERNAME</p>
<pre>/scripts/whoowns</pre>
<p>&gt;&gt; Get Domain owner, Usage: sh /scripts/whoowns DOMAIN</p>
<pre>/scripts/list_users</pre>
<p>&gt;&gt; List all user accounts</p>
<pre>/scripts/list_domains</pre>
<p>&gt;&gt; List all addon domains</p>
<pre>/scripts/list_subdomains</pre>
<p>&gt;&gt; List all Sub-Domains</p>
<pre>/scripts/cwp_bruteforce_protection</pre>
<p>&gt;&gt; Enable CSF/LFD Brute/Force protection</p>
<pre>/scripts/mysql_pwd_reset</pre>
<p>&gt;&gt; Reset root MySQL password</p>
<pre>/scripts/restart_cwpsrv</pre>
<p>&gt;&gt; Restart CWP (restarts panel only)</p>
<pre>/scripts/cwp_version</pre>
<p>&gt;&gt; Check CWP version</p>
<pre>/scripts/add_alert</pre>
<p>&gt;&gt; Additional alert addition</p>
<pre>/scripts/apache_mpm_calculator</pre>
<p>&gt;&gt; To generate Apache MPM configuration</p>
<pre>/scripts/autossl_fix_tmp_path</pre>
<p>&gt;&gt; AutoSSL temp/tmp path correction</p>
<pre>/scripts/autossl_generate_apache_conf</pre>
<p>&gt;&gt; AutoSSL generation</p>
<pre>/scripts/autossl_reload</pre>
<p>&gt;&gt; AutoSSL reload</p>
<pre>/scripts/bandwidth_run</pre>
<p>&gt;&gt; Bandwidth check</p>
<pre>/scripts/cgroups_blkio</pre>
<p>&gt;&gt; Gets disk id for cgroups</p>
<pre>/scripts/check_api</pre>
<p>&gt;&gt; API detailed check</p>
<pre>/scripts/checkdb</pre>
<p>&gt;&gt; Database error check</p>
<pre>/scripts/check_postqueue</pre>
<p>&gt;&gt; MailQueue check</p>
<pre>/scripts/chroot_add</pre>
<p>&gt;&gt; To add JailKit</p>
<pre>/scripts/chroot_remove</pre>
<p>&gt;&gt; To remove JailKit</p>
<pre>/scripts/clamd_fix_100_cpu_usage</pre>
<p>&gt;&gt; Clamd 100% CPU usage fix</p>
<pre>/scripts/cpanel_addhandlers</pre>
<p>&gt;&gt; Add cPanel AddHandler into cwp suphp</p>
<pre>/scripts/cron_fix_openbasedir</pre>
<p>&gt;&gt; Openbase Dir Cron Fix</p>
<pre>/scripts/cwp_bruteforce_protection</pre>
<p>&gt;&gt; Apply BruteForce Protection to CWP</p>
<pre>/scripts/cwp_monitor</pre>
<p>&gt;&gt; Server load parameter check</p>
<pre>/scripts/cwpsecure_update_rules</pre>
<p>&gt;&gt; Secure Kernel rules update</p>
<pre>/scripts/cwp_set_memory_limit</pre>
<p>&gt;&gt; Memory limit variable change</p>
<pre>/scripts/cwpsrv_rebuild_user_conf</pre>
<p>&gt;&gt; Rebuild User Configuration files for all users</p>
<pre>/scripts/disk_check</pre>
<p>&gt;&gt; Disk Partition Usage check</p>
<pre>/scripts/dns_sync_slave2</pre>
<p>&gt;&gt; DNS Zones sync command</p>
<pre>/scripts/dso_handler_remove</pre>
<p>&gt;&gt; PHP DSO Handler remover</p>
<pre>/scripts/el8_stream_convert_to_cwp_stable</pre>
<p>&gt;&gt; CentOS 8 Stream to CentOS 8 Stable conversion (enable cwp delayed update repo)</p>
<pre>/scripts/freshclam</pre>
<p>&gt;&gt; ClamAV update</p>
<pre>/scripts/generate_hostname_ssl</pre>
<p>&gt;&gt; Server Hostname SSL Generation</p>
<pre>/scripts/hostname_ssl_restart_services</pre>
<p>&gt;&gt; Hostname Service Restart</p>
<pre>/scripts/image_rebuild_server_config</pre>
<p>&gt;&gt; Server Configuration rebuild to default</p>
<pre>/scripts/install_acme</pre>
<p>&gt;&gt; Install Let's Encrypt SSL Installer</p>
<pre>/scripts/install_api</pre>
<p>&gt;&gt; CWP API Generation/Installation</p>
<pre>/scripts/install_cbpolicyd</pre>
<p>&gt;&gt; Install Hourly Email sending limit</p>
<pre>/scripts/install_imagick</pre>
<p>&gt;&gt; Install PHP Imagick</p>
<pre>/scripts/install_pure-ftpd_tls</pre>
<p>&gt;&gt; Install TLS Services on FTP Server</p>
<pre>/scripts/install_supportKey</pre>
<p>&gt;&gt; Install Support Key to grant access of server to support team</p>
<pre>/scripts/install_terminal</pre>
<p>&gt;&gt; CWP INSTALL APP TERMINAL</p>
<pre>/scripts/list_domains</pre>
<p>&gt;&gt; List Hosted Domains</p>
<pre>/scripts/list_subdomains</pre>
<p>&gt;&gt; List hosted sub-domains</p>
<pre>/scripts/list_users</pre>
<p>&gt;&gt; List usernames on server</p>
<pre>/scripts/mail_queue_stats</pre>
<p>&gt;&gt; MailQueue statistics</p>
<pre>/scripts/mail_roundcube_update</pre>
<p>&gt;&gt; RoundCube version update</p>
<pre>/scripts/mail_vmail_import</pre>
<p>&gt;&gt; Script to import all email accounts from /var/vmail folder</p>
<pre>/scripts/mail_rebuild_sni_certs</pre>
<p>&gt;&gt; Script to rebuild mail postfix and dovecot certificates for all domains</p>
<pre>/scripts/mysql_fix_myisam_tables</pre>
<p>&gt;&gt; Repair MySQL MyISAM Tables</p>
<pre>/scripts/mysql_phpmyadmin_update</pre>
<p>&gt;&gt; PHPMyAdmin update</p>
<pre>/scripts/mysql_set_max_connections</pre>
<p>&gt;&gt; MySQL Max_Connection parameter settings</p>
<pre>/scripts/mysql_show_max_connections</pre>
<p>&gt;&gt; Shows Current Max_Connection parameter settings</p>
<pre>/scripts/net_show_connections</pre>
<p>&gt;&gt; CWP show connection number and sort them by size</p>
<pre>/scripts/open_basedir-suphp</pre>
<p>&gt;&gt; this script will activate and force open_basedir for all users</p>
<pre>/scripts/php_big_file_upload</pre>
<p>&gt;&gt; To set file upload limit</p>
<pre>/scripts/phpfpm_rebuild_user_conf</pre>
<p>&gt;&gt; Rebuild PHP-FPM user configuration file</p>
<pre>/scripts/reinstall_clamd_amavisd</pre>
<p>&gt;&gt; Reinstall Clamd and Amavis</p>
<pre>/scripts/reinstall_pure-ftpd</pre>
<p>&gt;&gt; Reinstall Pure-FTP</p>
<pre>/scripts/reload_cwpsrv</pre>
<p>&gt;&gt; Deamon Reload</p>
<pre>/scripts/restart_cwpsrv</pre>
<p>&gt;&gt; CWP Service restarts</p>
<pre>/scripts/restart_httpd</pre>
<p>&gt;&gt; Service Apache restarts</p>
<pre>/scripts/security_is_my_server_hacked</pre>
<p>&gt;&gt; Check for mostly know hacked servers</p>
<pre>/scripts/softaculous_fix_update</pre>
<p>&gt;&gt; If softaculous is not working</p>
<pre>/scripts/ulimit_user_check</pre>
<p>&gt;&gt; Limit check for specific user</p>
<pre>/scripts/update_cwp</pre>
<p>&gt;&gt; CWP Server Update to next version</p>
<pre>/scripts/update_ioncube</pre>
<p>&gt;&gt; IonCube installer (this script will update ioncube to latest possible version)</p>
<pre>/scripts/user_backup</pre>
<p>&gt;&gt; Backup a specific user</p>
<pre>/scripts/varnish_clear_cache</pre>
<p>&gt;&gt; Clear Varnish Cache</p>
<p><strong>Usage</strong><br />
sh /scripts/SCRIPT-NAME<br />
/scripts/SCRIPT-NAME</p>
<p>You can check for scripts in the <strong>/scripts/</strong> folder.<br />
...many others coming soon.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/cwp-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
