Admin
dashboard
file manager
command
php exec
/
/
admin
/
configs
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
cpanel/
dir
-
0755
2026-05-15 08:54:00
delete
rename
ssp
file
12,931 B
0775
2026-08-06 17:55:45
edit
delete
rename
upcp
file
1,351 B
0755
2026-05-15 12:28:05
edit
delete
rename
editing: upcp
# Last modified 04/29/2026 # upcp - started to do common updates cpanel needed to run along with upcp like updating the panel # now can do directadmin or webuzo or kvm if [ -x /admin/upscripts ]; then /admin/upscripts fi if [ -d /usr/local/directadmin ]; then if [ -e /admin/storage/upcp ]; then echo 'Detected directadmin'; /admin/storage/upcp exit 0; fi fi if [ -d /usr/local/webuzo ]; then if [ -e /admin/webuzo/upcp ]; then echo 'Detected Webuzo'; /admin/webuzo/upcp fi exit 0; fi if [ -x /usr/sbin/libvirtd ]; then if [ -d /vz/templates ]; then echo 'Detected KVM'; /admin/upgradedebs all fi exit 0; fi if [ ! -d /usr/local/cpanel ]; then echo 'No known system detected'; exit; fi if [ -x /usr/bin/kcarectl ]; then /usr/bin/kcarectl -u fi if [ -x /usr/sbin/cagefsctl ]; then if [ -x /usr/bin/yum ]; then yum -y groupinstall alt-php yum -y groupinstall alt-python yum -y groupinstall alt-nodejs fi cagefsctl --enable-all cagefsctl --force-update fi if [ -x /usr/bin/yum ]; then yum -y update fi if [ -x /scripts/check_cpanel_pkgs ]; then /scripts/check_cpanel_pkgs --fix fi if [ -x /scripts/upcp ]; then /scripts/upcp fi
save
cancel