image 540x304 - How to Assign Dedicated IP Addresses to cPanel Subdomains only

How to Assign Dedicated IP Addresses to cPanel Subdomains only

Step 1. Add the dedicated IP address to the user’s subdomain file. cd /var/cpanel/userdata/username Note: username represents the user who requires that each subdomain use a dedicated IP address. nano subdomain.example.com The file’s...

image 3 540x304 - Reset Supermicro IPMI password with physical access to the server

Reset Supermicro IPMI password with physical access to the server

On the internet you can find remote solutions to reset IPMI password: Remote from IPMI console (you have to login to IPMI first)From the OS (you have to login to Windows/Linux first) But if you don’t have remote access to the system, neither...

image 540x304 - Enable Brotli Compressing using .htaccess file

Enable Brotli Compressing using .htaccess file

To check if Brotli is enabled on the server for the current PHP version: php -m | grep brotli To use it on the website add the following to the beginning of the .htaccess file: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text...

2023 03 30 16 45 540x304 - Jetbackup: Reindex backups for a single cpanel account

Jetbackup: Reindex backups for a single cpanel account

Here is a simple one-liner to reindex backups from the destination just for a single cpanel account:

jetbackup5api -F reindexDestination -D "_id={DESTINATIONID}&account_username={USERNAME}"

Source: Jetbackup5 API

2023 04 10 17 43 540x304 - cPanel Icons are missing!

cPanel Icons are missing!

After a recent cPanel update, some cPanel icons are missing: cPanel Icons are missing! To troubleshoot the issue right click on one of the missing icons and click on “Inspect Element” in cpanel, all icons are merged into one single file...