Articles

 Autenticazione a due fattori (2FA) per WHM

L'autenticazione a due fattori (2FA) è una misura di sicurezza che per accedere all'interfaccia...

 Come sospendere o riattivare un account in WHM

Per sospendere o riattivare un account precedentemente sospeso in WHM: effettuare il log-in su...

 How to add additional IPs in WHM

NOTE: this gude applies onfy if you have a CronusCloud VPS or a dedicated server with...

 How to change email attachment size in WHM

The 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 WHM

If 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 server

If 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 contents

If 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 cPanel

NOTE: 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 Access

To 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 server

Run following command: for i in `cat /etc/localdomains`; do grep -E ^$i: /etc/userdomains ; done...