Skip to content
How to disable automatic updates of cPanel
cPanel

How to disable automatic updates of cPanel

4415 views

Many of our clients are would like to disable automatic updates of the cPanel/WHM server.
Run the following command to check "cpupdate.conf":

/etc/cpupdate.conf

Output is:

[root@cpanel ~]# cat /etc/cpupdate.conf
CPANEL=release
RPMUP=daily
SARULESUP=daily
STAGING_DIR=/usr/local/cpanel
UPDATES=daily
[root@cpanel ~]#

Modify "cpupdate.conf" file and make the following changes:

CPANEL=stable
RPMUP=never
SARULESUP=never
STAGING_DIR=/usr/local/cpanel
UPDATES=never

Save the changes! You're done!

Was this answer helpful?
1 out of 1 found this helpful