All of my packages (root) are showing up in my resellers accounts. Why is this? I have this set to yes (checked) on every reseller account:
Disallow creation of accounts with packages that are not global or not owned by this user
All of my packages (root) are showing up in my resellers accounts. Why is this? I have this set to yes (checked) on every reseller account:
Disallow creation of accounts with packages that are not global or not owned by this user
You need to call your packages root_packagename. Then only root can see them.
I have to create new packages for everyone just for this?
Surely there's a way to rename the packages?
Via SSH:
cd /var/cpanel/packages
mv oldpackagename new_packagename
cd /var/cpanel/users
replace oldpackagename new_packagename -- *
/sbin/service cpanel restart
should do it.