pure-ftpd by default listens on port 21. We will change the FTP port from 21 to some other port. This instruction work for RHEL, CentOS, AlmaLinux, Oracle Linux, and RockeyLinux.
In Cpanel Server, you can set Time Zone in WHM once you logged in as user root. If you have WHM reseller access you won’t be able to set server time. You need to contact the server administrator with root access to set the time.
Go to
Home > Server Configuration > Server Time
You can also use the search box on the top-left corner of WHM. Search for “time”.
On the Server Time page, you can change the server time zone.
From the Dropdown menu, select the desired time zone you want.
Click the button “Change TimeZone” to change the time zone.
If you have customers from different countries, it is better to select time zone UTC (GMT + 0) as it is universal time Most PHP applications have the option to offset time from UTC and display the local time for users.
Once the time zone is set, click on the button “Sync Time with Time Server”. This will update server time.
SiberianCMS is an Open-Source web-based software to create mobile applications for Android and IOS using easy to use interface. No coding knowledge is required to create your own mobile applications for iOS and Android. It can also create Webapp, which is accessible using web browsers.
To see the currently running process on Cpanel/WHM server, log in to WHM.
Search for “process” on the left-top corner search box.
Under System health, click on “Process Manager”
WHM > System Health > Process Manager
This page list all running process. On the left of each process, you have the option to kill a process and trace.
The “trace” option allows you to see what the process is doing. It uses strace command to attach a process and show the result.
kill option allows you to kill a process. There is an option to kill all processes owned by a specific user.
On the left menu, there is another link “Show Current Running Processes”, this just shows a read-only process list. You won’t be able to interact with it.
Another option is to search for “terminal” in WHM, click on Terminal Link. This will open the Terminal connection to the server, here you can run Linux commands. You can use the following Linux commands to see the running process.
While installing LiteSpeed web server on a Cpanel server running on ALMALINUX 8.4, I get an error
/usr/src/lsws/lsws-6.0.9/admin/fcgi-bin/admin_php5: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
Private Name servers or vanity name servers are name servers like ns1.your-domain.com and ns2.your-domain.com. If you have used shared hosting, you may have seen hosting providers have name servers with their domain name. If you own a domain name, it is possible to create custom name servers with your domain registrar.
To register a name server, log in to your enom.com account at
Amazon S3 is a cheap object storage service from Amazon AWS. You can use aws-cli to copy files between S3 buckets. To install aws-cli, check post How to Install Amazon AWS awscli.
To copy files from one Amazon S3 bucket to another, you can use the command