Articles
L'autenticazione a due fattori (2FA) è una misura di sicurezza che per accedere all'interfaccia...
Come sospendere o riattivare un account in WHMPer sospendere o riattivare un account precedentemente sospeso in WHM: effettuare il log-in su...
How to add additional IPs in WHMNOTE: this gude applies onfy if you have a CronusCloud VPS or a dedicated server with...
How to change email attachment size in WHMThe default maximum message size limit that can be sent and received by email in cPanel is...
How to monitor user CPU and memory usage in WHMIf you need to monitor and check the CPU and memory usage for a certain user/process; Log on to...
How to remove an IP from a cPanel serverIf the IP you need to remove is the one bound to cPanel license: Login to your cPanel Store...
WHM - How to automatically delete the trash contentsIf you want that system automatically purges the content from cPanel user's File manager trash:...
WHM - How to check and limit the total number of accounts that a reseller can create in cPanelNOTE: this applies only if you access to WHM with "administrator" privileges (that's to say: you...
WHM - How to create a WHM User with Root Privileges and AccessTo create a new WHM user with root privileges: create a new Reseller user go on WHM ->...
WHM - How to find the total number of email accounts on a cPanel serverRun following command: for i in `cat /etc/localdomains`; do grep -E ^$i: /etc/userdomains ; done...