commands

cPanel – File Manager not showing files, only “Fetching directory contents…”

I ran into an issue with cPanel in WHM 62 using the Paper Lantern theme, the "File Manager" option in cpanel would load, but it wouldn't show any files, only [...]

cPanel – Missing FTP Accounts

I ran into an issue with Cpanel in WHM 62 using the Paper Lantern theme, the "FTP Accounts" option in cpanel would load, but it wouldn't show any of the [...]

Using Telnet on a Secondary IP Address

In order to test to see if a remote server was blocking the main IP of a server, I had to try to make a manual connection from the secondary IP. It wasn't [...]

There was a problem adding the user: (XID xxxxxx) Database Error: Can’t find any matching row in the user table

Trying to add a user to a database within cpanel but getting errors: There was a problem adding the user: (XID xxxxxx) Database Error: Can't find any [...]

Change The Document Root Location of a Domain on Cpanel

By default a cpanel account will have it's domain point to /home/username/public_html but if you want to change it to point to a separate folder, you would [...]

Find Command

Here is a basic find command in a linux terminal through ssh: find / -name 'filename.txt' So that would search for an exact filename of filename.txt in any [...]