cPanel

cPanel is an online Linux-based control panel that simplifies website and server management.

cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.

www.cpanel.net

account - Get cPanel User’s Disk Usage

Get cPanel User’s Disk Usage

Here is how to get a user’s disk space usage on a cPanel user: WHM You can see the usage on the left-hand side of cPanel, or in the ‘List Accounts’ view of WHM: du: du -h /home/$user Quota cache: egrep "^${user} "...

nodejs - How to deploy a 📦 Node.js application in cPanel ?

How to deploy a 📦 Node.js application in cPanel ?

Node.js is an open-source back-end runtime environment that executes JavaScript code outside a web browser. Follow these simple steps to deploy your node.js app using cPanel Register Node.js application in cPanel First login to your cPanel and under...

exiwhat - Exim log 🐧

Exim log 🐧

exiwhat displays what each instance of exim is currently involved with:

exiwhat

To monitor the exim log in realtime, use the tail command:

tail -f /var/log/exim_mainlog

chrome xIkczL3Sv4 - How to fix cpanel user ownership issues serverwide

How to fix cpanel user ownership issues serverwide

Here is a small script from Seemab Saleem that will fix cpanel user ownership issues serverwide # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i” != “root” ]; then chown ...

what is cpanel - Checking Resolvers in cPanel Server

Checking Resolvers in cPanel Server

If you are having DNS problems, ensure that the server has a list of functional resolvers. Resolvers allow the server to find IP addresses corresponding to domain names by communicating with DNS servers. If you need to add resolvers to your server:...

image 25 - The Complete Guide to cPanel Installation and Setup

The Complete Guide to cPanel Installation and Setup

In this guide, I will install cPanel and then perform some basic steps that I recommend for every new cPanel installation. Install cPanelSet server timeInstall ConfigServer Firewall (CSF) and whitelist your IPChange SSH port and allow it in the...

roundcube html - 🚫 Disable multiple identities in ✉️ Roundcube

🚫 Disable multiple identities in ✉️ Roundcube

To disable multiple identities in Roundcube you need to edit the following file: config/main.inc.php and in it locate this section: // Set identities access level: // 0 - many identities with possibility to edit all params // 1 - many identities...